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 <[email protected]> wrote: > 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 "mvn clean package -DskipTests". Then you will have a Flink > distribution in the build-target directory. > > On Tue, 5 Jul 2016 at 11:36 Vinay Patil <[email protected]> wrote: > > > 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 <[email protected]> > > wrote: > > > > > 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 <[email protected]> > wrote: > > > > > > > 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 > > > > > > > > > >
