From 1d2454d4830756b6c321cacfb35e0026ba38ea3c Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Wed, 23 Jul 2014 09:29:48 -0700 Subject: [PATCH] SQOOP-1359: Fix avro versions in Sqoop to stop shipping hadoop1 jars with hadoop2 (Venkat Ranganathan via Jarek Jarcec Cecho) --- build.xml | 5 ++++ ivy.xml | 49 ++++++++++++++++++++++++---------------- ivy/libraries.properties | 2 +- 3 files changed, 36 insertions(+), 20 deletions(-) diff --git a/build.xml b/build.xml index a6b5da9c..de4fd06e 100644 --- a/build.xml +++ b/build.xml @@ -131,6 +131,7 @@ + @@ -142,6 +143,7 @@ + @@ -154,6 +156,7 @@ + @@ -166,6 +169,7 @@ + @@ -178,6 +182,7 @@ + diff --git a/ivy.xml b/ivy.xml index 9b160e42..abc12a10 100644 --- a/ivy.xml +++ b/ivy.xml @@ -41,17 +41,20 @@ under the License. + + + + extends="common,runtime,avro,hbase${hbaseprofile},hcatalog${hcatprofile},accumulo" /> + extends="common,runtime,avro,hbase${hbaseprofile},hcatalog${hcatprofile},accumulo" /> + extends="common,runtime,avro,hbase${hbaseprofile},hcatalog${hcatprofile},accumulo" /> + extends="common,runtime,avro,hbase${hbaseprofile},hcatalog${hcatprofile},accumulo" /> + extends="common,runtime,avro,hbase${hbaseprofile},hcatalog${hcatprofile},accumulo" /> @@ -180,20 +183,6 @@ under the License. conf="common->default;redist->default"/> - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ivy/libraries.properties b/ivy/libraries.properties index 0e5133a0..45a9bcc5 100644 --- a/ivy/libraries.properties +++ b/ivy/libraries.properties @@ -18,7 +18,7 @@ # This properties file lists the versions of the various artifacts we use. # It drives ivy and the generation of a maven POM -avro.version=1.5.3 +avro.version=1.7.5 checkstyle.version=5.0