What should be the plugins property be set to when running Nutch as a Hadoop job ?
I just created a deploy mode jar running the ant script , I see that the value of the plugins property is being copied and used from the confiuration into the hadoop job. While it seems to be getting the plugins directory because Hadoop is being run on the same machine , I am sure it will fail when moved to a different machine. How should I set the plugins property so that it is relative to the hadoop job? Thanks

