Andrew Palumbo created MAHOUT-1955: -------------------------------------- Summary: Viennacl jars are not being picked up by the shell startup script Key: MAHOUT-1955 URL: https://issues.apache.org/jira/browse/MAHOUT-1955 Project: Mahout Issue Type: Bug Components: Mahout spark shell Affects Versions: 0.13.0 Reporter: Andrew Palumbo Assignee: Andrew Palumbo Priority: Blocker Fix For: 0.13.0
When building for ViennaCL for OpenCL or OpenMP: {code} $ mvn clean install -Pviennacl -Phadoop2 -DskipTests {code} or {code} $ mvn clean install -Pviennacl-omp -Phadoop2 -DskipTests {code} The {{mahout-native-*_2.10.jar}} s are not being picked up by the shell which are now in the top-level directory after the build. Fix is to add a copy plugin to the {{viennacl}} and {{viennacl-omp}} {{pom.xml}} s. -- This message was sent by Atlassian JIRA (v6.3.15#6346)