Hello everyone! Sorry for repeating this in dev list, but I really need help in this situation.
On bigtop-1.4.0 build fails on hadoop-hdfs-httpfs with error: Failed to execute goal org.apache.maven.plugins:maven-project-info-reports-plugin:2.7:dependencies (default) on project hadoop-hdfs-httpfs: An error has occurred in Dependencies report generation.: zip file is empty -> [Help 1] Launched in clean bigtop-1.4.0 dir, with command docker run -v `pwd`:/ws bigtop/slaves:1.4.0-centos-7 bash -l -c 'cd /ws;gradle hadoop-pkg I made a --scan for this attempt - https://gradle.com/s/7iu4z3fsbrh62 Maybe I'm using not a valid way to get it perform correctly? Or this can be bug and I need to fill a jira ticket for this? Also I tryed to use direct building by ./gradlew hadoop-rpm and via docker ./gradlew hadoop-pkg-ind, got the same error. If I use bigtop-trunk, this stage (hadoop-hdfs-httpfs) passed without error, but as I've been told, currently hadoop is unbuildable in master branch. Plus, the same error I get on bigtop-1.3.0. Cleaning the local maven repository does not fix it. So, likely, the problem is in building environment. How I can configure it correctly for successful hadoop building in bigtop? On Wed, Jan 22, 2020, 16:20 Evans Ye <[email protected]> wrote: > Currently building Hadoop across all platform on master branch is failing: > https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/ > > I'm not sure whether the master code can be built successfully since we're > in transition of upgrading zookeeper. > > If you just want to use bigtop, please get our latest release 1.4.0. > > If you are willing to contribute, you can report a bug on our jira first > and we ca work on a fix together. > > Let us know if any question. > > Evan's > > > > Yuqi Gu <[email protected]> 於 2020年1月22日 週三 16:31 寫道: > > > Hi Alexander, > > > > It seems bigtop_toolchain didn't deploy correctly. > > Please try to build bigtop components in docker with bigtop/slaves docker > > images <https://hub.docker.com/r/bigtop/slaves/tags?page=1&name=centos>. > > > > Run: > > cd BIGTOP_SRC_DIR > > docker run -v `pwd`:/ws bigtop/slaves:1.4.0-centos-7 bash -l -c 'cd /ws ; > > gradle hadoop-pkg' > > > > BR, > > Yuqi > > > > On Wed, 22 Jan 2020 at 15:05, Alexander Frolushkin <[email protected]> > > wrote: > > > > > I have this error on bigtop-trunk. In webtop-1.4.0 it fails with other > > > error. > > > > > > Also, in webtop-trunk this particular error appeard while building > hadoop > > > in docker (trunk-centos-7) image (by ./gradlew hadoop-pkg-ind) and > > without > > > it (by ./gradlew hadoop-rpm). > > > > > > Performed steps: > > > > > > I was trying to follow the available guides, do a clean centos 7 > install, > > > upgrade to latest official rpms, install openjdk 7 and unzip from repo. > > > > > > Then puppetize.sh from bigtop_toolchain/bin and puppet apply > > > --modulepath=`pwd`:/etc/puppet/modules -e "include > > > bigtop_toolchain::installer". > > > > > > After this run ./gradlew hadoop-pkg-ind or ./gradlew hadoop-rpm and got > > > this error. > > > > > > > > > > > > On Wed, Jan 22, 2020, 12:56 Youngwoo Kim (김영우) <[email protected]> > wrote: > > > > > > > Hi Alexander, > > > > > > > > Which version or branch of Bigtop do you use? and also can you > provide > > us > > > > the steps you did? > > > > > > > > Thanks, > > > > Youngwoo > > > > > > > > > > > > > > > > On Wed, Jan 22, 2020 at 2:00 PM Alexander Frolushkin < > > [email protected] > > > > > > > > wrote: > > > > > > > > > Hello everyone. > > > > > > > > > > Looks like Bigtop mailing lists is not very active, but I still > hope > > > > > someone could help me. > > > > > > > > > > We are trying to employ BigTop to build own hadoop repository > > > (./gradlew > > > > > hadoop-rpm), but after all efforts still getting error on zookeeper > > > > version > > > > > dependency: > > > > > > > > > > -org.apache.hadoop:hadoop-yarn-server-resourcemanager:2.8.5 > > > > > > > > > > it wants -org.apache.zookeeper:zookeeper:3.4.6 > > > > > > > > > > while all other conponents depends on > > > > > -org.apache.zookeeper:zookeeper:3.4.13 > > > > > > > > > > so we got: > > > > > > > > > > [ERROR] Failed to execute goal > > > > > org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce > > (depcheck) > > > > on > > > > > project hadoop-yarn-server-tests > > > > > > > > > > > > > > > > > > > > Please advise me some solution for this show stopper, if possible. > > > > Thanks! > > > > > > > > > > > > > > >
