[jira] Commented: (MAPREDUCE-750) Extensible ConnManager factory API

2009-08-21 Thread Aaron Kimball (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746302#action_12746302
 ] 

Aaron Kimball commented on MAPREDUCE-750:
-

Failing tests are unrelated.

 Extensible ConnManager factory API
 --

 Key: MAPREDUCE-750
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-750
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-750.2.patch, MAPREDUCE-750.3.patch, 
 MAPREDUCE-750.4.patch, MAPREDUCE-750.patch


 Sqoop uses the ConnFactory class to instantiate a ConnManager implementation 
 based on the connect string and other arguments supplied by the user. This 
 allows per-database logic to be encapsulated in different ConnManager 
 instances, and dynamically chosen based on which database the user is 
 actually importing from. But adding new ConnManager implementations requires 
 modifying the source of a common ConnFactory class. An indirection layer 
 should be used to delegate instantiation to a number of factory 
 implementations which can be specified in the static configuration or at 
 runtime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-750) Extensible ConnManager factory API

2009-08-10 Thread Aaron Kimball (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741482#action_12741482
 ] 

Aaron Kimball commented on MAPREDUCE-750:
-

Failures are in streaming. This adds a release audit warning, as I mentioned it 
would.

 Extensible ConnManager factory API
 --

 Key: MAPREDUCE-750
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-750
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-750.2.patch, MAPREDUCE-750.3.patch, 
 MAPREDUCE-750.patch


 Sqoop uses the ConnFactory class to instantiate a ConnManager implementation 
 based on the connect string and other arguments supplied by the user. This 
 allows per-database logic to be encapsulated in different ConnManager 
 instances, and dynamically chosen based on which database the user is 
 actually importing from. But adding new ConnManager implementations requires 
 modifying the source of a common ConnFactory class. An indirection layer 
 should be used to delegate instantiation to a number of factory 
 implementations which can be specified in the static configuration or at 
 runtime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-750) Extensible ConnManager factory API

2009-08-08 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740998#action_12740998
 ] 

Hadoop QA commented on MAPREDUCE-750:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12415903/MAPREDUCE-750.3.patch
  against trunk revision 801959.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 5 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

-1 release audit.  The applied patch generated 204 release audit warnings 
(more than the trunk's current 203 warnings).

+1 core tests.  The patch passed core unit tests.

-1 contrib tests.  The patch failed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/459/testReport/
Release audit warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/459/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/459/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/459/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/459/console

This message is automatically generated.

 Extensible ConnManager factory API
 --

 Key: MAPREDUCE-750
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-750
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-750.2.patch, MAPREDUCE-750.3.patch, 
 MAPREDUCE-750.patch


 Sqoop uses the ConnFactory class to instantiate a ConnManager implementation 
 based on the connect string and other arguments supplied by the user. This 
 allows per-database logic to be encapsulated in different ConnManager 
 instances, and dynamically chosen based on which database the user is 
 actually importing from. But adding new ConnManager implementations requires 
 modifying the source of a common ConnFactory class. An indirection layer 
 should be used to delegate instantiation to a number of factory 
 implementations which can be specified in the static configuration or at 
 runtime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-750) Extensible ConnManager factory API

2009-08-07 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740511#action_12740511
 ] 

Hadoop QA commented on MAPREDUCE-750:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12415690/MAPREDUCE-750.2.patch
  against trunk revision 801517.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 5 new or modified tests.

-1 patch.  The patch command could not apply the patch.

Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/451/console

This message is automatically generated.

 Extensible ConnManager factory API
 --

 Key: MAPREDUCE-750
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-750
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-750.2.patch, MAPREDUCE-750.patch


 Sqoop uses the ConnFactory class to instantiate a ConnManager implementation 
 based on the connect string and other arguments supplied by the user. This 
 allows per-database logic to be encapsulated in different ConnManager 
 instances, and dynamically chosen based on which database the user is 
 actually importing from. But adding new ConnManager implementations requires 
 modifying the source of a common ConnFactory class. An indirection layer 
 should be used to delegate instantiation to a number of factory 
 implementations which can be specified in the static configuration or at 
 runtime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-750) Extensible ConnManager factory API

2009-07-15 Thread Aaron Kimball (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731630#action_12731630
 ] 

Aaron Kimball commented on MAPREDUCE-750:
-

I should point out -- I'm all for not cluttering up the mapred-, hdfs- and 
core-* config files with extraneous parameters. Is there a better place to put 
this? Can/should we have a contrib-default and contrib-site? (Or, inevitably, 
per-contrib-module config files?)

 Extensible ConnManager factory API
 --

 Key: MAPREDUCE-750
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-750
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-750.patch


 Sqoop uses the ConnFactory class to instantiate a ConnManager implementation 
 based on the connect string and other arguments supplied by the user. This 
 allows per-database logic to be encapsulated in different ConnManager 
 instances, and dynamically chosen based on which database the user is 
 actually importing from. But adding new ConnManager implementations requires 
 modifying the source of a common ConnFactory class. An indirection layer 
 should be used to delegate instantiation to a number of factory 
 implementations which can be specified in the static configuration or at 
 runtime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-750) Extensible ConnManager factory API

2009-07-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730711#action_12730711
 ] 

Hadoop QA commented on MAPREDUCE-750:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12413182/MAPREDUCE-750.patch
  against trunk revision 793457.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 5 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

-1 release audit.  The applied patch generated 316 release audit warnings 
(more than the trunk's current 315 warnings).

+1 core tests.  The patch passed core unit tests.

-1 contrib tests.  The patch failed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/383/testReport/
Release audit warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/383/artifact/trunk/current/releaseAuditDiffWarnings.txt
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/383/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/383/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/383/console

This message is automatically generated.

 Extensible ConnManager factory API
 --

 Key: MAPREDUCE-750
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-750
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-750.patch


 Sqoop uses the ConnFactory class to instantiate a ConnManager implementation 
 based on the connect string and other arguments supplied by the user. This 
 allows per-database logic to be encapsulated in different ConnManager 
 instances, and dynamically chosen based on which database the user is 
 actually importing from. But adding new ConnManager implementations requires 
 modifying the source of a common ConnFactory class. An indirection layer 
 should be used to delegate instantiation to a number of factory 
 implementations which can be specified in the static configuration or at 
 runtime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.