Hadoop Versions lists hadoop-client twice in dependencies.
ClashTheBunny opened this issue · 1 comments
ClashTheBunny commented
https://github.com/Netflix/PigPen/wiki/Hadoop-Versions:
git show 7c57e10 ⬆
Fri Sep 18 19:15:15 2015 -0500 7c57e10 (HEAD -> master) remove second instance of hadoop-client [Randall Mason]
diff --git a/Hadoop Versions.md b/Hadoop Versions.md
index ade229c..89404c0 100644
--- a/Hadoop Versions.md
+++ b/Hadoop Versions.md
@@ -13,8 +13,7 @@ PigPen can also be used with Cloudera distributions of Hadoop. All you need to d
[com.netflix.pigpen/pigpen "0.3.0"]]
:profiles {:dev {:dependencies
[[org.apache.hadoop/hadoop-client "2.0.0-mr1-cdh4.4.0"]
- [org.apache.pig/pig "0.11.0-cdh4.4.0"]
- [org.apache.hadoop/hadoop-client "2.0.0-mr1-cdh4.4.0"]]}})
+ [org.apache.pig/pig "0.11.0-cdh4.4.0"]]}})
` ``
This will prevent jar problems when the uberjar is submitted to the cluster.
mbossenbroek commented
Fixed. Thanks for the heads up!