[
https://issues.apache.org/jira/browse/MAPREDUCE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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.