I like to pass positional arguments to Hadoop processes where all but the last argument is an input directory and the last argument is an output directory. It seems like there are a couple ways to integrate this with specifying these directories with -D mapred.input.dir and -D mapred.output.dir. Is there an accepted standard way to specify Hadoop input and output directories?
- Is there a standard command line convention for input and out... W.P. McNeill
