Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml?rev=1196868&r1=1196867&r2=1196868&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml (original) +++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml Wed Nov 2 23:40:24 2011 @@ -137,7 +137,7 @@ } project.properties['hbase.jar'] = org.apache.bigtop.itest.JarContent.getJarName( - "${HBASE_HOME}/lib", 'hbase-.*.jar'); + "${HBASE_HOME}", 'hbase-.*.jar'); if ( project.properties['hbase.jar'] == null ) { throw new IOException ("hbase*.jar isn't found"); }
Modified: incubator/bigtop/branches/hadoop-0.22/bigtop.mk URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop.mk?rev=1196868&r1=1196867&r2=1196868&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.22/bigtop.mk (original) +++ incubator/bigtop/branches/hadoop-0.22/bigtop.mk Wed Nov 2 23:40:24 2011 @@ -79,16 +79,17 @@ HIVE_SITE=$(APACHE_MIRROR)/hive/hive-$(H $(eval $(call PACKAGE,hive,HIVE)) # Sqoop -SQOOP_NAME=sqoop -SQOOP_RELNOTES_NAME=Sqoop -SQOOP_PKG_NAME=sqoop -SQOOP_BASE_VERSION=1.3.0 -SQOOP_PKG_VERSION=1.3.0 -SQOOP_RELEASE_VERSION=1 -SQOOP_TARBALL_DST=sqoop-$(SQOOP_BASE_VERSION).tar.gz -SQOOP_TARBALL_SRC=$(SQOOP_TARBALL_DST) -SQOOP_SITE=http://github.com/downloads/cloudera/sqoop/ -$(eval $(call PACKAGE,sqoop,SQOOP)) +# FIXME: disabled because of BIGTOP-203 +# SQOOP_NAME=sqoop +# SQOOP_RELNOTES_NAME=Sqoop +# SQOOP_PKG_NAME=sqoop +# SQOOP_BASE_VERSION=1.3.0 +# SQOOP_PKG_VERSION=1.3.0 +# SQOOP_RELEASE_VERSION=1 +# SQOOP_TARBALL_DST=sqoop-$(SQOOP_BASE_VERSION).tar.gz +# SQOOP_TARBALL_SRC=$(SQOOP_TARBALL_DST) +# SQOOP_SITE=http://github.com/downloads/cloudera/sqoop/ +# $(eval $(call PACKAGE,sqoop,SQOOP)) # Oozie OOZIE_NAME=oozie
