Hi Shaunak,
The official GIRAPH documentation is located at
https://cwiki.apache.org/confluence/display/GIRAPH/Index . That being
said, your error looks like a Hadoop issue. Are you able to run normal
Hadoop example jobs?
Thanks,
Avery
On 12/13/11 9:27 AM, Shaunak Kashyap wrote:
Hi,
Maybe this page -
https://github.com/aching/Giraph/wiki/Quick-Start-Guide - is outdated
but I tried following the instructions there and am getting the
following error:
shaunak@hadoop-1:~/Giraph$ hadoop jar
target/giraph-0.70-jar-with-dependencies.jar
org.apache.giraph.benchmark.PageRankBenchmark -h
11/12/13 09:25:08 FATAL conf.Configuration: error parsing conf file:
javax.xml.parsers.ParserConfigurationException: Feature
'http://apache.org/xml/features/xinclude' is not recognized.
Exception in thread "main" java.lang.RuntimeException:
javax.xml.parsers.ParserConfigurationException: Feature
'http://apache.org/xml/features/xinclude' is not recognized.
at
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1396)
at
org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1251)
at
org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1192)
at org.apache.hadoop.conf.Configuration.get(Configuration.java:415)
at org.apache.hadoop.util.RunJar.main(RunJar.java:143)
Caused by: javax.xml.parsers.ParserConfigurationException: Feature
'http://apache.org/xml/features/xinclude' is not recognized.
at
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown
Source)
at
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1282)
... 4 more
What am I missing?
Thank you,
Shaunak