Hello Ottomata,

I'd like you to do a code review.  Please visit

    https://gerrit.wikimedia.org/r/90160

to review the following change.

Change subject: Update Hadoop to cdh4.2.0
......................................................................

Update Hadoop to cdh4.2.0

Change-Id: I3a8226d70ec06e748e9f8d7c20d5e9533e5f8bde
---
M camus-api/pom.xml
M camus-etl-kafka/pom.xml
M pom.xml
3 files changed, 14 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/camus 
refs/changes/60/90160/1

diff --git a/camus-api/pom.xml b/camus-api/pom.xml
index af06c50..19fdc4c 100644
--- a/camus-api/pom.xml
+++ b/camus-api/pom.xml
@@ -17,6 +17,10 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-core</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
   </dependencies>
 
 
diff --git a/camus-etl-kafka/pom.xml b/camus-etl-kafka/pom.xml
index f42ade2..d4a1af5 100644
--- a/camus-etl-kafka/pom.xml
+++ b/camus-etl-kafka/pom.xml
@@ -33,6 +33,10 @@
                        <artifactId>hadoop-core</artifactId>
                </dependency>
                <dependency>
+                       <groupId>org.apache.hadoop</groupId>
+                       <artifactId>hadoop-common</artifactId>
+               </dependency>
+               <dependency>
                        <groupId>kafka</groupId>
                        <artifactId>kafka</artifactId>
                </dependency>
diff --git a/pom.xml b/pom.xml
index 6f72db9..2a10301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,12 @@
                        <dependency>
                                <groupId>org.apache.hadoop</groupId>
                                <artifactId>hadoop-core</artifactId>
-                               <version>1.0.3</version>
+                               <version>2.0.0-mr1-cdh4.2.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.hadoop</groupId>
+                               <artifactId>hadoop-common</artifactId>
+                               <version>2.0.0-cdh4.2.0</version>
                        </dependency>
                        <dependency>
                                <groupId>kafka</groupId>

-- 
To view, visit https://gerrit.wikimedia.org/r/90160
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a8226d70ec06e748e9f8d7c20d5e9533e5f8bde
Gerrit-PatchSet: 1
Gerrit-Project: analytics/camus
Gerrit-Branch: wmf-1
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to