[
https://issues.apache.org/jira/browse/MAHOUT-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014575#comment-14014575
]
Suneel Marthi edited comment on MAHOUT-1552 at 5/31/14 9:03 AM:
----------------------------------------------------------------
Is this related to the MR configuration not being passed across the job
pipeline which was definitely an issue in Mahout 0.7 and was fixed in Mahout
0.8? If so this can be resolved as not a problem, given that this is still
being reported against Mahout 0.7.
I would also add that any issue that's being reported against 0.7 needs to be
first confirmed against present trunk before accepting any patches (most likely
to happen with existing CDH 4x distros that were packaged with Mahout 0.7).
was (Author: smarthi):
Is this related to the MR configuration not being passed across the job
pipeline which was definitely an issue in Mahout 0.7 and was fixed in Mahout
0.8? If so this can be resolved as not a problem, given that this is still
being reported against Mahout 0.7.
> 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
> Fix For: 1.0
>
>
> 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)