Hi Roannel, Thanks for the answer. I have been using the same Crawl script in CYGWIN terminal on windows to run all the steps. May I know how to run the same script using Java. Will 'ProcessBuilder' of Java to do the same?
Thanks & Regards, Murali -----Original Message----- From: Roannel Fernández Hernández [mailto:[email protected]] Sent: Monday, November 23, 2015 7:56 PM To: [email protected] Subject: Re: [MASSMAIL]Re: Nutch 1.10 in Eclipse Hi Ganji: If you want to make all operations in only one script, Nutch provides you an script named "crawl" for this task. All steps are executed individually in this script. So, the Crawl class doesn't exist. Regards ----- Mensaje original ----- > De: "Ganji Muralikrishna | BDD" <[email protected]> > Para: [email protected] > Enviados: Lunes, 23 de Noviembre 2015 3:12:26 > Asunto: [MASSMAIL]Re: Nutch 1.10 in Eclipse > > Hi All, > > I am trying to setup Nutch 1.10 in Eclipse and got partially succeeded > in the same. I am able to do operations: Injector, Generator etc. > individually using the following code snippet: > > String crawlArg = "demo/ urls"; > > // Run Crawl tool > > try { > ToolRunner.run(NutchConfiguration.create(), new > Injector(), tokenize(crawlArg)); > } catch (Exception e) { > e.printStackTrace(); > } > Can someone help me in merging the individual steps to a crawl script > as showin below. I am unable to find Crawl class inside nutch.crawl > package in Nutch 1.10. This class is not available from Nutch 1.8. > > > String<http://www.google.com/search?hl=en&q=allinurl%3Astring+java.sun.com&btnI=I%27m%20Feeling%20Lucky> > crawlArg = "urls -dir crawl -threads 5 > -depth 3 -topN 20"; > > // Run Crawl tool > > try { > ToolRunner.run(NutchConfiguration.create(), new > Crawl(), > tokenize(crawlArg)); > } catch > > (Exception<http://www.google.com/search?hl=en&q=allinurl%3Aexception+java.sun.com&btnI=I%27m%20Feeling%20Lucky> > e) { > e.printStackTrace(); > return; > } > > Thanks, > Murali > Noviembre 13-14: Final Caribeña 2015 del Concurso de Programación ACM-ICPC https://icpc.baylor.edu/regionals/finder/cf-2015

