Hi Shane, On Sat, Mar 29, 2014 at 10:15 PM, <[email protected]> wrote:
> How do you use the readdb command when using MYSQL there is no crawldb > created ? A physical crawldb residing on HDFS is non-existent. It's equivalent in 2.x is the WebPage table which you will see is created depending on which mapping you use within your data model. You can take a look into /conf/gora-sql-mapping.xml to get an idea of how physical mapping's work into MySQL. > Can you list the command too use. > The command use can be found in the 2.x section here https://wiki.apache.org/nutch/bin/nutch%20readdb > Or does Nutch still create a crawldb but i cant find it, where is it > created ? i have /crawl folder but nothing appears in there. > No there is no crawldb as explained above. MySQL stores the WebPage data in a table. > > hth Lewis

