Question : Nutch error: crawled already exists

I am using the command below in nutch.
$ bin/nutch crawl urls -dir crawled -depth 3 -threads 4

Then get the erroras below.
Exception in thread "main" java.lang.RuntimeException: crawled already exists.
        at org.apache.nutch.crawl.Crawl.main(Crawl.java:85)

May you give any suggestion?

Answer : Nutch error: crawled already exists

Try
1:
2:
$ rm -Rf crawled
$ $ bin/nutch crawl urls -dir crawled -depth 3 -threads 4
Open in New Window Select All
Random Solutions  
 
programming4us programming4us