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/09/21 21:15:33 UTC

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

Author: aching
Date: Fri Sep 21 19:15:33 2012
New Revision: 1388628

URL: http://svn.apache.org/viewvc?rev=1388628&view=rev
Log:
GIRAPH-334: Bugfix HCatalog Hive profile. (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=1388628&r1=1388627&r2=1388628&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Fri Sep 21 19:15:33 2012
@@ -2,6 +2,8 @@ Giraph Change Log
 
 Release 0.2.0 - unreleased
 
+  GIRAPH-334: Bugfix HCatalog Hive profile. (nitayj via aching)
+
   GIRAPH-93: Hive input / output format. (nitayj via aching)
 
   GIRAPH-277: Text Vertex Input/Output Format base classes overhaul.

Modified: giraph/trunk/giraph-formats-contrib/pom.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/giraph-formats-contrib/pom.xml?rev=1388628&r1=1388627&r2=1388628&view=diff
==============================================================================
--- giraph/trunk/giraph-formats-contrib/pom.xml (original)
+++ giraph/trunk/giraph-formats-contrib/pom.xml Fri Sep 21 19:15:33 2012
@@ -99,7 +99,7 @@ under the License.
                                 </goals>
                                 <configuration>
                                     <sources>
-                                        <source>${basedir}/src/main/java/</source>
+                                        <source>${basedir}/src/hcatalog/java/</source>
                                     </sources>
                                 </configuration>
                             </execution>