Re: flink-mapr-fs failed in travis

2019-08-06 Thread Nico Kruber
thanks a lot On 06/08/2019 13:25, Chesnay Schepler wrote: > Done. > > On 06/08/2019 13:17, Nico Kruber wrote: >> Hi Chesnay, >> can you backport these changes to the 1.7 release branch as well? Since >> this is still a supported version (and may eventually receive a further >> release), it would

Re: flink-mapr-fs failed in travis

2019-08-06 Thread Chesnay Schepler
Done. On 06/08/2019 13:17, Nico Kruber wrote: Hi Chesnay, can you backport these changes to the 1.7 release branch as well? Since this is still a supported version (and may eventually receive a further release), it would be nice to have the tests running again. It is currently failing, e.g. http

Re: flink-mapr-fs failed in travis

2019-08-06 Thread Nico Kruber
Hi Chesnay, can you backport these changes to the 1.7 release branch as well? Since this is still a supported version (and may eventually receive a further release), it would be nice to have the tests running again. It is currently failing, e.g. https://travis-ci.org/apache/flink/builds/566447083

Re: flink-mapr-fs failed in travis

2019-07-29 Thread Aljoscha Krettek
I’m seeing the same issue when building this locally. I’ll start a DISCUSS thread so see about just removing the flink-mapr-fs module. Aljoscha > On 24. Jul 2019, at 05:00, JingsongLee > wrote: > > Sorry, > "It looks like it's been compiled all the time." > should be: "It looks like it can

Re: flink-mapr-fs failed in travis

2019-07-23 Thread JingsongLee
Sorry, "It looks like it's been compiled all the time." should be: "It looks like it can not be compiled all the time in local." Best, Jingsong Lee -- From:JingsongLee Send Time:2019年7月24日(星期三) 10:54 To:Jark Wu ; dev ; chesnay

Re: flink-mapr-fs failed in travis

2019-07-23 Thread JingsongLee
Hi @chesnay : Thanks for fix on travis, Do you have any idea about why we build failed in local? It looks like it's been compiled all the time. (It should have nothing to do with your previous changes) Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifac

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Jark Wu
Great! Thanks Chesnay for the quick fixing. On Fri, 19 Jul 2019 at 16:40, Chesnay Schepler wrote: > I think I found the issue; I forgot to update travis_controller.sh . > > On 19/07/2019 10:02, Chesnay Schepler wrote: > > Ah, I added it to the common options in the travis_manv_watchdog.sh . > >

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Chesnay Schepler
I think I found the issue; I forgot to update travis_controller.sh . On 19/07/2019 10:02, Chesnay Schepler wrote: Ah, I added it to the common options in the travis_manv_watchdog.sh . On 19/07/2019 09:58, Chesnay Schepler wrote: I did modify the .travis.yml do activate the unsafe-mapr-repo pro

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Chesnay Schepler
Ah, I added it to the common options in the travis_manv_watchdog.sh . On 19/07/2019 09:58, Chesnay Schepler wrote: I did modify the .travis.yml do activate the unsafe-mapr-repo profile; did I modified the wrong profile?... On 19/07/2019 07:57, Jark Wu wrote: It seems that it is introduced by

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Chesnay Schepler
I did modify the .travis.yml do activate the unsafe-mapr-repo profile; did I modified the wrong profile?... On 19/07/2019 07:57, Jark Wu wrote: It seems that it is introduced by this commit: https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 Hi @Chesnay Schepler ,

Re: flink-mapr-fs failed in travis

2019-07-18 Thread Jark Wu
It seems that it is introduced by this commit: https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 Hi @Chesnay Schepler , do we need to add "-Punsafe-mapr-repo" to the ".travis.yml"? Best, Jark On Fri, 19 Jul 2019 at 10:58, JingsongLee wrote: > Hi everyone: > > flin