[Discuss] Query regarding Flink 1.1 setup

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[Discuss] Query regarding Flink 1.1 setup

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
Reply | Threaded
Open this post in threaded view
|

Re: [Discuss] Query regarding Flink 1.1 setup

Aljoscha Krettek-2
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 <[hidden email]> 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
>
Reply | Threaded
Open this post in threaded view
|

Re: [Discuss] Query regarding Flink 1.1 setup

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 <[hidden email]>
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 <[hidden email]> 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
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [Discuss] Query regarding Flink 1.1 setup

Aljoscha Krettek-2
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 <[hidden email]> 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 <[hidden email]>
> 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 <[hidden email]> 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
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [Discuss] Query regarding Flink 1.1 setup

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 <[hidden email]>
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 <[hidden email]> 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 <[hidden email]>
> > 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 <[hidden email]>
> 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
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [Discuss] Query regarding Flink 1.1 setup

Ufuk Celebi-2
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 <[hidden email]> wrote:

> 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 <[hidden email]>
> 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 <[hidden email]> 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 <[hidden email]>
>> > 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 <[hidden email]>
>> 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
>> > > >
>> > >
>> >
>>
Reply | Threaded
Open this post in threaded view
|

Re: [Discuss] Query regarding Flink 1.1 setup

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 <[hidden email]> 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 trying to do, this might be a problem or not.
>
> On Tue, Jul 5, 2016 at 12:26 PM, Vinay Patil <[hidden email]>
> wrote:
> > 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 <[hidden email]>
> > 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 <[hidden email]>
> 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 <[hidden email]
> >
> >> > 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 <[hidden email]>
> >> 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
> >> > > >
> >> > >
> >> >
> >>
>