Sergey created MAHOUT-1553:
------------------------------
Summary: Fix for run Mahout stuff as oozie java action
Key: MAHOUT-1553
URL: https://issues.apache.org/jira/browse/MAHOUT-1553
Project: Mahout
Issue Type: Bug
Components: Classification
Affects Versions: 0.7
Environment: mahout-core-0.7-cdh4.4.0.jar
Reporter: Sergey
Related to MAHOUT-1498, the problem is the same. mapred.job.classpath.files
property is not correctly pushed down to Mahout MR stuff because of new
Configuration usage
at
org.apache.mahout.clustering.classify.ClusterClassificationDriver.classifyClusterMR(ClusterClassificationDriver.java:276)
at
org.apache.mahout.clustering.classify.ClusterClassificationDriver.run(ClusterClassificationDriver.java:135)
at
org.apache.mahout.clustering.canopy.CanopyDriver.clusterData(CanopyDriver.java:372)
at
org.apache.mahout.clustering.canopy.CanopyDriver.run(CanopyDriver.java:158)
at
org.apache.mahout.clustering.canopy.CanopyDriver.run(CanopyDriver.java:117)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at
org.apache.mahout.clustering.canopy.CanopyDriver.main(CanopyDriver.java:64)
--
This message was sent by Atlassian JIRA
(v6.2#6252)