This doesn't look good, yes.
On Wed, Jun 10, 2015 at 1:32 AM, Ufuk Celebi wrote:
> While looking into FLINK-2188 (HBase input) I've discovered that Hadoop
> input formats implementing Configurable (like mapreduce.TableInputFormat)
> don't have the Hadoop configuration set via setConf(Configurati
As for people currently suffering from it:
An application King is developing requires iterations, and they need
checkpoints. Practically all SAMOA programs would need this.
It is very likely that the state interfaces will be changed after the
release, so this is not something that we can just add
While looking into FLINK-2188 (HBase input) I've discovered that Hadoop input
formats implementing Configurable (like mapreduce.TableInputFormat) don't have
the Hadoop configuration set via setConf(Configuration).
I have a small fix for this, which I have to clean up. First, I wanted to check
w
Hey Gyula,
I understand your reasoning, but I don't think its worth to rush this into the
release.
As you've said, we cannot give precise guarantees. But this is arguably one of
the key requirements for any fault tolerance mechanism. Therefore I disagree
that this is better than not having any
Hey all,
It is currently impossible to enable state checkpointing for iterative
jobs, because en exception is thrown when creating the jobgraph. This
behaviour is motivated by the lack of precise guarantees that we can give
with the current fault-tolerance implementations for cyclic graphs.
This
Hi Santosh,
I'm not aware of anybody in the community who has done anything like that
before. So I guess there is no existing infrastructure to run Flink in an
OSGi container.
I don't know the limitations of an OSGi container, but from what I
understood, you can run arbitrary java code in such a
Fabian Hueske created FLINK-2192:
Summary: ComplexIntegrationTest.complexIntegrationTest1 fails
Key: FLINK-2192
URL: https://issues.apache.org/jira/browse/FLINK-2192
Project: Flink
Issue Typ
Hi. IntelliJ IDEA can reformat only changed code.
In Reformat File dialog (you can open this by pressing Alt + Cmd + L in OS X),
you can choose scope to reformat style.
After the scope is changed, you can reformat only changed code without opening
the dialog.
Following links will be helpful.
ht
I attached jps and jstack log about hanging
TaskManagerFailsWithSlotSharingITCase to JIRA FLINK-2183.
Regards,
Chiwan Park
> On Jun 10, 2015, at 12:28 AM, Aljoscha Krettek wrote:
>
> I discovered something that might be a feature, rather than a bug. When you
> submit an example using the web c
Hi everyone,
I just wanted to let you know, that after quite a few more runs on different
machines the buffer reordering problem did not happen to appear again. I don't
know what caused the problem, maybe it really was due to the potentially
illegal UTF-16 code within strings. If the error shou
I discovered something that might be a feature, rather than a bug. When you
submit an example using the web client without giving parameters the
program fails with this:
org.apache.flink.client.program.ProgramInvocationException: The main method
caused an error.
at
org.apache.flink.client.program
I discovered another problem:
https://issues.apache.org/jira/browse/FLINK-2191 The closure cleaner
cannot be disabled in part of the Streaming Java API and all of the
Streaming Scala API. I think this is a release blocker (in addition
the the other bugs found so far.)
On Tue, Jun 9, 2015 at 2:35 P
Aljoscha Krettek created FLINK-2191:
---
Summary: Inconsistent use of Closure Cleaner in Streaming API
Key: FLINK-2191
URL: https://issues.apache.org/jira/browse/FLINK-2191
Project: Flink
Issu
Hi guys,
how can i run flink in OSGI container?
Is there any way to deploy the osgi bundles in flink and execute the job.
Regards,
Santosh
--
View this message in context:
http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Integration-Flink-with-OSGI-tp6278.html
Sent from the A
Sebastian Kruse created FLINK-2190:
--
Summary: Enhance stream decoration/compression extensibility
Key: FLINK-2190
URL: https://issues.apache.org/jira/browse/FLINK-2190
Project: Flink
Issue T
I found the bug in the failing YARNSessionFIFOITCase: It was comparing
the hostname to a hostname in some yarn config. In one case it was
capitalised, in the other case it wasn't.
Pushing fix to master and release-0.9 branch.
On Tue, Jun 9, 2015 at 2:18 PM, Sachin Goel wrote:
> A re-ran lead to
A re-ran lead to reproducibility of 11 failures again.
TaskManagerTest.testSubmitAndExecuteTask was failing with a time-out but
managed to succeed in a re-run. Here is the log output again:
http://pastebin.com/raw.php?i=N4cm1J18
Setup: JDK 1.8.0_40 on windows 8.1
System memory: 8GB, quad-core with
On 09 Jun 2015, at 13:58, Sachin Goel wrote:
> On my local machine, several flink runtime tests are failing on "mvn clean
> verify". Here is the log output: http://pastebin.com/raw.php?i=VWbx2ppf
Thanks for reporting this. Have you tried it multiple times? Is it failing
reproducibly with the s
I did five "mvn clean verify" runs by now. All of them failed. One
with the TaskmanagerFailsWithSlotSharingITCase and the other ones with
YARNSessionFIFOITCase
On Tue, Jun 9, 2015 at 12:34 PM, Aljoscha Krettek wrote:
> I also saw the same error on my third "mvn clean verify" run. Before it
> alwa
On my local machine, several flink runtime tests are failing on "mvn clean
verify". Here is the log output: http://pastebin.com/raw.php?i=VWbx2ppf
--
Sachin
On Tue, Jun 9, 2015 at 4:04 PM, Aljoscha Krettek
wrote:
> I also saw the same error on my third "mvn clean verify" run. Before it
> alw
On side comment:
Eclipse allows to auto format on save and apply the formating rules to
changed lines only. Using this feature, it is possible to be style
compatible without reformatting unchanged code. Having a format.xml for
Eclipse, would help a lot to get a unique code style. The change would
But then we should also provide a code style profile for Eclipse and have
to keep them in sync.
On Tue, Jun 9, 2015 at 12:33 PM Aljoscha Krettek
wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> This is the contents of Flink.xml in ~/Libra
I also saw the same error on my third "mvn clean verify" run. Before it
always failed in the YARN tests.
On Tue, Jun 9, 2015 at 12:23 PM, Till Rohrmann wrote:
> I also encountered a failing TaskManagerFailsWithSlotSharingITCase using
> Java8. I could, however, not reproduce the error a second ti
This is the contents of Flink.xml in ~/Library/Preferences/IdeaIC14/
codestyles which is the folder for codestyles on OS X. It is pretty much
the standard IntelliJ code style except that I changed it not to align in
parameter lists. S
I also encountered a failing TaskManagerFailsWithSlotSharingITCase using
Java8. I could, however, not reproduce the error a second time. The stack
trace is:
The JobManager should handle hard failing task manager with slot
sharing(org.apache.flink.runtime.jobmanager.TaskManagerFailsWithSlotSharingI
I think I found the possible error. I suspect that the empirical risk
calculation causes the problem with the *Hash join exceeded maximum number
of recursions*. What you do for this calculation is to provide the training
data set DataSet[(Int, Int, Double)] and you calculate for each item the
predi
Despite Flink's superb code quality :), only few code style rules exist. In
previous discussions we found that very strict code style rules do not
necessarily lead to better code readability and quality. The community
follows a pragmatic best-effort approach instead. Aljoscha already pointed
you to
Hi Aljoscha,
Yes, I get the style errors in my IDE (although I set the level to
warning rather than error). I try to pay close attention to writing my
code without checkstyle errors but I simply cannot resist pressing
auto format shortkey every now and then. That way all my effort into
writing pro
By the way, do you have the Flink checkstyle and scalastyle profiles
set in IntelliJ? This way you at least get red errors directly in the
IDE. For checkstyle there is Checkstyle-IDEA and for scalastyle you
can put the scalastyle config of Flink into the .idea directory to
have it recognised:
cp t
Hi Pieter-Jan,
It would be great to have a plugin for IntelliJ/Eclipse to make new code
stylecheck-compliant. However, as Till mentioned, the problem is that most
such plugins touch more lines than necessary. We try to only commit changes
to the Git repository which are related to the feature/pull
Till Rohrmann created FLINK-2189:
Summary: NullPointerException in MutableHashTable
Key: FLINK-2189
URL: https://issues.apache.org/jira/browse/FLINK-2189
Project: Flink
Issue Type: Bug
Hilmi Yildirim created FLINK-2188:
-
Summary: Reading from big HBase Tables
Key: FLINK-2188
URL: https://issues.apache.org/jira/browse/FLINK-2188
Project: Flink
Issue Type: Bug
Rep
Hi Till,
If I recall correctly, there is a possibility to import checkstyle
XML's into Eclipse so that the auto format feature would result in
style compliant code. This imported Eclipse config could then be
exported and reimported into IntelliJ but you can imagine that is not
a reason for me to i
The name of the Git branch was not correct. Thank you, Aljoscha, for
noticing. I've changed it from "release-0.9-rc1" to "release-0.9.0-rc1".
This has no affect on the validity of the release candidate.
Hi Pieter-Jan,
I'm not aware of an Eclipse or IntellJ auto format profile. I think that
all Flink contributors apply their style changes manually. The maven output
should tell you quite precisely what's wrong and in which file the
checkstyle errors occur. Moreover, applying an IDE auto format is i
+1 makes sense.
On Tue, Jun 9, 2015 at 10:48 AM, Aljoscha Krettek
wrote:
> I would suggest we use this format to notify others that we did a task:
>
> Assignees:
> - Aljoscha: done
> - Ufuk: found bug in such an such...
> - Chiwan Park: done, ...
>
> The simple "status" doesn't work with mult
Hi Flink Community,
I would like to contribute to the code base of Flink but I find myself
unable to built my changed project due to errors in my "code style".
My IDE of choice is IntelliJ and unfortunately, I can not import
"tools/maven/checkstyle.xml" nor "tools/maven/scalastyle-config.xml".
>F
I would suggest we use this format to notify others that we did a task:
Assignees:
- Aljoscha: done
- Ufuk: found bug in such an such...
- Chiwan Park: done, ...
The simple "status" doesn't work with multiple people on one task.
On Tue, Jun 9, 2015 at 9:40 AM, Ufuk Celebi wrote:
> Hey all,
>
Hey all,
1. it would be nice if we find more people to also do testing of the streaming
API. I think it's especially good to have people on it, which did not use it
before.
2. Just to make sure: the "assignee" field of each task is a list, i.e. we can
and should have more people testing per ta
These are the only format coding guidelines I'm aware of:
http://flink.apache.org/coding-guidelines.html
Some other stuff (such as space between 'if' and open parentheses) is
implicit. It seems to be common Java style and the code that we
already have follows it. I would say that the existing code
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
I was told that Flink follows a strict code style (eg, putting a blank between
'if' and the opening parentheses). However, I could not find any documentation
about it. I would like to follow those rules if there are any. Can you please
give m
41 matches
Mail list logo