I tried building/testing RC1 today. Question, I am probably doing something wrong here, not sure...
Build was ok, can run PI test. I am trying to run the smoke tests in bigtop-tests/test-artifacts. I needed to add a <repository> to the pom for http://repository.cloudera.comso the dependency for itest will download. It does download (along with other jars it looks like) but I am getting these messages from mvn INFO] [INFO] bigtop-smokes ..................................... SUCCESS [6.724s] [INFO] hadoopsmoke ....................................... FAILURE [2.136s] [INFO] hivesmoke ......................................... SKIPPED [INFO] packagesmoke ...................................... SKIPPED [INFO] ooziesmoke ........................................ SKIPPED [INFO] hbasesmoke ........................................ SKIPPED [INFO] flumesmoke ........................................ SKIPPED [INFO] sqoop-integration ................................. SKIPPED [INFO] mahoutsmoke ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.964s [INFO] Finished at: Wed Mar 21 03:44:00 UTC 2012 [INFO] Final Memory: 10M/58M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project hadoop-smoke: Compilation failure: Compilation failure: [ERROR] error: error reading /home/ubuntu/.m2/repository/org/apache/hadoop/hadoop-core/ 0.20.205.0/hadoop-core-0.20.205.0.jar; error in opening zip file [ERROR] error: error reading /home/ubuntu/.m2/repository/org/apache/hadoop/hadoop-test/ 0.20.205.0/hadoop-test-0.20.205.0.jar; error in opening zip file [ERROR] error: error reading /home/ubuntu/.m2/repository/org/apache/bigtop/itest/itest-common/0.3.0-incubating/itest-common-0.3.0-incubating.jar; error in opening zip file Seems these jar files that were downloaded into my .m2 repository are corrupt. For example, itest-common-0.3.0-incubating.jar is only 392 bytes ubuntu@ip-10-168-178-138:~/.m2/repository/org/apache/bigtop/itest/itest-common/0.3.0-incubating$ ls -l total 20 -rw-r--r-- 1 ubuntu ubuntu 392 2012-03-21 03:38 itest-common-0.3.0-incubating.jar -rw-r--r-- 1 ubuntu ubuntu 282 2012-03-21 03:38 itest-common-0.3.0-incubating.jar.lastUpdated -rw-r--r-- 1 ubuntu ubuntu 392 2012-03-21 03:38 itest-common-0.3.0-incubating.pom -rw-r--r-- 1 ubuntu ubuntu 282 2012-03-21 03:38 itest-common-0.3.0-incubating.pom.lastUpdated -rw-r--r-- 1 ubuntu ubuntu 214 2012-03-21 03:38 _maven.repositories ubuntu@ip-10-168-178-138:~/.m2/repository/org/apache/bigtop/itest/itest-common/0.3.0-incubating$ if I try to unzip manually I get... ubuntu@ip-10-168-178-138:~/.m2/repository/org/apache/bigtop/itest/itest-common/0.3.0-incubating$ unzip itest-common-0.3.0-incubating.jar Archive: itest-common-0.3.0-incubating.jar End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of itest-common-0.3.0-incubating.jar or itest-common-0.3.0-incubating.jar.zip, and cannot find itest-common-0.3.0-incubating.jar.ZIP, period. Any advice would be appreciated Regards Ron On Tue, Mar 20, 2012 at 11:35 AM, Roman Shaposhnik <r...@apache.org> wrote: > This is the third incubator release for Apache Bigtop, version > 0.3.0-incubating. > > It fixes the following issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12317841&projectId=12311420 > > The delta between RC0 and RC1 includes fixes for the following issues: > BIGTOP-446. Typo in hadoop module for puppet > BIGTOP-459. remove references to cloudera from the packaging files > BIGTOP-443. deb/oozie/oozie-client.postinst installs an alternative > for a path that isn't there > BIGTOP-382. hadoop-conf-pseudo packages contains subversion metada > BIGTOP-457. Bigtop 0.3.0: Hadoop namenode doesnt start after > installing the deb package > > *** Please download, test, and vote by Mon, March 26 > > Note that we are voting on the source (tag): release-0.3.0-incubating-RC1 > > Source tarball, checksums, signature: > http://people.apache.org/~rvs/bigtop-0.3.0-incubating-RC1/ > > The tag to be voted on: > > https://svn.apache.org/repos/asf/incubator/bigtop/tags/release-0.3.0-incubating-RC1/ > > Bigtop's KEYS file, containing the PGP keys used to sign the release: > http://svn.apache.org/repos/asf/incubator/bigtop/dist/KEYS > > Please also make sure to try installing our convenience binary distribution > artifacts. We are publishing the Bigtop 0.3.0 incubating distributions for > the > following Linux platforms: Ubuntu 10.04, CentOS 5, CentOS 6, Fedora 15, > Fedora 16, SLES 11. The easies way to install Bigtop distribution on > your favorite Linux OS is to pick one of the attached files, and place > it (as root) in the following folder: > * Ubuntu -- /etc/apt/sources.list.d/ > * CentOS5, CentOS6, Fedora 15, Fedora 16 -- /etc/yum.repos.d/ > * SLES 11 -- /etc/zypp/repos.d/ > > After that you can follow the installation instructions from over here (DO > NOT > FORGET TO SKIP STEPS #1 and #2): > > https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop > > Thanks! > > Bigtop 0.3.0 release manager, > Roman Shaposhnik >