Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
-
hadoop 0.20.203
Description
I am new to hadoop, giraph etc and will use it as a part of my master thesis. Therefore I went to your quickstart guide (http://giraph.apache.org/quick_start.html) and followed it.
If one follows the guide point by point the "mvn package -DskipTests" command will result in giraph-examples jar giraph-examples-1.2.0-SNAPSHOT-for-hadoop-1.2.1-jar-with-dependencies.jar. not the version for 0.20.203 which is needed. Also when I visit your github page it is stated
"- Apache Hadoop 0.20.203.0
This is the default version used by Giraph: if you do not specify a
profile with the -P flag, maven will use this version. You may also
explicitly specify it with "mvn -Phadoop_0.20.203 <goals>"."
Either documentation or mvn settings is wrong.