Sergey created MAHOUT-1552:
------------------------------
Summary: Avoid new Configuration() instantiation
Key: MAHOUT-1552
URL: https://issues.apache.org/jira/browse/MAHOUT-1552
Project: Mahout
Issue Type: Bug
Components: Classification
Affects Versions: 0.7
Environment: CDH 4.4, CDH 4.6
Reporter: Sergey
Hi, it's related to MAHOUT-1498
You get troubles when run mahout stuff from oozie java action.
{code}
ava.lang.InterruptedException: Cluster Classification Driver Job failed
processing /tmp/sku/tfidf/90453
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)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)