[jira] [Resolved] (MAHOUT-1853) Improvements to CCO (Correlated Cross-Occurrence)

2016-10-16 Thread Pat Ferrel (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pat Ferrel resolved MAHOUT-1853. Resolution: Fixed > Improvements to CCO (Correlated Cross-Occurrence) >

[jira] [Resolved] (MAHOUT-1883) Create a type if IndexedDataset that filters unneeded data for CCO

2016-10-16 Thread Pat Ferrel (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pat Ferrel resolved MAHOUT-1883. Resolution: Fixed Hmm, I thought these were aut-resolved with a commit that contains the issue

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

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

Re: Trying out PR 261

2016-10-16 Thread Andrew Palumbo
The info and logs even on a successful build would be pretty heavy. I used output to the standard out to debug the SolverFactory in its current form. I've recently updated them in the PR to be more intuitive what you should see on a successful build. mvn clean install -Pviennacl

Re: Trying out PR 261

2016-10-16 Thread Trevor Grant
Having similar issues- Running 14.04 (I know, supposed to be 16.04, but whatever bear with me) Downloaded viennacl source, unzipped tar-dir/viennacl to /usr/include/viennacl (e.g. 'installed' viennacl 1.7.1) Updated gcc (though I don't think this was neccessary, now that I see Andrew M was

Trying out PR 261

2016-10-16 Thread Andrew Musselman
I'm not sure my setup is correct; on Ubuntu 16.04 I'm getting a firehose of infos and warns about not finding the GPUMMul and OMPMMul classes. I've installed libviennacl-dev 1.7.1 through apt-get. Any ideas? Here's repro: $ git fetch origin pull/261/head:viennacl-opmmul-a $ mvn clean install

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

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

Re: Trying out PR 261

2016-10-16 Thread Andrew Palumbo
Thanks Trevor and Andrew- I think that both of your environments are fine.. (Ubuntu 16.04 was just to recommended because ViennaCL 1.7.1 is easily installed with sudo-apt-get install. As logn as you have 1.7.1 on the correct path, you should be fine. I'm getting these errors now also, and by

Re: Trying out PR 261

2016-10-16 Thread Trevor Grant
Maybe not the long term fix, but adding org.apache.mahout mahout-native-viennacl_${scala.compat.version} test to math-scala/pom.xml seems to fix the afore mentioned errors Trevor Grant Data Scientist https://github.com/rawkintrevo

Re: Trying out PR 261

2016-10-16 Thread Trevor Grant
NOTE: The last solution creates a cyclical dependency- The way I made it work was happen-stance. 1) mvn clean install -Pviennacl -Phadoop2 -DskipTests 2) update the pom as described previously 3) cd math-scala 4) mvn test that will make it work- hacky but POC. Next how to do this 'right'.

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

2016-10-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15581210#comment-15581210 ] ASF GitHub Bot commented on MAHOUT-1885: Github user rawkintrevo commented on a diff in the pull