Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by SAnand:
http://wiki.apache.org/nutch/IntranetRecrawl

The comment on the change is:
Suggested fix for "index/merge-output already exists" error when merging indices

------------------------------------------------------------------------------
  
  No changes necessary for this to run with Nutch 0.9.0.
  
+ However, if you get an error message indicating that the folder 
"index/merge-output" already exists, move the index/merge-output folder back 
into the index/ folder. For example:
+ {{{
+ mv $index_dir/merge-output /tmp
+ rm -rf $index_dir
+ mv /tmp/merge-output $index_dir
+ }}}
  === Code ===
  
  {{{

Reply via email to