You're running 1.3? It won't work. It's fixed in 1102 but it is still not recommended to parse during your fetch cycle.
https://issues.apache.org/jira/browse/NUTCH-1102 > Hello, > > I tried fetch command with the following config > > <property> > <name>fetcher.store.content</name> > <value>false</value> > <description>If true, fetcher will store content.</description> > </property> > <property> > <name>fetcher.parse</name> > <value>true</value> > <description>If true, fetcher will parse content. Default is false, which > means that a separate parsing step is required after fetching is > finished.</description> </property> > > However, fetcher did not parse. There is no parse folders under the segment > and updatedb gives errors. I wonder how to crawl without storing content > in this version 1.3? > > Thanks. > Alex.

