Author: aching
Date: Mon Jul 16 19:19:20 2012
New Revision: 1362220
URL: http://svn.apache.org/viewvc?rev=1362220&view=rev
Log:
GIRAPH-222: GIRAPH-222 giraph-formats-contrib needs a README (bfem via
aching).
Added:
giraph/trunk/giraph-formats-contrib/README
Modified:
giraph/trunk/CHANGELOG
Modified: giraph/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1362220&r1=1362219&r2=1362220&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Mon Jul 16 19:19:20 2012
@@ -2,6 +2,9 @@ Giraph Change Log
Release 0.2.0 - unreleased
+ GIRAPH-222: GIRAPH-222 giraph-formats-contrib needs a README (bfem
+ via aching).
+
GIRAPH-257: TestBspBasic.testBspMasterCompute is broken (majakabiljo
via aching).
Added: giraph/trunk/giraph-formats-contrib/README
URL:
http://svn.apache.org/viewvc/giraph/trunk/giraph-formats-contrib/README?rev=1362220&view=auto
==============================================================================
--- giraph/trunk/giraph-formats-contrib/README (added)
+++ giraph/trunk/giraph-formats-contrib/README Mon Jul 16 19:19:20 2012
@@ -0,0 +1,16 @@
+giraph-formats-contrib hosts additional custom input/output formats that
contain bulky or heavy-weight dependencies, and
+can't be bundled directly in the main giraph jar.
+
+In order to build, the following prerequisite conditions must be met.
+
+1) You must 'mvn install' the latest giraph maven artificat in your local m2
repo. In future releases this will
+be not be required in favor of a maven central artifact available for download.
+
+2) A build of core giraph jar with the following absolute path must be
available:
+
${giraph.trunk.base}/target/giraph-${project.version}-jar-with-dependencies.jar
+
+Default checkout has ${giraph.trunk.base} set to the parent directory '..'.
This is a relative path to the trunk directory
+
+Once these conditions have been met, you will be able to compile and test
giraph-formats-contrib.jar
+
+See https://cwiki.apache.org/confluence/display/GIRAPH/Giraph+formats+contrib
for usage information.
\ No newline at end of file