Discussion:
[jira] [Created] (MAHOUT-1906) Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
Andrew Palumbo (JIRA)
2017-01-16 22:21:26 UTC
Permalink
Andrew Palumbo created MAHOUT-1906:
--------------------------------------

Summary: Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
Key: MAHOUT-1906
URL: https://issues.apache.org/jira/browse/MAHOUT-1906
Project: Mahout
Issue Type: Dependency upgrade
Affects Versions: 0.12.2
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.0


When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.

Fix is to ensure that jars are added in this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
ASF GitHub Bot (JIRA)
2017-01-16 22:29:26 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824668#comment-15824668 ]

ASF GitHub Bot commented on MAHOUT-1906:
----------------------------------------

GitHub user andrewpalumbo opened a pull request:

https://github.com/apache/mahout/pull/268

MAHOUT-1906: Ensure customJars are added to the MahoutContext under c…

…ertain conditions for spark 1.6+

When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.

Fix is to ensure that jars are added in this case.




You can merge this pull request into a Git repository by running:

$ git pull https://github.com/andrewpalumbo/mahout MAHOUT-1906

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mahout/pull/268.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #268

----
commit 76da135dce532d638e1d84614e4b0fe4aded1b75
Author: Andrew Palumbo <***@apache.org>
Date: 2017-01-16T22:26:47Z

MAHOUT-1906: Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+

----
Post by Andrew Palumbo (JIRA)
Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
----------------------------------------------------------------------------------------
Key: MAHOUT-1906
URL: https://issues.apache.org/jira/browse/MAHOUT-1906
Project: Mahout
Issue Type: Dependency upgrade
Affects Versions: 0.12.2
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.0
When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.
Fix is to ensure that jars are added in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
ASF GitHub Bot (JIRA)
2017-01-16 23:24:26 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824707#comment-15824707 ]

ASF GitHub Bot commented on MAHOUT-1906:
----------------------------------------

Github user andrewpalumbo commented on the issue:

https://github.com/apache/mahout/pull/268

merged to master
Post by Andrew Palumbo (JIRA)
Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
----------------------------------------------------------------------------------------
Key: MAHOUT-1906
URL: https://issues.apache.org/jira/browse/MAHOUT-1906
Project: Mahout
Issue Type: Dependency upgrade
Affects Versions: 0.12.2
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.0
When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.
Fix is to ensure that jars are added in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
ASF GitHub Bot (JIRA)
2017-01-16 23:24:26 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824706#comment-15824706 ]

ASF GitHub Bot commented on MAHOUT-1906:
----------------------------------------

Github user andrewpalumbo closed the pull request at:

https://github.com/apache/mahout/pull/268
Post by Andrew Palumbo (JIRA)
Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
----------------------------------------------------------------------------------------
Key: MAHOUT-1906
URL: https://issues.apache.org/jira/browse/MAHOUT-1906
Project: Mahout
Issue Type: Dependency upgrade
Affects Versions: 0.12.2
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.0
When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.
Fix is to ensure that jars are added in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Hudson (JIRA)
2017-01-16 23:47:26 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824723#comment-15824723 ]

Hudson commented on MAHOUT-1906:
--------------------------------

SUCCESS: Integrated in Jenkins build Mahout-Quality #3408 (See [https://builds.apache.org/job/Mahout-Quality/3408/])
MAHOUT-1906: Ensure customJars are added to the MahoutContext under (apalumbo: rev 8e0e8b5572e0d24c1930ed60fec6d02693b41575)
* (edit) mr/src/test/java/org/apache/mahout/vectorizer/collocations/llr/GramTest.java
* (edit) math/src/main/java/org/apache/mahout/math/DenseMatrix.java
* (edit) math/src/test/java/org/apache/mahout/math/MatrixTest.java
* (edit) math/src/test/java/org/apache/mahout/math/TestDenseMatrix.java
* (edit) spark/src/main/scala/org/apache/mahout/sparkbindings/package.scala
* (edit) mr/src/test/java/org/apache/mahout/cf/taste/impl/common/FastByIDMapTest.java
* (edit) mr/src/main/java/org/apache/mahout/vectorizer/encoders/Dictionary.java
* (edit) math/src/main/java/org/apache/mahout/math/AbstractMatrix.java
* (edit) mr/src/test/java/org/apache/mahout/cf/taste/hadoop/item/IDReaderTest.java
Post by Andrew Palumbo (JIRA)
Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
----------------------------------------------------------------------------------------
Key: MAHOUT-1906
URL: https://issues.apache.org/jira/browse/MAHOUT-1906
Project: Mahout
Issue Type: Dependency upgrade
Affects Versions: 0.12.2
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.0
When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.
Fix is to ensure that jars are added in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Andrew Palumbo (JIRA)
2017-01-17 01:36:27 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo resolved MAHOUT-1906.
------------------------------------
Resolution: Fixed
Post by Andrew Palumbo (JIRA)
Ensure customJars are added to the MahoutContext under certain conditions for spark 1.6+
----------------------------------------------------------------------------------------
Key: MAHOUT-1906
URL: https://issues.apache.org/jira/browse/MAHOUT-1906
Project: Mahout
Issue Type: Dependency upgrade
Affects Versions: 0.12.2
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.0
When creating MahoutContext: if 1.6+ && backend is spark-standalone && addMahoutContextJars = false && customJars.isEmpty() Context creation fails with serialization error on task serialization.
Fix is to ensure that jars are added in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Loading...