[jira] [Created] (MAHOUT-1889) Mahout doesn't work with Spark 2.0

2016-10-17 Thread Sergey Svinarchuk (JIRA)
Sergey Svinarchuk created MAHOUT-1889: - Summary: Mahout doesn't work with Spark 2.0 Key: MAHOUT-1889 URL: https://issues.apache.org/jira/browse/MAHOUT-1889 Project: Mahout Issue Type: Bug

[jira] [Commented] (MAHOUT-1889) Mahout doesn't work with Spark 2.0

2016-10-17 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582071#comment-15582071 ] Suneel Marthi commented on MAHOUT-1889: --- Thanks for reporting this, it makes sense

[jira] [Commented] (MAHOUT-1885) Inital Implementation of VCL Bindings

2016-10-17 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582075#comment-15582075 ] Suneel Marthi commented on MAHOUT-1885: --- This has been fixed as of today in ViennaC

[jira] [Commented] (MAHOUT-1885) Inital Implementation of VCL Bindings

2016-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582587#comment-15582587 ] ASF GitHub Bot commented on MAHOUT-1885: Github user dlyubimov commented on the i

Re: Trying out PR 261

2016-10-17 Thread Andrew Musselman
Using the viennacl-omp profile I'm getting an out of memory error even with Xmx set in MAHOUT_OPTS to 1g: - mmul microbenchmark + Mahout multiplication time: 8920 ms. + ViennaCL/cpu/OpenMP multiplication time: 616 ms. - trans [INFO] Creating org.apache.mahout.viennacl.opencl.GPUMMul solver [WA

[jira] [Commented] (MAHOUT-1885) Inital Implementation of VCL Bindings

2016-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582747#comment-15582747 ] ASF GitHub Bot commented on MAHOUT-1885: Github user andrewpalumbo commented on t

[jira] [Commented] (MAHOUT-1885) Inital Implementation of VCL Bindings

2016-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582746#comment-15582746 ] ASF GitHub Bot commented on MAHOUT-1885: Github user andrewpalumbo commented on t

[jira] [Commented] (MAHOUT-1885) Inital Implementation of VCL Bindings

2016-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582758#comment-15582758 ] ASF GitHub Bot commented on MAHOUT-1885: Github user andrewpalumbo commented on t

RE: Trying out PR 261

2016-10-17 Thread Andrew Palumbo
I think that the memory should be set to 3 or 4G in the tests in pom.xml.. maybe you're o erring that setting? Sent from my Verizon Wireless 4G LTE smartphone Original message From: Andrew Musselman Date: 10/17/2016 9:47 AM (GMT-08:00) To: dev@mahout.apache.org Subject: Re

Re: Trying out PR 261

2016-10-17 Thread Andrew Musselman
I got the error before setting Xmx however. On Mon, Oct 17, 2016 at 10:03 AM, Andrew Palumbo wrote: > I think that the memory should be set to 3 or 4G in the tests in > pom.xml.. maybe you're o erring that setting? > > > > Sent from my Verizon Wireless 4G LTE smartphone > > > Original

RE: Trying out PR 261

2016-10-17 Thread Andrew Palumbo
That is weird.. did u tried it with Trevor's fix? Sent from my Verizon Wireless 4G LTE smartphone Original message From: Andrew Musselman Date: 10/17/2016 10:11 AM (GMT-08:00) To: dev@mahout.apache.org Subject: Re: Trying out PR 261 I got the error before setting Xmx howeve

Re: Trying out PR 261

2016-10-17 Thread Andrew Musselman
No this was with the -omp profile; I'm going to try out his hack now for non-omp. On Mon, Oct 17, 2016 at 10:15 AM, Andrew Palumbo wrote: > That is weird.. did u tried it with Trevor's fix? > > > > Sent from my Verizon Wireless 4G LTE smartphone > > > Original message > From: A

Re: Trying out PR 261

2016-10-17 Thread Andrew Musselman
"Works" doing that pom hack but agreed need to make it work without it. On Mon, Oct 17, 2016 at 10:41 AM, Andrew Musselman < andrew.mussel...@gmail.com> wrote: > No this was with the -omp profile; I'm going to try out his hack now for > non-omp. > > On Mon, Oct 17, 2016 at 10:15 AM, Andrew Palumb