[ https://issues.apache.org/jira/browse/MRQL-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375877#comment-15375877 ]
ASF GitHub Bot commented on MRQL-91: ------------------------------------ GitHub user fegaras opened a pull request: https://github.com/apache/incubator-mrql/pull/21 [MRQL-91] Fix maven build for Cloudera's CDH distribution You can merge this pull request into a Git repository by running: $ git pull https://github.com/fegaras/incubator-mrql MRQL-91 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-mrql/pull/21.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 #21 ---- commit ed1f5628b57303d7968b3b6e3001d48ba3f13ca4 Author: Leonidas Fegaras <fega...@cse.uta.edu> Date: 2016-07-13T22:10:30Z [MRQL-91] Fix maven build for Cloudera's CDH distribution ---- > Fix maven build for Cloudera's CDH distribution > ----------------------------------------------- > > Key: MRQL-91 > URL: https://issues.apache.org/jira/browse/MRQL-91 > Project: MRQL > Issue Type: Bug > Affects Versions: 0.9.8 > Reporter: Leonidas Fegaras > Assignee: Leonidas Fegaras > Priority: Minor > > The current pom files don't work correctly for CDH. With the new patch, one > may compile MRQL on a CDH hadoop2 distribution using: > {code} > mvn -Dcdh -P-yarn -Dhadoop.version=2.5.0-cdh5.3.0 clean install > {code} > The -P-yarn is needed to disable the yarn dependencies from hadoop. -- This message was sent by Atlassian JIRA (v6.3.4#6332)