----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42809/ -----------------------------------------------------------
(Updated April 12, 2016, 7:02 a.m.) Review request for Sqoop and Venkat Ranganathan. Changes ------- Adding HBase 95 configuration property Repository: sqoop-trunk Description ------- Support for importing data onto Apache Phoenix tables Diffs (updated) ----- build.xml 97e5502 ivy.xml d84b88f ivy/ivysettings.xml 2920c89 src/docs/user/import.txt fbb32f5 src/docs/user/phoenix-args.txt PRE-CREATION src/docs/user/phoenix.txt PRE-CREATION src/docs/user/validation.txt 27a78e2 src/java/org/apache/sqoop/SqoopOptions.java ff96280 src/java/org/apache/sqoop/manager/ConnManager.java 1811ce0 src/java/org/apache/sqoop/manager/SqlManager.java 768507b src/java/org/apache/sqoop/mapreduce/ImportJobBase.java 9b6e1a0 src/java/org/apache/sqoop/mapreduce/PhoenixBulkImportJob.java PRE-CREATION src/java/org/apache/sqoop/mapreduce/PhoenixBulkImportMapper.java PRE-CREATION src/java/org/apache/sqoop/mapreduce/PhoenixImportJob.java PRE-CREATION src/java/org/apache/sqoop/mapreduce/PhoenixImportMapper.java PRE-CREATION src/java/org/apache/sqoop/phoenix/PhoenixConstants.java PRE-CREATION src/java/org/apache/sqoop/phoenix/PhoenixSqoopWritable.java PRE-CREATION src/java/org/apache/sqoop/phoenix/PhoenixUtil.java PRE-CREATION src/java/org/apache/sqoop/tool/BaseSqoopTool.java fecdf43 src/java/org/apache/sqoop/tool/ImportTool.java ff7b822 src/test/org/apache/sqoop/phoenix/PhoenixBaseTestCase.java PRE-CREATION src/test/org/apache/sqoop/phoenix/PhoenixBasicImportTest.java PRE-CREATION src/test/org/apache/sqoop/phoenix/PhoenixBulkImportTest.java PRE-CREATION src/test/org/apache/sqoop/phoenix/PhoenixQueryImportTest.java PRE-CREATION Diff: https://reviews.apache.org/r/42809/diff/ Testing (updated) ------- HBase tests fails on various Hadoop and HBase combinations. I notice the same behaviour with or without the patch changes. Below is the list of all combinations I tried and their status is below ant test -Dthirdparty=true -Dhadoopversion=220 -Dhbaseprofile=98 : working ant test -Dthirdparty=true -Dhadoopversion=220 -Dhbaseprofile=95 : not working ant test -Dthirdparty=true -Dhadoopversion=220 -Dhbaseprofile=94 : not working ant test -Dthirdparty=true -Dhadoopversion=210 -Dhbaseprofile=95 : not working ant test -Dthirdparty=true -Dhadoopversion=210 -Dhbaseprofile=94 : not working ant test -Dthirdparty=true -Dhadoopversion=200 -Dhbaseprofile=95 : working ant test -Dthirdparty=true -Dhadoopversion=200 -Dhbaseprofile=94 : not working ant test -Dthirdparty=true -Dhadoopversion=23 -Dhbaseprofile=95 : working ant test -Dthirdparty=true -Dhadoopversion=23 -Dhbaseprofile=94 : working ant test -Dthirdparty=true -Dhadoopversion=100 -Dhbaseprofile=95 : not working ant test -Dthirdparty=true -Dhadoopversion=100 -Dhbaseprofile=94 : not working Thanks, Ravi Magham