Skip to content

Instantly share code, notes, and snippets.

@killerwhile
Created May 4, 2015 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killerwhile/64ba10edb64d744f05a0 to your computer and use it in GitHub Desktop.
Save killerwhile/64ba10edb64d744f05a0 to your computer and use it in GitHub Desktop.
Tez on CDH 5.2.5 -- Pom profile
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