aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-19 19:40:29 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2014-05-19 19:40:41 -0700
commit875c54fb3e90b2aa597366a98c83015c156948f2 (patch)
tree3937e25c3583995ea600c2633440a88b656227da /sql/hive
parent00563e15e3281e0efa67c0ed3c62f77c5ee66f94 (diff)
downloadspark-875c54fb3e90b2aa597366a98c83015c156948f2.tar.gz
spark-875c54fb3e90b2aa597366a98c83015c156948f2.tar.bz2
spark-875c54fb3e90b2aa597366a98c83015c156948f2.zip
[SPARK-1875]NoClassDefFoundError: StringUtils when building with hadoop 1.x and hive
Author: witgo <witgo@qq.com> Closes #824 from witgo/SPARK-1875_commons-lang-2.6 and squashes the following commits: ef7231d [witgo] review commit ead3c3b [witgo] SPARK-1875:NoClassDefFoundError: StringUtils when building against Hadoop 1 (cherry picked from commit 6a2c5c610c259f62cb12d8cfc18bf59cdb334bb2) Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index c27a3c7af2..0c5565707e 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -56,10 +56,6 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -79,10 +75,6 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
</exclusions>
</dependency>
<!-- hive-serde already depends on avro, but this brings in customized config of avro deps from parent -->