Try: $ mvn clean install -Dhadoop.profile=3.0 -Dhadoop-three.version=3.1.2 -DskipTests assembly:single
-Dhadoop.profile=3.0 asks for the 3.0 profile. -Dhadoop-three.version=3.1.2 sets the hadoop 3.0 version to use. S On Wed, Apr 3, 2019 at 7:13 AM Michael <mich...@fantasymail.de> wrote: > Sorry, the last mail should read this way: > > If I use: > > > mvn package -DskipTests -Dhadoop-three.version=3.1.2 > -Dhadoop.version=3.1.2 assembly:single > > or > > mvn package -DskipTests -Dhadoop-three.version=3.1.2 assembly:single > > > All hadoop-* files in the lib folder are version 2.7.7 only. > > > How is this supposed to be build? > > > Michael > > > Am 03.04.19 um 14:55 schrieb 张铎(Duo Zhang): > > Try -Dhadoop-three.version=3.1.2? > > > > Michael <mich...@fantasymail.de <mailto:mich...@fantasymail.de>> > > 于2019年4月3日周三 下午3:41写道: > > > > Hi, > > > > >