Re: Build failure for flink - dist

2020-02-11 Thread Avinash Tripathy
Thanks, I'll check it out. On Tue, Feb 11, 2020 at 4:05 PM Chesnay Schepler wrote: > It is not the same error, as it now fails on deleting the "build-target" > symbolic link. > I haven't seen that one before, so for the time being add > "-P!symlink-build-target" to your maven call; this will ski

Re: Build failure for flink - dist

2020-02-11 Thread Chesnay Schepler
It is not the same error, as it now fails on deleting the "build-target" symbolic link. I haven't seen that one before, so for the time being add "-P!symlink-build-target" to your maven call; this will skip the symlink cleanup/creation. Note that it should now be possible for you to only build

Re: Build failure for flink - dist

2020-02-11 Thread Chesnay Schepler
You have to build the entirety of Flink first, at least once. It is not possible to only build flink-dist in a fresh repository. Related: https://issues.apache.org/jira/browse/FLINK-9582 On 11/02/2020 08:44, Avinash Tripathy wrote: Hi, I am getting build failure for flink-dist. Taken the la