Leonidas Fegaras created MRQL-37:
------------------------------------
Summary: Support installation on a Cloudera CDH distribution
Key: MRQL-37
URL: https://issues.apache.org/jira/browse/MRQL-37
Project: MRQL
Issue Type: Improvement
Affects Versions: 0.9.2
Reporter: Leonidas Fegaras
Assignee: Leonidas Fegaras
Priority: Minor
Fix For: 0.9.2
Attachments: MRQL-37.patch
The attached patch changes pom.xml as follows:
1) uses Hama 0.6.4 and Spark 0.9.1 as defaults
2) adds a new profile in pom.xml to build MRQL on a Cloudera installation.
Example:
{code}
mvn -Pcdh -Dhadoop.version=2.0.0-cdh4.6.0 clean install
{code}
Note that conf/mrql-env.sh must be changed to find the Cloudera jars (in
/usr/lib).
--
This message was sent by Atlassian JIRA
(v6.2#6252)