Re: [Discuss] Query regarding Flink 1.1 setup

2016-07-05 Thread Vinay Patil
This is what I was looking for. Thank you Ufuk Regards, Vinay Patil On Tue, Jul 5, 2016 at 5:39 PM, Ufuk Celebi wrote: > There is also this: > https://flink.apache.org/contribute-code.html#snapshots-nightly-builds > > The Hadoop 2 version is built for Hadoop 2.3. Depending on what you > are try

Re: [Discuss] Query regarding Flink 1.1 setup

2016-07-05 Thread Ufuk Celebi
There is also this: https://flink.apache.org/contribute-code.html#snapshots-nightly-builds The Hadoop 2 version is built for Hadoop 2.3. Depending on what you are trying to do, this might be a problem or not. On Tue, Jul 5, 2016 at 12:26 PM, Vinay Patil wrote: > Yes, I had already done that yest

Re: [Discuss] Query regarding Flink 1.1 setup

2016-07-05 Thread Vinay Patil
Yes, I had already done that yesterday but got some dependency error while doing it (since it was not able to download one jar from nexux) , so thought if there was any other way. Anyways will try to do that. Thanks Regards, Vinay Patil On Tue, Jul 5, 2016 at 3:11 PM, Aljoscha Krettek wrote:

Re: [Discuss] Query regarding Flink 1.1 setup

2016-07-05 Thread Aljoscha Krettek
You would have to manually build a binary distribution from to source to run it on a cluster. This is the relevant section of the doc: https://ci.apache.org/projects/flink/flink-docs-master/setup/building.html What it boils down to, though, is that you have to checkout the Flink source and run "mv

Re: [Discuss] Query regarding Flink 1.1 setup

2016-07-05 Thread Vinay Patil
Correct , it means I cannot use it for running on cluster ? In my code I have updated my dependency to 1.1-SNAPSHOT, so I wanted to test it on cluster with version 1.1 Regards, Vinay Patil On Tue, Jul 5, 2016 at 2:56 PM, Aljoscha Krettek wrote: > Flink 1.1-SNAPSHOT is not a released version, th

Re: [Discuss] Query regarding Flink 1.1 setup

2016-07-05 Thread Aljoscha Krettek
Flink 1.1-SNAPSHOT is not a released version, this is the name of the latest master builds of what will eventually be released as Flink 1.1. On Mon, 4 Jul 2016 at 18:08 Vinay Patil wrote: > Hi, > > Can you please tell how do I download flink1.1-SNAPSHOT for running the job > on cluster, on the f

[Discuss] Query regarding Flink 1.1 setup

2016-07-04 Thread Vinay Patil
Hi, Can you please tell how do I download flink1.1-SNAPSHOT for running the job on cluster, on the flink site the latest I get is 1.0.3 (currently I am using this), any other link from where I can get 1.1 ? Regards, Vinay Patil