Repository: bigtop Updated Branches: refs/heads/branch-1.3 a745f030c -> fb7a80fd7
http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb7a80fd/bigtop-tests/test-execution/smokes/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/pom.xml b/bigtop-tests/test-execution/smokes/pom.xml index 7a37a1b..56a52c5 100644 --- a/bigtop-tests/test-execution/smokes/pom.xml +++ b/bigtop-tests/test-execution/smokes/pom.xml @@ -55,7 +55,6 @@ List of modules which should be executed as a part of stack testing run --> <modules> - <module>pig</module> <module>hive</module> <module>hadoop</module> <module>hbase</module> @@ -106,12 +105,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.pig</groupId> - <artifactId>pig-smoke</artifactId> - <version>${pig-smoke.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke</artifactId> <version>${giraph-smoke.version}</version> http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb7a80fd/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 82bf224..3c90bd4 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -110,14 +110,13 @@ bigtop { */ dependencies = [ zookeeper:['hadoop', 'hbase'], - hadoop:['ignite-hadoop', 'hbase', 'crunch', 'pig', 'hive', 'tez', 'sqoop', 'sqoop2', + hadoop:['ignite-hadoop', 'hbase', 'crunch', 'hive', 'tez', 'sqoop', 'sqoop2', 'mahout', 'flume', 'giraph', 'solr', 'spark','spark1', 'phoenix', 'alluxio', 'kafka', 'ycsb', 'hama', 'zeppelin', 'tajo', 'apex' ], hbase:['phoenix','giraph','ycsb','hive'], - pig:['datafu'], - hive:['pig','zeppelin'], + hive:['zeppelin'], 'ignite-hadoop':['zeppelin'], spark:['zeppelin'] ] @@ -173,17 +172,6 @@ bigtop { archive = "${apache.APACHE_ARCHIVE}/${download_path}" } } - 'pig' { - name = 'pig' - pkg = 'pig' - relNotes = 'Apache Pig' - version { base = '0.17.0'; pkg = base; release = 1 } - tarball { destination = "${name}-${version.base}-src.tar.gz" - source = destination } - url { download_path = "/$name/$name-${version.base}/" - site = "${apache.APACHE_MIRROR}/${download_path}" - archive = "${apache.APACHE_ARCHIVE}/${download_path}" } - } 'hive' { name = 'hive' relNotes = 'Apache Hive' @@ -254,15 +242,6 @@ bigtop { site = "${apache.APACHE_MIRROR}/${download_path}" archive = "${apache.APACHE_ARCHIVE}/${download_path}" } } - 'hue' { - name = 'hue' - relNotes = 'Hadoop User Interface' - version { base = '4.1.0'; pkg = base; release = 1 } - tarball { destination = "$name-${version.base}.tar.gz" - source = "release-${version.base}.tar.gz" } - url { site = "https://github.com/cloudera/hue/archive" - archive = site } - } 'datafu' { name = 'datafu' pkg = 'pig-udf-datafu' http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb7a80fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c47ce1..de729e1 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,6 @@ <properties> <hadoop.version>2.7.3</hadoop.version> <hbase.version>1.1.9</hbase.version> - <pig.version>0.15.0</pig.version> - <pig-smoke.version>0.15.0</pig-smoke.version> <sqoop.version>1.4.6</sqoop.version> <sqoop2.version>1.99.4</sqoop2.version> <zookeeper.version>3.4.6</zookeeper.version> @@ -202,16 +200,6 @@ <type>test-jar</type> </dependency> <dependency> - <groupId>org.apache.pig</groupId> - <artifactId>pig</artifactId> - <version>${pig.version}</version> - </dependency> - <dependency> - <groupId>org.apache.pig</groupId> - <artifactId>pigsmoke</artifactId> - <version>${pig-smoke.version}</version> - </dependency> - <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>${zookeeper.version}</version>
