Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Hadoop Versions lists hadoop-client twice in dependencies. #167

Closed ClashTheBunny closed 8 years ago

ClashTheBunny commented 8 years ago

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 8 years ago

Fixed. Thanks for the heads up!