Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

louvain invalid input exception #85

Open
justinmaojones opened this issue Apr 18, 2015 · 0 comments
Open

louvain invalid input exception #85

justinmaojones opened this issue Apr 18, 2015 · 0 comments

Comments

@justinmaojones
Copy link

I've installed hadoop 2.5.2, giraph 1.1.0, and sotera dga locally on my machine without cloudera. I've successfully run the hbse example. I have been unable to get the louvain example to complete successfully. It seems that it completes the calculations that go into $OUTPUTDIR/giraph_0, but then throws an invalid input exception when it cannot find $OUTPUTDIR/giraph_1:

Processing /home/justinmaojones/bigdataproject/louvain_example/output/giraph_0 and /home/justinmaojones/bigdataproject/louvain_example/output/giraph_1
15/04/18 17:29:34 INFO jvm.JvmMetrics: Cannot initialize JVM Metrics with processName=JobTracker, sessionId= - already initialized
15/04/18 17:29:34 INFO mapreduce.JobSubmitter: Cleaning up the staging area file:/tmp/hadoop-justinmaojones/mapred/staging/nobody717318776/.staging/job_local717318776_0003
org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: file:/home/justinmaojones/bigdataproject/louvain_example/output/giraph_1

To execute the louvain job I use the following command:

 ./bin/dga-yarn-giraph louvain /tmp/dga/louvain/input/ ~/bigdataproject/louvain_example/output/ -ca io.edge.reverse.duplicator=true -ca giraph.SplitMasterWorker=false

I can't seem to figure out why this isn't working. Is this a bug or an installation/configuration issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant