Re: Review Request 43857: SQOOP-2545: Sqoop2: RESTiliency: Provide tests for non-existing end points

2016-02-22 Thread Colin Ma
/SqoopProtocolServlet.java (line 145) <https://reviews.apache.org/r/43857/#comment181656> Is this for the authorization failed when request the /debug/* ? - Colin Ma On Feb. 23, 2016, 12:14 a.m., Jarek Cecho wrote: > > --- > This is a

[jira] [Commented] (SQOOP-2832) Sqoop2: Precommit: Create log files for individual tests

2016-02-21 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156540#comment-15156540 ] Colin Ma commented on SQOOP-2832: - Thanks [~jarcec] for the contribution. > Sqoop2: Precommit: Create

[jira] [Commented] (SQOOP-2832) Sqoop2: Precommit: Create log files for individual tests

2016-02-21 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156341#comment-15156341 ] Colin Ma commented on SQOOP-2832: - +1, pending on pre-commit. > Sqoop2: Precommit: Create log fi

Re: Review Request 43467: SQOOP-2832: Sqoop2: Precommit: Create log files for individual tests

2016-02-21 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43467/#review120083 --- Ship it! Ship It! - Colin Ma On Feb. 19, 2016, 3:32 p.m

Re: Review Request 43467: SQOOP-2832: Sqoop2: Precommit: Create log files for individual tests

2016-02-17 Thread Colin Ma
/ReconfigureLogListener.java (line 99) <https://reviews.apache.org/r/43467/#comment180917> Write a static field in non-static method cause the findbugs warning. How about use System.currentTimeMillis() as the prefix? - Colin Ma On Feb. 17, 2016, 4:12 p.m., Jarek Cecho

[jira] [Commented] (SQOOP-2827) Sqoop2: Doc: Provide doc preprocessor facilities

2016-02-16 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149926#comment-15149926 ] Colin Ma commented on SQOOP-2827: - Thanks [~jarcec] for the contribution. > Sqoop2: Doc: Provide

Re: Review Request 43270: SQOOP-2822: Sqoop2: RESTiliency: Provide tests for Link POST action

2016-02-16 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43270/#review119404 --- Ship it! Ship It! - Colin Ma On Feb. 5, 2016, 11:02 p.m

[jira] [Updated] (SQOOP-2838) Sqoop2: Add new schema object for the Clob

2016-02-16 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2838: Attachment: SQOOP-2838.patch > Sqoop2: Add new schema object for the C

Re: Review Request 43570: SQOOP-2838: Sqoop2: Add new schema object for the Clob

2016-02-16 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43570/ --- (Updated Feb. 17, 2016, 2:42 a.m.) Review request for Sqoop and Colin Ma

Re: Review Request 43570: SQOOP-2838: Sqoop2: Add new schema object for the Clob

2016-02-16 Thread Colin Ma
On Feb. 16, 2016, 7:11 p.m., Colin Ma wrote: > > do any changes need to be made to the avrointermediatedataformat? I think Blob/Clob impact GenericJdbcExtractor only, and avrointermediatedataformat is used in HdfsExtractor. No changed should be made to it. -

Re: Review Request 43570: SQOOP-2838: Sqoop2: Add new schema object for the Clob

2016-02-16 Thread Colin Ma
eviews.apache.org/r/43570/#review119343 --- On Feb. 15, 2016, 2:53 a.m., Colin Ma wrote: > > --- > This is an automatically generated e-mail. To re

[jira] [Created] (SQOOP-2841) Sqoop2: Improve test coverage of Sqoop2

2016-02-15 Thread Colin Ma (JIRA)
Colin Ma created SQOOP-2841: --- Summary: Sqoop2: Improve test coverage of Sqoop2 Key: SQOOP-2841 URL: https://issues.apache.org/jira/browse/SQOOP-2841 Project: Sqoop Issue Type: Improvement

[jira] [Updated] (SQOOP-2838) Sqoop2: Add new schema object for the Clob

2016-02-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2838: Summary: Sqoop2: Add new schema object for the Clob (was: Sqoop2: Datatypes: Add clob support

[jira] [Updated] (SQOOP-2838) Sqoop2: Add new schema object for the Clob

2016-02-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2838: Issue Type: Improvement (was: Sub-task) Parent: (was: SQOOP-2059) > Sqoop2: Add new sch

[jira] [Updated] (SQOOP-2838) Sqoop2: Datatypes: Add clob support to DerbyTypeList

2016-02-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2838: Description: When extract the data from database, the following code segment will be used to transform

[jira] [Created] (SQOOP-2838) Sqoop2: Datatypes: Add clob support to DerbyTypeList

2016-02-14 Thread Colin Ma (JIRA)
Colin Ma created SQOOP-2838: --- Summary: Sqoop2: Datatypes: Add clob support to DerbyTypeList Key: SQOOP-2838 URL: https://issues.apache.org/jira/browse/SQOOP-2838 Project: Sqoop Issue Type: Sub

Re: Review Request 42785: SQOOP-2807: Sqoop2: Add admin user list to configuration file

2016-02-14 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42785/ --- (Updated Feb. 14, 2016, 8:45 a.m.) Review request for Sqoop and Colin Ma

[jira] [Updated] (SQOOP-2807) Sqoop2: Add admin user list to configuration file

2016-02-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2807: Attachment: SQOOP-2807.patch > Sqoop2: Add admin user list to configuration f

[jira] [Updated] (SQOOP-2807) Sqoop2: Add admin user list to configuration file

2016-02-13 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2807: Attachment: SQOOP-2807.patch > Sqoop2: Add admin user list to configuration f

Re: Review Request 43171: SQOOP-2819: Use connector name instead of id in Repository.findJobsForConnector methods

2016-02-05 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43171/#review118138 --- Ship it! Ship It! - Colin Ma On Feb. 4, 2016, 1:43 a.m

[jira] [Commented] (SQOOP-2819) Use connector name instead of id in Repository.findJobsForConnector methods

2016-02-04 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15131958#comment-15131958 ] Colin Ma commented on SQOOP-2819: - It seems the problem of Jerkins, re-run the pre-commit. >

[jira] [Updated] (SQOOP-2797) Sqoop2: Add new schema object for the Blob

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Summary: Sqoop2: Add new schema object for the Blob (was: Sqoop2: Datatypes: Add Blob data type support

Re: Review Request 43163: SQOOP-2818: Sqoop2: Doc: Update broken links

2016-02-03 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43163/#review117738 --- Ship it! Ship It! - Colin Ma On Feb. 3, 2016, 11:39 p.m

[jira] [Updated] (SQOOP-2797) Sqoop2: Add new schema object for the Blob

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Description: When extract the data from database, the following code segment will be used to transform

[jira] [Updated] (SQOOP-2797) Sqoop2: Add new schema object for the Blob

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Description: When extract the data from database, the following code segment will be used to transform

Re: Review Request 42776: SQOOP-2797: Sqoop2: Datatypes: Add Blob data type support for Derby

2016-02-03 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42776/ --- (Updated Feb. 4, 2016, 3:02 a.m.) Review request for Sqoop and Colin Ma

[jira] [Updated] (SQOOP-2797) Sqoop2: Add new schema object for the Blob

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Attachment: SQOOP-2797.patch > Sqoop2: Add new schema object for the B

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Issue Type: Improvement (was: Sub-task) Parent: (was: SQOOP-2059) > Sqoop2: Datatypes:

[jira] [Commented] (SQOOP-2805) Sqoop2: Detect if both fixVersion and affectedVersions are empty and report it

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15131631#comment-15131631 ] Colin Ma commented on SQOOP-2805: - A useful improvement for this tool, +1. Thanks [~jarcec]. > Sqo

[jira] [Commented] (SQOOP-2805) Sqoop2: Detect if both fixVersion and affectedVersions are empty and report it

2016-02-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15131649#comment-15131649 ] Colin Ma commented on SQOOP-2805: - The simple fix was already committed. Ignore the failed on pre-commit

Re: Review Request 42785: SQOOP-2807: Sqoop2: Add admin user list to configuration file

2016-02-02 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42785/ --- (Updated Feb. 3, 2016, 1:46 a.m.) Review request for Sqoop and Colin Ma

[jira] [Updated] (SQOOP-2807) Sqoop2: Add admin user list to configuration file

2016-02-02 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2807: Attachment: SQOOP-2807.patch > Sqoop2: Add admin user list to configuration f

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-02-02 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Attachment: SQOOP-2797.patch > Sqoop2: Datatypes: Add Blob data type support for De

Re: Review Request 42776: SQOOP-2797: Sqoop2: Datatypes: Add Blob data type support for Derby

2016-02-02 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42776/ --- (Updated Feb. 3, 2016, 7:54 a.m.) Review request for Sqoop and Colin Ma

Re: Review Request 42776: SQOOP-2797: Sqoop2: Datatypes: Add Blob data type support for Derby

2016-02-02 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42776/ --- (Updated Feb. 3, 2016, 7:11 a.m.) Review request for Sqoop and Colin Ma

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-02-02 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Attachment: SQOOP-2797.patch > Sqoop2: Datatypes: Add Blob data type support for De

Re: Review Request 42785: SQOOP-2807: Sqoop2: Add admin user list to configuration file

2016-02-02 Thread Colin Ma
-- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42785/#review117464 --- On Jan. 26, 2016, 5:50 a.m., Colin Ma wrote: > > --- > T

Re: Review Request 42793: Sqoop2: Provide test infrastructure base class for connector loading tests

2016-01-28 Thread Colin Ma
/MRUtils.java (line 96) <https://reviews.apache.org/r/42793/#comment177995> This method should be synchronized. - Colin Ma On Jan. 29, 2016, 4:51 a.m., Dian Fu wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 42793: Sqoop2: Provide test infrastructure base class for connector loading tests

2016-01-28 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42793/#review116913 --- Ship it! Ship It! - Colin Ma On Jan. 29, 2016, 5:18 a.m

Re: Review Request 42343: SQOOP-2790: Remove the duplicate test cases in shell module

2016-01-26 Thread Colin Ma
enerated e-mail. To reply, visit: https://reviews.apache.org/r/42343/#review116135 --- On Jan. 15, 2016, 7:31 a.m., Colin Ma wrote: > > --- > This is an automatically generated e-mai

Re: Review Request 42343: SQOOP-2790: Remove the duplicate test cases in shell module

2016-01-26 Thread Colin Ma
tion tests ensure that the server is performing the > > correct behavior based on the message that the shell sends > > Colin Ma wrote: > Currently, the unit tests don't test sending the right message, > actutally, it tests the server's behavior by Mock. The purpose of cre

[jira] [Updated] (SQOOP-2807) Sqoop2: Add admin user list to configuration file

2016-01-25 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2807: Description: Add admin user list to configuration file, and Sqoop can do the admin authorization according

[jira] [Created] (SQOOP-2807) Sqoop2: Add admin user list to configuration file

2016-01-25 Thread Colin Ma (JIRA)
Colin Ma created SQOOP-2807: --- Summary: Sqoop2: Add admin user list to configuration file Key: SQOOP-2807 URL: https://issues.apache.org/jira/browse/SQOOP-2807 Project: Sqoop Issue Type

[jira] [Updated] (SQOOP-2807) Sqoop2: Add admin user list to configuration file

2016-01-25 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2807: Attachment: SQOOP-2807.patch > Sqoop2: Add admin user list to configuration f

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-25 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Attachment: SQOOP-2797.patch > Sqoop2: Datatypes: Add Blob data type support for De

Re: Review Request 42776: SQOOP-2797: Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-25 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42776/ --- (Updated Jan. 26, 2016, 4:55 a.m.) Review request for Sqoop and Colin Ma

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-25 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Fix Version/s: 1.99.7 > Sqoop2: Datatypes: Add Blob data type support for De

Review Request 42776: SQOOP-2797: Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-25 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42776/ --- Review request for Sqoop and Colin Ma. Bugs: SQOOP-2797 https

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-25 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Attachment: SQOOP-2797.patch > Sqoop2: Datatypes: Add Blob data type support for De

Re: Review Request 42446: SQOOP-2776: Sqoop2: Add web interface for thread dump

2016-01-24 Thread Colin Ma
- Colin --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42446/#review115601 --- On Jan. 20, 2016, 3:18 a.m., Colin Ma wrote: > >

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-24 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Summary: Sqoop2: Datatypes: Add Blob data type support for Derby (was: Sqoop2: Datatypes: Add blob/clob

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add Blob data type support for Derby

2016-01-24 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Description: Add Blob data type support for Derby (was: Add blob/clob to DerbyTypeList) > Sqo

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add blob/clob to DerbyTypeList

2016-01-24 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Attachment: SQOOP-2797.001.patch > Sqoop2: Datatypes: Add blob/clob to DerbyTypeL

[jira] [Updated] (SQOOP-2797) Sqoop2: Datatypes: Add blob/clob to DerbyTypeList

2016-01-21 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2797: Issue Type: Sub-task (was: Bug) Parent: SQOOP-2059 > Sqoop2: Datatypes: Add blob/c

[jira] [Created] (SQOOP-2797) Sqoop2: Datatypes: Add blob/clob to DerbyTypeList

2016-01-21 Thread Colin Ma (JIRA)
Colin Ma created SQOOP-2797: --- Summary: Sqoop2: Datatypes: Add blob/clob to DerbyTypeList Key: SQOOP-2797 URL: https://issues.apache.org/jira/browse/SQOOP-2797 Project: Sqoop Issue Type: Bug

Re: Review Request 42327: SQOOP-2788: Parquet support for HdfsConnector

2016-01-20 Thread Colin Ma
not in group "slow", is it necessary to add (alwaysRun = true)? - Colin Ma On Jan. 20, 2016, 2:19 a.m., Abraham Fine wrote: > > --- > This is an automatically generated e-mail

Re: Review Request 42446: SQOOP-2776: Sqoop2: Add web interface for thread dump

2016-01-19 Thread Colin Ma
/ShowThreadDumpFunction.java PRE-CREATION shell/src/main/java/org/apache/sqoop/shell/core/Constants.java 9c57a2e test/src/test/java/org/apache/sqoop/integration/shell/ShowCommandTest.java 9fd4811 Diff: https://reviews.apache.org/r/42446/diff/ Testing --- Thanks, Colin Ma

[jira] [Commented] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-19 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15107819#comment-15107819 ] Colin Ma commented on SQOOP-2782: - For the different SqoopMiniCluster, refer the implementation of SQOOP

Re: Review Request 42495: SQOOP-2796: Sqoop2: Add cmd tool to automate patch upload process

2016-01-19 Thread Colin Ma
<https://reviews.apache.org/r/42495/#comment176289> It will be better to add a link to review board in JIRA. - Colin Ma On Jan. 19, 2016, 11:13 a.m., Jarek Cecho wrote: > > --- > This is an automatically generated e-

[jira] [Updated] (SQOOP-2776) Sqoop2: Add web interface for thread dump

2016-01-17 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2776: Attachment: SQOOP-2776.002.patch Update the patch and fix the findbugs warning. > Sqoop2: Add

[jira] [Updated] (SQOOP-2776) Sqoop2: Add web interface for thread dump

2016-01-17 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2776: Summary: Sqoop2: Add web interface for thread dump (was: Add web interface for thread dump) > Sqoop2:

Review Request 42446: SQOOP-2776: Sqoop2: Add web interface for thread dump

2016-01-17 Thread Colin Ma
/org/apache/sqoop/shell/core/Constants.java 9c57a2e shell/src/main/resources/shell-resource.properties 630c31d test/src/test/java/org/apache/sqoop/integration/shell/ShowCommandTest.java 9fd4811 Diff: https://reviews.apache.org/r/42446/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2776) Sqoop2: Add web interface for thread dump

2016-01-17 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2776: Description: Add web interface for thread dump, user can get the information from the shell. the following

[jira] [Updated] (SQOOP-2790) Remove the duplicate test cases in shell module

2016-01-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2790: Issue Type: Test (was: Bug) > Remove the duplicate test cases in shell mod

[jira] [Updated] (SQOOP-2790) Remove the duplicate test cases in shell module

2016-01-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2790: Description: The integration tests are created for shell, and the duplicated cases in shell module should

[jira] [Updated] (SQOOP-2790) Remove the duplicate test cases in shell module

2016-01-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2790: Description: The integration tests are created for shell, and the duplicated cases in shell module should

[jira] [Updated] (SQOOP-2790) Remove the duplicate test cases in shell module

2016-01-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2790: Attachment: SQOOP-2790.001.patch > Remove the duplicate test cases in shell mod

[jira] [Updated] (SQOOP-2790) Remove the duplicate test cases in shell module

2016-01-14 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2790: Description: The test cases for shell will be refactored as following: 1. Because the integration tests

Review Request 42343: SQOOP-2790: Remove the duplicate test cases in shell module

2016-01-14 Thread Colin Ma
://reviews.apache.org/r/42343/diff/ Testing --- Thanks, Colin Ma

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-13 Thread Colin Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41910/#review114270 --- On Jan. 14, 2016, 2:37 a.m., Colin Ma wrote: > > --

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-13 Thread Colin Ma
/resources/TestConnectorForShell/test-connector-for-shell.properties PRE-CREATION test/src/test/resources/shell-tests-suite.xml PRE-CREATION Diff: https://reviews.apache.org/r/41910/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-13 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.007.patch Update the patch according to the comments on review board. > Sqoop2:

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-12 Thread Colin Ma
/resources/TestConnectorForShell/test-connector-for-shell.properties PRE-CREATION test/src/test/resources/shell-tests-suite.xml PRE-CREATION Diff: https://reviews.apache.org/r/41910/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-12 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.006.patch Update the patch for using subclass of SqoopInfrastructureProvider

[jira] [Commented] (SQOOP-2785) Sqoop2: Update developer list in pom.xml file

2016-01-12 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095697#comment-15095697 ] Colin Ma commented on SQOOP-2785: - +1 > Sqoop2: Update developer list in pom.xml f

Re: Review Request 42129: SQOOP-2782: Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-12 Thread Colin Ma
/java/org/apache/sqoop/integration/tools/RepositoryDumpLoadToolTest.java cce2c6c Diff: https://reviews.apache.org/r/42129/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-11 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2782: Attachment: SQOOP-2782.003.patch Update patch to fix the test problems. > Sqoop2: improvem

[jira] [Updated] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-11 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2782: Attachment: SQOOP-2782.004.patch > Sqoop2: improvement SqoopInfrastructureProvider to support rest

[jira] [Updated] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-10 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2782: Attachment: SQOOP-2782.002.patch > Sqoop2: improvement SqoopInfrastructureProvider to support rest

[jira] [Commented] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-10 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091485#comment-15091485 ] Colin Ma commented on SQOOP-2782: - [~jarcec], thanks for the comment. The patch is updated

Review Request 42129: SQOOP-2782: Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-10 Thread Colin Ma
/RepositoryDumpLoadToolTest.java cce2c6c Diff: https://reviews.apache.org/r/42129/diff/ Testing --- Thanks, Colin Ma

[jira] [Created] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-07 Thread Colin Ma (JIRA)
Colin Ma created SQOOP-2782: --- Summary: Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster Key: SQOOP-2782 URL: https://issues.apache.org/jira/browse/SQOOP-2782

[jira] [Updated] (SQOOP-2782) Sqoop2: improvement SqoopInfrastructureProvider to support restart with different SqoopMiniCluster

2016-01-07 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2782: Attachment: SQOOP-2782.001.patch [~jarcec], this JIRA is for the problem found in SQOOP-2758. The root

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma
atch with the test connector. - Colin --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41910/#review112862 ------- On

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma
/sqoopconnector.properties PRE-CREATION test/src/test/resources/TestConnectorForShell/test-connector-for-shell.properties PRE-CREATION test/src/test/resources/shell-tests-suite.xml PRE-CREATION Diff: https://reviews.apache.org/r/41910/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.003.patch Update patch according to the comments from review board. > Sqoop2:

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.004.patch Update the patch according to the comments from review board. > Sqo

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma
/sqoopconnector.properties PRE-CREATION test/src/test/resources/TestConnectorForShell/test-connector-for-shell.properties PRE-CREATION test/src/test/resources/shell-tests-suite.xml PRE-CREATION Diff: https://reviews.apache.org/r/41910/diff/ Testing --- Thanks, Colin Ma

Re: Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma
-- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41910/#review113082 --- On Jan. 7, 2016, 3:43 a.m., Colin Ma wrote: > > -

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-06 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.005.patch Rebase the patch. > Sqoop2: Add integration test for sh

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-04 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.001.patch > Sqoop2: Add integration test for sh

Review Request 41910: SQOOP-2758: Sqoop2: Add integration test for shell

2016-01-04 Thread Colin Ma
/shell-tests-suite.xml PRE-CREATION Diff: https://reviews.apache.org/r/41910/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2758) Sqoop2: Add integration test for shell

2016-01-04 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2758: Attachment: SQOOP-2758.002.patch Fix the test problems. > Sqoop2: Add integration test for sh

[jira] [Assigned] (SQOOP-2766) Sqoop2: Create debugging web interface for Sqoop 2

2016-01-04 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma reassigned SQOOP-2766: --- Assignee: Colin Ma > Sqoop2: Create debugging web interface for Sqoo

[jira] [Commented] (SQOOP-2766) Sqoop2: Create debugging web interface for Sqoop 2

2016-01-04 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15082313#comment-15082313 ] Colin Ma commented on SQOOP-2766: - [~jarcec], this should be an useful feature for Sqoop. For thread dump

[jira] [Created] (SQOOP-2776) Add web interface for thread dump

2016-01-04 Thread Colin Ma (JIRA)
Colin Ma created SQOOP-2776: --- Summary: Add web interface for thread dump Key: SQOOP-2776 URL: https://issues.apache.org/jira/browse/SQOOP-2776 Project: Sqoop Issue Type: Sub-task

[jira] [Updated] (SQOOP-2760) Sqoop2: Fix update command with name for link and job

2016-01-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2760: Attachment: SQOOP-2760.002.patch Fix the test problems. > Sqoop2: Fix update command with name for l

Review Request 41866: SQOOP-2760: Sqoop2: Fix update command with name for link and job

2016-01-03 Thread Colin Ma
/apache/sqoop/shell/TestUpdateCommand.java f5062da test/src/test/java/org/apache/sqoop/integration/server/InformalObjectNameTest.java 1056f12 Diff: https://reviews.apache.org/r/41866/diff/ Testing --- Thanks, Colin Ma

[jira] [Updated] (SQOOP-2760) Sqoop2: Fix update command with name for link and job

2016-01-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2760: Attachment: SQOOP-2760.001.patch [~jarcec], there is no test case change in this patch. All shell

[jira] [Updated] (SQOOP-2760) Sqoop2: Fix update command with name for link and job

2016-01-03 Thread Colin Ma (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Ma updated SQOOP-2760: Attachment: SQOOP-2760.003.patch > Sqoop2: Fix update command with name for link and

  1   2   3   4   5   >