Updated Branches: refs/heads/trunk 9b59a345f -> e5f1024d4
GIRAPH-517: Use stable hcatalog 0.5.0-incubating (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/e5f1024d Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/e5f1024d Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/e5f1024d Branch: refs/heads/trunk Commit: e5f1024d4d2d295763c96a566ef3f298fcfb3bc4 Parents: 9b59a34 Author: Nitay Joffe <[email protected]> Authored: Sun Feb 17 00:19:09 2013 -0500 Committer: Nitay Joffe <[email protected]> Committed: Sun Feb 17 16:59:31 2013 -0500 ---------------------------------------------------------------------- CHANGELOG | 2 ++ giraph-hcatalog/pom.xml | 35 ----------------------------------- pom.xml | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/e5f1024d/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 6cc74ea..1705e22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-517: Use stable hcatalog 0.5.0-incubating (nitay) + GIRAPH-503: Refactor platform-independent CLI argument parsing in GiraphRunner into a separate class (ereisman) GIRAPH-519: EdgeFactory (nitay) http://git-wip-us.apache.org/repos/asf/giraph/blob/e5f1024d/giraph-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hcatalog/pom.xml b/giraph-hcatalog/pom.xml index 4a82272..019f020 100644 --- a/giraph-hcatalog/pom.xml +++ b/giraph-hcatalog/pom.xml @@ -99,41 +99,6 @@ under the License. </plugins> </build> - <repositories> - <!-- This is the main maven repository. Normally we wouldn't need to put - it here when it's the only one being used, but since we need to add - special repositories to get hcatalog we need to mention this one - specifically otherwise it won't be included. --> - <repository> - <id>central</id> - <name>Maven Repository</name> - <url>http://repo1.maven.org/maven2</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <!-- This is necessary for hcatalog. --> - <repository> - <id>apache</id> - <name>Apache Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <!-- This is necessary for hive-metastore dependencies for hcatalog. --> - <repository> - <id>datanucleus</id> - <name>datanucleus maven repository</name> - <url>http://www.datanucleus.org/downloads/maven2</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - <profiles> <profile> <id>hadoop_0.20.203</id> http://git-wip-us.apache.org/repos/asf/giraph/blob/e5f1024d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6e9302..d1e8fbb 100644 --- a/pom.xml +++ b/pom.xml @@ -199,10 +199,10 @@ under the License. <id>cloudera cdh</id> <url>https://repository.cloudera.com/artifactory/cloudera-repos</url> <releases> - <enabled>true</enabled> + <enabled>true</enabled> </releases> <snapshots> - <enabled>false</enabled> + <enabled>false</enabled> </snapshots> </repository> <repository> @@ -210,22 +210,22 @@ under the License. <name>www.apache.org</name> <url>https://repository.apache.org/content/repositories/snapshots</url> <snapshots> - <enabled>true</enabled> + <enabled>true</enabled> </snapshots> <releases> - <enabled>false</enabled> + <enabled>false</enabled> </releases> </repository> <repository> + <id>apache releases</id> + <name>www.apache.org</name> + <url>https://repository.apache.org/content/repositories/releases</url> <snapshots> - <enabled>false</enabled> + <enabled>false</enabled> </snapshots> <releases> - <enabled>true</enabled> + <enabled>true</enabled> </releases> - <id>apache releases</id> - <name>www.apache.org</name> - <url>https://repository.apache.org/content/repositories/releases</url> </repository> </repositories> @@ -237,7 +237,7 @@ under the License. <hbase.version>0.90.5</hbase.version> <jackson.version>1.8.0</jackson.version> <slf4j.version>1.7.2</slf4j.version> - <hive.version>0.9.0</hive.version> + <hive.version>0.10.0</hive.version> <forHadoop>for-hadoop-${hadoop.version}</forHadoop> </properties> @@ -857,7 +857,7 @@ under the License. <dependency> <groupId>org.apache.hcatalog</groupId> <artifactId>hcatalog-core</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating</version> <exclusions> <exclusion> <groupId>org.apache.pig</groupId>
