Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am simply trying to dump my segments from a crawl using readseg. If I only have one folder the command bin/nutch readseg -dump crawl/segments/* dumpFolder works yet if I have multiple segment folders it fails. Any ideas??

share|improve this question

1 Answer

up vote 0 down vote accepted

You should give the path of segment till the segments dir(the one with the timestamp). If you want to read all the segments in the segments/ dir, you could have a wrapper class where you can list contents in the segments dir and call readseg from there.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.