[ https://issues.apache.org/jira/browse/MRQL-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Leonidas Fegaras updated MRQL-91: --------------------------------- Description: 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. was: The current pom files don't work correctly for CDH. With the new patch, one may compile MRQL on a CDH hadoop2 distribution using: {{{ mvn -Dcdh -P-yarn -Dhadoop.version=2.5.0-cdh5.3.0 clean install }}} The -P-yarn is needed to disable the yarn dependencies from hadoop. > 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)