[
https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15562619#comment-15562619
]
ASF GitHub Bot commented on MAHOUT-1885:
----------------------------------------
Github user smarthi commented on a diff in the pull request:
https://github.com/apache/mahout/pull/261#discussion_r82629450
--- Diff: pom.xml ---
@@ -803,34 +810,36 @@
<module>buildtools</module>
<module>math</module>
<module>hdfs</module>
- <module>mr</module>
- <module>integration</module>
- <module>examples</module>
+ <!--<module>mr</module>-->
+ <!--<module>integration</module>-->
+ <!--<module>examples</module>-->
<module>distribution</module>
<module>math-scala</module>
<module>spark</module>
<module>spark-shell</module>
<module>flink</module>
<module>h2o</module>
+ <!--<module>viennacl</module>-->
+ <!--<module>viennacl-omp</module>-->
</modules>
<profiles>
+
<profile>
- <id>hadoop1</id>
- <properties>
- <hadoop.classifier>hadoop1</hadoop.classifier>
- <hadoop.version>1.2.1</hadoop.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-core</artifactId>
- <version>${hadoop.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
+ <id>viennacl</id>
--- End diff --
hadoop1 profile has been removed, rebase ur code and update the PR
> Inital Implementation of VCL Bindings
> -------------------------------------
>
> Key: MAHOUT-1885
> URL: https://issues.apache.org/jira/browse/MAHOUT-1885
> Project: Mahout
> Issue Type: Improvement
> Components: Math
> Affects Versions: 0.12.2
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Fix For: 0.13.0
>
>
> Push a working experimental branch of VCL bindings into master. There is
> still a lot of work to be done. All tests are passing, At the moment there
> am opening this JIRA mostly to get a number for PR and to test profiles
> against on travis.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)