> On 五月 4, 2017, 2:18 p.m., Liz Szilagyi wrote: > > Hi Ying Cao, > > Could you please add Sqoop to the reviewer groups? It would make it easier > > to find this review request. > > > > I tried to run > > org.apache.sqoop.manager.db2.DB2XmlTypeParquetImportManualTest but it > > failed. > > Could you please clarify how exactly this test should be run or look into > > it to see if some problems accidentally were left in the code? > > > > Thank you, > > Liz
Hi Liz, Thanks for your remind, I added Sqoop to "Reviewers Group" now. By the way, this UT is an third-part test, plese try it again by: "ant clean test -Dthirdparty=true -Dsqoop.thirdparty.lib.dir=3rdparty -Dsqoop.test.db2.connectstring.host_url=connectstring -Dsqoop.test.db2.connectstring.database=databasename -Dsqoop.test.db2.connectstring.username=username -Dsqoop.test.db2.connectstring.password=password -Dtestcase=DB2XmlTypeParquetImportManualTest" Thanks - Ying ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58477/#review173906 ----------------------------------------------------------- On 五月 8, 2017, 7:35 a.m., Ying Cao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/58477/ > ----------------------------------------------------------- > > (Updated 五月 8, 2017, 7:35 a.m.) > > > Review request for Sqoop, Boglarka Egyed, Attila Szabo, and Szabolcs Vasas. > > > Bugs: SQOOP-3173 > https://issues.apache.org/jira/browse/SQOOP-3173 > > > Repository: sqoop-trunk > > > Description > ------- > > SQOOP-3173 : support DB2 xml data type when sqoop import with parquet > > > Diffs > ----- > > src/java/org/apache/sqoop/manager/ConnManager.java 1811ce0 > > src/test/org/apache/sqoop/manager/db2/DB2XmlTypeParquetImportManualTest.java > PRE-CREATION > > > Diff: https://reviews.apache.org/r/58477/diff/3/ > > > Testing > ------- > > UT passed by manually > > This is third-part test, I ran it by : > > ant clean test -Dthirdparty=true -Dsqoop.thirdparty.lib.dir=3rdparty > -Dsqoop.test.db2.connectstring.host_url=connectstring > -Dsqoop.test.db2.connectstring.database=databasename > -Dsqoop.test.db2.connectstring.username=username > -Dsqoop.test.db2.connectstring.password=password > -Dtestcase=DB2XmlTypeParquetImportManualTest > > > Thanks, > > Ying Cao > >
