Re: Change build-target to a specific folder

2018-03-09 Thread Stephan Ewen
The original code that created the directory used an unsafe plugin. The new way to add it unfortunately works only on UNIX. Checkout the "flink-dist"/pom.xml file where the directory is created: https://github.com/apache/flink/blob/master/flink-dist/pom.xml#L415 If you can find a way to make this

Re: Change build-target to a specific folder

2018-03-09 Thread Chesnay Schepler
The build-target directory is not generated on Windows. We disabled that at some point; don't quite remember why. On 09.03.2018 13:13, mingleizhang wrote: Yes. I am running on windows. So, I can not see a folder called build-target under flink-dist ? At 2018-03-09 19:01:44, "Stephan Ew

Re:Re: Re: Change build-target to a specific folder

2018-03-09 Thread mingleizhang
Yes. I am running on windows. So, I can not see a folder called build-target under flink-dist ? At 2018-03-09 19:01:44, "Stephan Ewen" wrote: >There should be a ' build-target' folder created when 'flink-dist' is >built. (actually, a symlink, more precisely) > >If will not work on Windo

Re: Re: Change build-target to a specific folder

2018-03-09 Thread Stephan Ewen
There should be a ' build-target' folder created when 'flink-dist' is built. (actually, a symlink, more precisely) If will not work on Windows, through. Are you running Windows? On Fri, Mar 9, 2018 at 11:34 AM, mingleizhang wrote: > Yes. It is. and I might do a little change for this. > > > > >

Re:Re: Change build-target to a specific folder

2018-03-09 Thread mingleizhang
Yes. It is. and I might do a little change for this. At 2018-03-09 17:35:42, "Aljoscha Krettek" wrote: >Is this from the "building Flink" quickstart? I don't mind too much but you >can open a PR if you want to change that. > >> On 9. Mar 2018, at 08:00, mingleizhang wrote: >> >> Hi, >> >

Re: Change build-target to a specific folder

2018-03-09 Thread Aljoscha Krettek
Is this from the "building Flink" quickstart? I don't mind too much but you can open a PR if you want to change that. > On 9. Mar 2018, at 08:00, mingleizhang wrote: > > Hi, > > > Anyway, the line of cd build-target below confused me for a while at the > first time since there is not a fold

Change build-target to a specific folder

2018-03-08 Thread mingleizhang
Hi, Anyway, the line of cd build-target below confused me for a while at the first time since there is not a folder called build-target. So I would suggest change this stuff to a more reasonable representation for the beginner to flink. What do you think of that ? Like cd flink-dist/target