Sharad Agarwal wrote:
Also scripts are only available in common. Should we make an external link in hdfs and mapreduce for "bin" folder pointing to "common/trunk/bin" for now ?
FWIW, the way Nutch has long handled this is that Hadoop included the scripts in the jar file, and the Nutch build.xml extracts them into bin/. Common's build.xml still bundles these into the jars, but hdfs and mapreduce's build.xml do not yet extract these into bin/.
Doug