You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2012/10/02 01:10:27 UTC

svn commit: r1392687 - in /giraph/trunk: CHANGELOG giraph-formats-contrib/pom.xml

Author: aching
Date: Mon Oct  1 23:10:26 2012
New Revision: 1392687

URL: http://svn.apache.org/viewvc?rev=1392687&view=rev
Log:
GIRAPH-354: Giraph Formats should use hcatalog-core. (nitayj via
aching)

Modified:
    giraph/trunk/CHANGELOG
    giraph/trunk/giraph-formats-contrib/pom.xml

Modified: giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1392687&r1=1392686&r2=1392687&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Mon Oct  1 23:10:26 2012
@@ -1,6 +1,9 @@
 Giraph Change Log
 
 Release 0.2.0 - unreleased
+  GIRAPH-354: Giraph Formats should use hcatalog-core. (nitayj via
+  aching)
+
   GIRAPH-353: Received metrics are not thread-safe (aching via ereisman)
 
   GIRAPH-326: Writing input splits to ZooKeeper in parallel (maja)

Modified: giraph/trunk/giraph-formats-contrib/pom.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/giraph-formats-contrib/pom.xml?rev=1392687&r1=1392686&r2=1392687&view=diff
==============================================================================
--- giraph/trunk/giraph-formats-contrib/pom.xml (original)
+++ giraph/trunk/giraph-formats-contrib/pom.xml Mon Oct  1 23:10:26 2012
@@ -111,9 +111,15 @@ under the License.
     <dependencies>
         <dependency>
           <groupId>org.apache.hcatalog</groupId>
-          <artifactId>hcatalog</artifactId>
+          <artifactId>hcatalog-core</artifactId>
           <!-- TODO: Use 0.5.0 stable release -->
           <version>${hcatalog.version}</version>
+          <exclusions>
+              <exclusion>
+                  <groupId>org.apache.pig</groupId>
+                  <artifactId>pig</artifactId>
+              </exclusion>
+          </exclusions>
         </dependency>
         <dependency>
             <artifactId>giraph</artifactId>