Re: Problems with local build

2019-02-18 Thread Robert Metzger
Hey, I was able to build the commit on a clean Ubuntu 18.04 Docker image. I ran the following commands: $ docker run -it ubuntu /bin/bash % apt-get update % apt-get install maven openjdk-8-jdk git % git clone git clone https://github.com/apache/flink.git % cd flink % git checkout 5e8e00b46369cfcbe

Re: Problems with local build

2019-02-14 Thread Александр
response*, sorry чт, 14 февр. 2019 г. в 14:42, Александр : > Hello. Thanks for your responsible. > I use 3.5.2 version of maven, but also i tried 3.2.5 (as guide > recommended) but it has no effect. > I try to build 5e8e00b46369cfcbe0ccd8eb664da07ce3c9d1bf -it's a last > commit in master branch.

Re: Problems with local build

2019-02-14 Thread Александр
Hello. Thanks for your responsible. I use 3.5.2 version of maven, but also i tried 3.2.5 (as guide recommended) but it has no effect. I try to build 5e8e00b46369cfcbe0ccd8eb664da07ce3c9d1bf -it's a last commit in master branch. чт, 14 февр. 2019 г. в 13:32, Robert Metzger : > Hey Aleksandr, > >

Re: Problems with local build

2019-02-14 Thread Robert Metzger
Hey Aleksandr, let's first try to resolve issue 1. Which maven version are you using? What's the commit sha you are trying to build?