Repository: incubator-streams Updated Branches: refs/heads/STREAMS-155 [created] 66503cd24
cleaned up poms need to get tests in runtime-pig passing again Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/66503cd2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/66503cd2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/66503cd2 Branch: refs/heads/STREAMS-155 Commit: 66503cd24d06eea25200327b8ae68a4595ae9dd9 Parents: a7a4012 Author: Steve Blackmon <[email protected]> Authored: Mon Oct 13 10:55:11 2014 -0500 Committer: Steve Blackmon <[email protected]> Committed: Mon Oct 13 10:55:11 2014 -0500 ---------------------------------------------------------------------- pom.xml | 16 +++++++++++++++- streams-contrib/streams-persist-hbase/pom.xml | 12 +++--------- streams-contrib/streams-persist-hdfs/pom.xml | 12 +++--------- streams-runtimes/streams-runtime-pig/pom.xml | 7 +++---- 4 files changed, 24 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/66503cd2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f8b6a14..58ca034 100644 --- a/pom.xml +++ b/pom.xml @@ -37,12 +37,26 @@ <repositories> <repository> + <id>apache.releases</id> + <name>Apache Releases Repository</name> + <url>https://repository.apache.org/content/repositories/releases</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> + <url>https://repository.apache.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> </repository> <repository> <id>central</id> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/66503cd2/streams-contrib/streams-persist-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-hbase/pom.xml b/streams-contrib/streams-persist-hbase/pom.xml index 47e0305..378afb5 100644 --- a/streams-contrib/streams-persist-hbase/pom.xml +++ b/streams-contrib/streams-persist-hbase/pom.xml @@ -12,17 +12,11 @@ <artifactId>streams-persist-hbase</artifactId> <properties> - <hadoop-common.version>2.0.0-cdh4.5.0</hadoop-common.version> - <hbase.version>0.94.6-cdh4.5.0</hbase.version> + <hadoop-common.version>2.2.0</hadoop-common.version> + <hbase.version>0.94.6</hbase.version> + <zookeeper.version>3.4.5</zookeeper.version> </properties> - <repositories> - <repository> - <id>cloudera</id> - <url>https://repository.cloudera.com/artifactory/repo</url> - </repository> - </repositories> - <dependencies> <dependency> <groupId>org.apache.streams</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/66503cd2/streams-contrib/streams-persist-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-hdfs/pom.xml b/streams-contrib/streams-persist-hdfs/pom.xml index 512fc1e..ced7c1e 100644 --- a/streams-contrib/streams-persist-hdfs/pom.xml +++ b/streams-contrib/streams-persist-hdfs/pom.xml @@ -12,16 +12,10 @@ <artifactId>streams-persist-hdfs</artifactId> <properties> - <hdfs.version>2.0.0-cdh4.5.0</hdfs.version> + <hadoop-common.version>2.2.0</hadoop-common.version> + <hdfs.version>2.2.0</hdfs.version> </properties> - <repositories> - <repository> - <id>cloudera</id> - <url>https://repository.cloudera.com/artifactory/repo</url> - </repository> - </repositories> - <dependencies> <dependency> <groupId>org.apache.streams</groupId> @@ -46,7 +40,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> - <version>${hdfs.version}</version> + <version>${hadoop-common.version}</version> <scope>compile</scope> <type>jar</type> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/66503cd2/streams-runtimes/streams-runtime-pig/pom.xml ---------------------------------------------------------------------- diff --git a/streams-runtimes/streams-runtime-pig/pom.xml b/streams-runtimes/streams-runtime-pig/pom.xml index 28a4e16..4b055ca 100644 --- a/streams-runtimes/streams-runtime-pig/pom.xml +++ b/streams-runtimes/streams-runtime-pig/pom.xml @@ -29,8 +29,8 @@ <artifactId>streams-runtime-pig</artifactId> <properties> - <hadoop-client.version>2.0.0-mr1-cdh4.6.0</hadoop-client.version> - <pig.version>0.11.0-cdh4.6.0</pig.version> + <hadoop-client.version>2.2.0</hadoop-client.version> + <pig.version>0.11.1</pig.version> </properties> <dependencies> @@ -103,8 +103,7 @@ <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> - <version>2.11</version> - <scope>test</scope> + <version>0.9.94</version> </dependency> <dependency> <groupId>org.antlr</groupId>
