java.lang.RuntimeException: job failed: name=[1]Indexer, jobid=job_1453472314066_0007
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via nutch-user by Kshitij Shukla, 1 year ago
via nutch-user by Markus Jelsma, 1 year ago
via nutch-user by Kshitij Shukla, 1 year ago
via nutch-user by Kshitij Shukla, 1 year ago
via nutch-user by Kshitij Shukla, 1 year ago
via nutch-user by Kshitij Shukla, 1 year ago
java.lang.RuntimeException: job failed: name=[1]Indexer, jobid=job_1453472314066_0007
at org.apache.nutch.util.NutchJob.waitForCompletion(NutchJob.java:120)
at org.apache.nutch.indexer.IndexingJob.run(IndexingJob.java:154)
at org.apache.nutch.indexer.IndexingJob.index(IndexingJob.java:176)
at org.apache.nutch.indexer.IndexingJob.run(IndexingJob.java:202)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at org.apache.nutch.indexer.IndexingJob.main(IndexingJob.java:211)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.hadoop.util.RunJar.main(RunJar.java:212)