Tagged Questions
0
votes
0answers
179 views
Cassandra with hadoop
I am new to hadoop i tried wordcount using cassandra database? i get this error.can u pls ....
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/mapred/InputFormat
at ...
0
votes
1answer
727 views
Errors on running hadoop example code
I am trying to run the sample pi map-red example code. upon running in pseudo distributed mode the following error is occurring. I have done all the setup as instructed in the hadoop site. I have ssh ...
3
votes
1answer
489 views
Giraph Shortest Paths Example ClassNotFoundException
I am trying to run the shortest paths example from the giraph incubator (https://cwiki.apache.org/confluence/display/GIRAPH/Shortest+Paths+Example). However instead of executing the example from the ...
0
votes
1answer
357 views
Performance comparison between hadoop Pseudo-Distributed Operation and Standalone Operation
I'm a very beginner of hadoop. But I had this interesting observation.
Using the example in hadoop documentation,
By running the same example in Standalone Operation and Pseudo-Distributed ...
1
vote
2answers
2k views
Hadoop word count example fails with 'not a SequentialFile'. How set file format?
I'm trying to run hadoop jar /usr/lib/hadoop/hadoop-examples.jar aggregatewordcount /data/gutenberg/huckfinn.txt output/guten4 but get an error "huckfinn.txt not a SequenceFile".
I read on other ...
