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 5e8e00b46369cfcbe0ccd8eb664da07ce3c9d1bf % mvn clean package -DskipTests I believe there must be something wrong with your build environment. Did you do any code modifications? Are you on OS X with a case-insensitive file system? Best, Robert On Thu, Feb 14, 2019 at 12:43 PM Александр <salatiq...@gmail.com> wrote: > response*, sorry > > чт, 14 февр. 2019 г. в 14:42, Александр <salatiq...@gmail.com>: > > > 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 <rmetz...@apache.org>: > > > >> 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? > >> > > >