Hi all, I have created custom nutch job jar with some modifications which I want to test it by running locally using java program. Arguments to job jar are org.apache.nutch.crawl.Crawl urls -dir crawl -depth 1.
Could any one suggest a library/API or a way of doing this in an efficient way. I am thinking of using Runtime.exec to execute this jar. Also running job jar on Elastic map reduce doesn't need manifest file. Would running it locally require manifest file defining main class and hadoop setup locally? -- Thanks and regards Jitendra Singh

