Repository: bigtop Updated Branches: refs/heads/master ad6349c7d -> 316650cd0
http://git-wip-us.apache.org/repos/asf/bigtop/blob/316650cd/bigtop-tests/test-execution/smokes/pig/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/pig/pom.xml b/bigtop-tests/test-execution/smokes/pig/pom.xml deleted file mode 100644 index c63aeb3..0000000 --- a/bigtop-tests/test-execution/smokes/pig/pom.xml +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.apache.bigtop.itest</groupId> - <artifactId>smoke-tests</artifactId> - <version>1.3.1-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.bigtop.itest</groupId> - <artifactId>pig-smoke-execution</artifactId> - <packaging>jar</packaging> - <version>1.3.1-SNAPSHOT</version> - <name>Pig smoke test execution</name> - - <properties> - <org.codehaus.groovy.maven.jar>${project.build.directory}/pigsmoke-${pig-smoke.version}.jar</org.codehaus.groovy.maven.jar> - <!-- Override this with path to your pig install path --> - <pigjar>/usr/lib/pig/pig.jar</pigjar> - <org.apache.maven-dependency-plugin.groupId>org.apache.pig</org.apache.maven-dependency-plugin.groupId> - <org.apache.maven-dependency-plugin.artifactId>pigsmoke</org.apache.maven-dependency-plugin.artifactId> - <org.apache.maven-dependency-plugin.version>${pig-smoke.version}</org.apache.maven-dependency-plugin.version> - <org.apache.maven-dependency-plugin.output>${project.build.directory}</org.apache.maven-dependency-plugin.output> - <org.apache.maven-dependency-plugin.pattern>test/data/**/*</org.apache.maven-dependency-plugin.pattern> - <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> - </properties> - - <dependencies> - <!-- This smoke is implemented by the externally curated org.apache.pig pigsmoke project --> - <dependency> - <groupId>org.apache.pig</groupId> - <artifactId>pigsmoke</artifactId> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-client</artifactId> - </dependency> - <dependency> - <groupId>org.antlr</groupId> - <artifactId>antlr</artifactId> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <executions> - <execution> - <phase>initialize</phase> - <goals> - <goal>install-file</goal> - </goals> - </execution> - </executions> - <configuration> - <file>${pigjar}</file> - <groupId>org.apache.pig</groupId> - <artifactId>pig</artifactId> - <version>${pig.version}</version> - <packaging>jar</packaging> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <version>2.11</version> - <configuration> - <forkMode>always</forkMode> - <argLine>-Dpigunit.exectype.cluster=true</argLine> - <additionalClasspathElements> - <additionalClasspathElement> - ${HADOOP_CONF_DIR} - </additionalClasspathElement> - </additionalClasspathElements> - </configuration> - </plugin> - - - - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/316650cd/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 03fddee..e826df2 100644 --- a/bigtop-tests/test-execution/smokes/pom.xml +++ b/bigtop-tests/test-execution/smokes/pom.xml @@ -56,7 +56,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>oozie</module> @@ -114,12 +113,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/316650cd/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index fda6e42..0543978 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', 'oozie', 'mahout', 'flume', 'giraph', 'solr', 'spark','spark1', 'phoenix', 'alluxio', 'kafka', 'ycsb', 'hama', 'zeppelin', 'tajo', 'apex' ], hbase:['phoenix','giraph','ycsb','hive'], - pig:['datafu', 'oozie'], - hive:['oozie', 'pig','zeppelin'], + hive:['oozie', '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' @@ -264,15 +252,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/316650cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af64854..b7e24d5 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>
