Tagged Questions
0
votes
1answer
58 views
Nutch 2.1 cassandra backend generate error
I made choice on cassandra as backend and started to play with nutch.
Small subset of DMOZ urls (~50k), all (inject,generate,fetch) runs fine.
However, after I injected the whole DMOZ url set ...
0
votes
0answers
104 views
DataFileAvroStore and AvroStore in Nutch 2 [closed]
What's the difference between DataFileAvroStore and AvroStore? I know that both of them are storage implementations that may be used by Nutch 2, and I think that they both store data in HDFS. Apart ...
1
vote
1answer
132 views
nutch2.0 dependency setting
I am crawling the urls with nutch2.0 in deploy mode .
1. I build the nutch with ant
2. then i use the nutch-2.0.job with hadoop .I run the command following :
1 . sudo -u hdfs hadoop jar ...
1
vote
1answer
240 views
nutch2.0 with cassandra
Exception in thread "main" org.apache.gora.util.GoraException: java.io.IOException
at org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:167)
at ...
1
vote
3answers
625 views
web crawling ,ruby,python,cassandra
I need to write a script that insert 1-million records of username or emails by crawling the web, into database.
The script may be any types like python,ruby,php etc.
Please let me know is it ...