Melmoth created FLINK-4707:
--
Summary: Including flink-connector-filesystem as dependency fails
build
Key: FLINK-4707
URL: https://issues.apache.org/jira/browse/FLINK-4707
Project: Flink
Issue Type:
Hi Vasia,
Thanks a lot for your help! It worked out!
Best regards,
Olga
Best regards,
Olga Golovneva
On Wed, Sep 28, 2016 at 6:12 PM, Vasiliki Kalavri wrote:
> Hi Olga,
>
> have you copied the flink-gelly jar to your TaskManagers? See the
> instructions in [1] on how you can make the gelly cl
刘喆 created FLINK-4706:
-
Summary: Is there a way to load user classes first?
Key: FLINK-4706
URL: https://issues.apache.org/jira/browse/FLINK-4706
Project: Flink
Issue Type: New Feature
Componen
Hi Till,
yes, I have enabled checkpointing from my job. Thanks for your help :)
On Mon, Sep 26, 2016 at 3:18 AM, Till Rohrmann wrote:
> Hi Deepak,
>
> are you running Flink streaming jobs with checkpointing enabled? In this
> case Flink will check if you've set a restart strategy at your job and
Hi Olga,
have you copied the flink-gelly jar to your TaskManagers? See the
instructions in [1] on how you can make the gelly classes available during
execution and let us know if you have any problems.
Best,
-Vasia,
[1]:
https://ci.apache.org/projects/flink/flink-docs-master/dev/cluster_executio
I need to load a PFA (portable format for analytics) that can be around 30
GB and later process it with hadrian which is the java implementation for
PFA's (https://github.com/opendatagroup/hadrian).
I would like to execute this transformation step inside a specific worker
of the cluster (since I d
Hi devs,
I'm trying to run Gelly ClusteringCoefficient example on a cluster using
this command:
flink run -C
file://home/ubuntu/flink/flink-libraries/flink-gelly/target/flink-gelly_2.10-1.2-SNAPSHOT.jar
-c org.apache.flink.graph.examples.ClusteringCoefficient
flink-gelly-examples_2.10-1.2-SNAPSHO
Greg Hogan created FLINK-4705:
-
Summary: Instrument FixedLengthRecordSorter
Key: FLINK-4705
URL: https://issues.apache.org/jira/browse/FLINK-4705
Project: Flink
Issue Type: Improvement
Hi Eron,
Great to see so much progress on the Mesos implementation! Thank you
for sharing the code with us.
I'm not entirely sure whether we actually wait on the completion of
FLIP-6. We might complete the Mesos support for the 1.2.0 release and
port its code to the new RPC abstraction that comes
Hi Liwei,
I created this a while ago which is pretty much what you want as well:
https://issues.apache.org/jira/browse/FLINK-3276
Cheers,
Max
On Tue, Sep 27, 2016 at 11:09 AM, Liwei Lin wrote:
> Thanks Stephan for the prompt response!
>
> Glad to know it's targeted for Flink 2.0. Is there any J
Hi Ufuk,
`read(buf)` is not always `read(buf, 0, buf.length)`. Whereas
`readFully(buf)` ensures `read(buf, 0, buf.length)`, right? The method
is clearly documented but these mistakes can happen like a forgotten
null pointer check.
If we want to prevent mistakes like this, we can replace `read(buf
Timo Walther created FLINK-4704:
---
Summary: Move Table API to org.apache.flink.table
Key: FLINK-4704
URL: https://issues.apache.org/jira/browse/FLINK-4704
Project: Flink
Issue Type: Improvement
What are the use cases where you actually need to delete a timer? How
about we only let users delete timers which they created themselves?
I guessing most of these use cases will be obsolete with the new
Trigger DSL because the trigger logic can be expressed more easily. So
+1 for removing the del
The Bahir-Flink stuff is fairly new - the first release has not yet
happened.
Robert is pushing that, will probably happen once he is back.
On Tue, Sep 27, 2016 at 3:31 PM, shijinkui wrote:
> It's nice. Will present flink source connector be pushed to bahir-flink?
> I can add netty-source to bah
Hello Geoffrey,
this one works for me as well :D
Regards,
Chesnay
On 28.09.2016 05:38, Geoffrey Mon wrote:
Hello Chesnay,
Thank you for your help. After receiving your message I recompiled my
version of Flink completely, and both the NullPointerException listed in
the TODO and the ClassCastEx
Maximilian Michels created FLINK-4703:
-
Summary: RpcCompletenessTest: Add support for type arguments and
subclasss
Key: FLINK-4703
URL: https://issues.apache.org/jira/browse/FLINK-4703
Project: Fl
Hey devs,
had a quick discussion with Stephan about usage of DataInputStream
read and readFully. In most cases we want to use readFully, but it's
easy to accidentally use read instead (happened to me here for
example: https://issues.apache.org/jira/browse/FLINK-4332), which only
reads as many byte
Hi All,
*Brief:* I have a use case where I need to interact with a running flink
application.
*Detail:*
My Flink application has a *Kafka source*, *an operator processing on the
content received* from the Kafka stream(this operator is using a lookup
from an external source file to accomplish the
18 matches
Mail list logo