[
https://issues.apache.org/jira/browse/MAHOUT-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905383#comment-15905383
]
ASF GitHub Bot commented on MAHOUT-1939:
----------------------------------------
Github user andrewpalumbo commented on the issue:
https://github.com/apache/mahout/pull/293
Yeah I should have deleted.. at the last moment I decided to leave them in
in case we needed them somewhere else.
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message --------
From: Andrew Musselman <[email protected]>
Date: 03/09/2017 7:43 AM (GMT-08:00)
To: apache/mahout <[email protected]>
Cc: Andrew Palumbo <[email protected]>, Author <[email protected]>
Subject: Re: [apache/mahout] [MAHOUT-1939] Revert for CLI Driver Fix (#293)
@andrewmusselman commented on this pull request.
Cool, can we delete this instead of commenting?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on
GitHub<https://github.com/apache/mahout/pull/293#pullrequestreview-26061794>,
or mute the
thread<https://github.com/notifications/unsubscribe-auth/AHU2HZH_3DYx8TsUqfCvY7GjW9HB1Ulqks5rkB4ogaJpZM4MYP3f>.
> fastutil version clash with spark distributions
> -----------------------------------------------
>
> Key: MAHOUT-1939
> URL: https://issues.apache.org/jira/browse/MAHOUT-1939
> Project: Mahout
> Issue Type: Bug
> Reporter: Dmitriy Lyubimov
> Assignee: Andrew Palumbo
> Priority: Critical
> Fix For: 0.13.0
>
>
> Version difference in fast util breaks sparse algebra (specifically,
> RandomAccessSparseVector in assign, e.g., vec *= 5).
> observed version in CDH:
>
> file:/opt/cloudera/parcels/CDH-5.9.0-1.cdh5.9.0.p0.21/jars/fastutil-6.3.jar
> mahout uses 7.0.12
> java.lang.UnsupportedOperationException
> at
> it.unimi.dsi.fastutil.ints.AbstractInt2DoubleMap$BasicEntry.setValue(AbstractInt2DoubleMap.java:146)
> at
> org.apache.mahout.math.RandomAccessSparseVector$RandomAccessElement.set(RandomAccessSparseVector.java:235)
> at
> org.apache.mahout.math.VectorView$DecoratorElement.set(VectorView.java:181)
> at
> org.apache.mahout.math.AbstractVector.assign(AbstractVector.java:536)
> at
> org.apache.mahout.math.scalabindings.RLikeVectorOps.$div$eq(RLikeVectorOps.scala:45)
> ...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)