[ https://issues.apache.org/jira/browse/MAHOUT-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979339#comment-15979339 ]
ASF GitHub Bot commented on MAHOUT-1967: ---------------------------------------- GitHub user AdityaAS opened a pull request: https://github.com/apache/mahout/pull/305 MAHOUT-1967 Building flink conditionally based on the "-Pflink" flag Note: 1. Just doing a mvn install -Pflink gives a hadoop.version related error. mvn install -Pflink -Phadoop2 works 2. 1 Test out of 112 tests fails due to a out of memory. Link: http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException You can merge this pull request into a Git repository by running: $ git pull https://github.com/AdityaAS/mahout MAHOUT-1967 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/mahout/pull/305.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 #305 ---- commit 281fd1d8e7980d991592f71a2a35039f5ec60146 Author: Aditya AS <adityasarma...@gmail.com> Date: 2017-04-21T20:30:58Z Issue MAHOUT-1967 Building flink conditionally based on the -Pflink flag Note: 1. Just doing a mvn install -Pflink gives a hadoop.version related error. mvn install -Pflink -Phadoop2 works 2. 1 Test out of 112 tests fails due to a out of memory. Link: http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException ---- > Make Flink Profile > ------------------ > > Key: MAHOUT-1967 > URL: https://issues.apache.org/jira/browse/MAHOUT-1967 > Project: Mahout > Issue Type: Improvement > Components: Flink > Affects Versions: 0.13.1 > Reporter: Trevor Grant > Assignee: Aditya AS > Labels: beginner > > Currently Flink module is just commented out of the pom. This is tacky. > Flink should have profile which by default is disabled. -- This message was sent by Atlassian JIRA (v6.3.15#6346)