Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NutchHadoopSingleNodeTutorial" page has been changed by SebastianNagel: https://wiki.apache.org/nutch/NutchHadoopSingleNodeTutorial?action=diff&rev1=8&rev2=9 Comment: Update Nutch version, fix Hadoop ResourceManager URL (Check this by running: ' ''echo $HADOOP_HOME'' ' in the console, which should return the path to the root of your hadoop installation.) - '''''N.B.''''' Make sure your hadoop installation is working correctly by running the examples as mentioned in the link above before trying to integrate Nutch! + '''''N.B.''''' Make sure your Hadoop installation is working correctly by running the examples as mentioned in the link above before trying to integrate Nutch! - E.g. try to connect to the jobtracker at: http://localhost:50030/. + E.g. try to connect to the jobtracker at: http://localhost:8088/. ---- '''2. Step: Download and install Nutch 1.x:''' - Download a stable source version e.g. apache-nutch-1.13-src.zip from http://nutch.apache.org/downloads.html. + Download a stable source version e.g. apache-nutch-1.14-src.zip from http://nutch.apache.org/downloads.html. - For installation of apache-nutch-1.13-src.zip: + For installation of apache-nutch-1.14-src.zip: - * Unzip and over the terminal cd into the freshly exracted folder ''apache-nutch-1.13'' + * Unzip and over the terminal cd into the freshly exracted folder ''apache-nutch-1.14'' * Run ‘ant runtime’ in this folder @@ -44, +44 @@ See: NutchTutorial on how to set up a specific configuration and run a crawl. - Running Nutch on hadoop, even on a single node, has distinct advantages, namely + Running Nutch on Hadoop, even on a single node, has distinct advantages, namely monitoring jobs in the jobtracker, containing detailed information about the individual jobs, such as counters, showing input/output, job configurations, which are invaluable especially in cases of failure. - '''Note:''' The hadoop-related part of the setup is also relevant for setting up Nutch 2.x in pseudo-distributed mode. + '''Note:''' The Hadoop-related part of the setup is also relevant for setting up Nutch 2.x in pseudo-distributed mode.

