diff --git hcatalog/hcatalog-pig-adapter/pom.xml hcatalog/hcatalog-pig-adapter/pom.xml index 1cd1982..5674ef0 100644 --- hcatalog/hcatalog-pig-adapter/pom.xml +++ hcatalog/hcatalog-pig-adapter/pom.xml @@ -105,6 +105,13 @@ joda-time 2.2 + + + org.apache.hadoop + hadoop-mapreduce-client-common + ${hadoop-23.version} + test + diff --git ql/pom.xml ql/pom.xml index 53d0b9e..8cd11ab 100644 --- ql/pom.xml +++ ql/pom.xml @@ -373,6 +373,13 @@ ${hadoop-23.version} true + + + org.apache.hadoop + hadoop-mapreduce-client-common + ${hadoop-23.version} + test +