not compression the final output of RecommenderJob
--------------------------------------------------

                 Key: MAHOUT-352
                 URL: https://issues.apache.org/jira/browse/MAHOUT-352
             Project: Mahout
          Issue Type: Wish
          Components: Collaborative Filtering
    Affects Versions: 0.4
            Reporter: Hui Wen Han
            Priority: Minor


in RecommenderJob Class:

line 113 :recommenderConf.setClass("mapred.output.compression.codec", 
GzipCodec.class, CompressionCodec.class);

because the output here  is the final output ,the end user may operates the 
output through HDFS API,
if compress here ,it not very convenient.

but it's convenient for operation through HDFS shell to get to local.

can provider options or not compress ?



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to