Author: nitay
Date: Wed Nov 21 01:43:49 2012
New Revision: 1411975
URL: http://svn.apache.org/viewvc?rev=1411975&view=rev
Log:
Bugfix for GIRAPH-420 (nitay)
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=1411975&r1=1411974&r2=1411975&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Wed Nov 21 01:43:49 2012
@@ -1,6 +1,10 @@
Giraph Change Log
Release 0.2.0 - unreleased
+ GIRAPH-420: build formats in profiles where it works. (nitay)
+
+ GIRAPH-421: Aggregate metrics up to master. (nitay)
+
GIRAPH-434: Remove unused InputSplitPathOrganizer from BspServiceWorker
(apresta via ereisman)
GIRAPH-405: Edge-based input from HCatalog (apresta)
Modified: giraph/trunk/giraph-formats-contrib/pom.xml
URL:
http://svn.apache.org/viewvc/giraph/trunk/giraph-formats-contrib/pom.xml?rev=1411975&r1=1411974&r2=1411975&view=diff
==============================================================================
--- giraph/trunk/giraph-formats-contrib/pom.xml (original)
+++ giraph/trunk/giraph-formats-contrib/pom.xml Wed Nov 21 01:43:49 2012
@@ -130,6 +130,9 @@ under the License.
<profiles>
<profile>
<id>hadoop_0.20.203</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>