> On March 28, 2018, 3:44 p.m., Szabolcs Vasas wrote: > > src/java/org/apache/sqoop/mapreduce/hcat/DerbyPolicy.java > > Lines 69 (patched) > > <https://reviews.apache.org/r/66300/diff/1/?file=1988993#file1988993line69> > > > > Can we use List interface and diamond operator here?
Fixed, please note that this file was originally copied from Hive. - daniel ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66300/#review200113 ----------------------------------------------------------- On March 27, 2018, 8:50 a.m., daniel voros wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66300/ > ----------------------------------------------------------- > > (Updated March 27, 2018, 8:50 a.m.) > > > Review request for Sqoop. > > > Bugs: SQOOP-3305 > https://issues.apache.org/jira/browse/SQOOP-3305 > > > Repository: sqoop-trunk > > > Description > ------- > > To be able to eventually support the latest versions of Hive, HBase and > Accumulo, we should start by upgrading our Hadoop dependencies to 3.0.0. See > https://hadoop.apache.org/docs/r3.0.0/index.html > > > Diffs > ----- > > ivy.xml 6be4fa2 > ivy/libraries.properties c44b50b > src/java/org/apache/sqoop/SqoopOptions.java 651cebd > src/java/org/apache/sqoop/config/ConfigurationHelper.java e07a699 > src/java/org/apache/sqoop/hive/HiveImport.java c272911 > src/java/org/apache/sqoop/mapreduce/JobBase.java 6d1e049 > src/java/org/apache/sqoop/mapreduce/hcat/DerbyPolicy.java PRE-CREATION > src/java/org/apache/sqoop/mapreduce/hcat/SqoopHCatUtilities.java 784b5f2 > src/java/org/apache/sqoop/util/SqoopJsonUtil.java adf186b > src/test/org/apache/sqoop/TestSqoopOptions.java bb7c20d > src/test/org/apache/sqoop/util/TestSqoopJsonUtil.java fdf972c > testdata/hcatalog/conf/hive-site.xml edac7aa > > > Diff: https://reviews.apache.org/r/66300/diff/2/ > > > Testing > ------- > > Normal and third-party unit tests. > > > Thanks, > > daniel voros > >