diff --git a/nephele/nephele-hdfs/pom.xml b/nephele/nephele-hdfs/pom.xml index 36af3281effa7115252b77afa303801d42229688..1bb5087e0cdac44c4d117f6d5f08583220d73573 100644 --- a/nephele/nephele-hdfs/pom.xml +++ b/nephele/nephele-hdfs/pom.xml @@ -56,5 +56,4 @@ - diff --git a/pact/pact-compiler/pom.xml b/pact/pact-compiler/pom.xml index 66816d4d1c12e186c17954497cf0e941e0796574..a9245ab6b3052bb14c156f7a496daa9ae44db867 100644 --- a/pact/pact-compiler/pom.xml +++ b/pact/pact-compiler/pom.xml @@ -16,21 +16,18 @@ jar - eu.stratosphere pact-common ${project.version} compile - eu.stratosphere pact-runtime ${project.version} compile - diff --git a/pact/pact-examples/pom.xml b/pact/pact-examples/pom.xml index cf3325ad194573d8b8329da7c368602fa9442d80..76513988301d66c3f1b9320cb32ee79f48851af5 100644 --- a/pact/pact-examples/pom.xml +++ b/pact/pact-examples/pom.xml @@ -21,14 +21,6 @@ eu.stratosphere pact-common ${project.version} - compile - - - - eu.stratosphere - pact-hbase - ${project.version} - compile @@ -47,31 +39,6 @@ 2.4 - - - ConnectedComponents @@ -365,4 +332,85 @@ + + + + + hadoop_yarn + + true + + + + eu.stratosphere + pact-hbase + ${project.version} + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + + HBaseExample + package + + jar + + + HBaseExample + + + + eu.stratosphere.pact.example.hbase.HBaseReadExample + + + + + **/hbase/*.class + **/util/ConfigUtils.class + + + + + + + + + + + hadoop_v1 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + compile + + + **/hbase/*.java + + + + compile + + + + + + + + + diff --git a/pact/pact-hbase/pom.xml b/pact/pact-hbase/pom.xml index b484b1a5ffb7528b4ececc9a8d2d37c7e9780b29..ef4b556d670bb7e1327ec2c897588230dc297896 100644 --- a/pact/pact-hbase/pom.xml +++ b/pact/pact-hbase/pom.xml @@ -1,36 +1,44 @@ - - 4.0.0 - - pact - eu.stratosphere - 0.2-ozone - + + + 4.0.0 + + + pact + eu.stratosphere + 0.2-ozone + + pact-hbase pact-hbase + jar + eu.stratosphere pact-common ${version} + org.apache.hbase hbase 0.94.2-cdh4.2.1 + org.apache.hadoop hadoop-client ${hadoop.version} - + - + --> diff --git a/pact/pact-runtime/pom.xml b/pact/pact-runtime/pom.xml index d3d07e7820a35aca83f0a2ade82802ca991723cf..b17254694e38e472ab3a4b00e31dfbffe6bd6904 100644 --- a/pact/pact-runtime/pom.xml +++ b/pact/pact-runtime/pom.xml @@ -16,25 +16,21 @@ jar - eu.stratosphere pact-common ${project.version} - eu.stratosphere nephele-server ${project.version} - eu.stratosphere pact-array-datamodel ${project.version} - @@ -71,7 +67,6 @@ - org.apache.maven.plugins maven-surefire-plugin diff --git a/pact/pom.xml b/pact/pom.xml index 8effb34e72eb073684f600693ebc5b17e0ac2886..3d770dd1b93394de320241af5f800b26288f99a8 100644 --- a/pact/pom.xml +++ b/pact/pom.xml @@ -63,25 +63,6 @@ - - - - - hadoop_yarn - - true - - - pact-hbase - - - - hadoop_v1 - - - - - pact-common @@ -93,4 +74,23 @@ pact-tests pact-array-datamodel + + + + hadoop_yarn + + true + + + pact-hbase + + + + hadoop_v1 + + + + + + diff --git a/stratosphere-dist/pom.xml b/stratosphere-dist/pom.xml index 912f53749902ab659c85038aee91145d0d291186..54ac05793cdedde26792b00453647633f625e1ed 100644 --- a/stratosphere-dist/pom.xml +++ b/stratosphere-dist/pom.xml @@ -91,13 +91,32 @@ pact-runtime ${project.version} - - eu.stratosphere - pact-hbase - ${project.version} - + + + + hadoop_yarn + + true + + + + eu.stratosphere + pact-hbase + ${project.version} + + + + + + hadoop_v1 + + + + + +