Created
May 4, 2015 06:42
-
-
Save killerwhile/64ba10edb64d744f05a0 to your computer and use it in GitHub Desktop.
Tez on CDH 5.2.5 -- Pom profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
index 1e29c4d..30aef6a 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -1048,6 +1048,27 @@ | |
</plugins> | |
</build> | |
</profile> | |
+ <profile> | |
+ <id>cdh5.2</id> | |
+ <activation> | |
+ <activeByDefault>false</activeByDefault> | |
+ </activation> | |
+ <properties> | |
+ <hadoop.version>2.5.0-cdh5.2.5</hadoop.version> | |
+ </properties> | |
+ <pluginRepositories> | |
+ <pluginRepository> | |
+ <id>cloudera</id> | |
+ <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> | |
+ </pluginRepository> | |
+ </pluginRepositories> | |
+ <repositories> | |
+ <repository> | |
+ <id>cloudera</id> | |
+ <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> | |
+ </repository> | |
+ </repositories> | |
+ </profile> | |
</profiles> | |
<reporting> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment