It doesn't work. I took a look at $MAHOUT_HOME/bin/mahout, MAHOUT_OPTS
is only used when it's running locally. In my case it's running as
"$HADOOP_HOME/bin/hadoop" jar $MAHOUT_JOB $CLASS "$@". I don't find a
proper position to add the compress option.
Quoting Sean Owen <[email protected]>:
Oh, if you run that way, you should set MAHOUT_OPTS instead.
export MAHOUT_OPTS=-Dmapred.output.compress=true
On Mon, May 30, 2011 at 12:11 PM, Qiuyan Xu
<[email protected]>wrote:
should i put it before kmeans?