[
https://issues.apache.org/jira/browse/SQOOP-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977710#comment-14977710
]
Hudson commented on SQOOP-2629:
-------------------------------
SUCCESS: Integrated in Sqoop2 #934 (See
[https://builds.apache.org/job/Sqoop2/934/])
SQOOP-2629: Sqoop2: Add ability to "blacklist" connectors (jarcec:
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=f33554a19e287ec38e331d46bc8fad4ae1e5d9aa])
* core/src/main/java/org/apache/sqoop/core/ConfigurationConstants.java
* dist/src/main/conf/sqoop.properties
*
test/src/test/java/org/apache/sqoop/integration/connectorloading/ClasspathTest.java
* test/src/main/java/org/apache/sqoop/test/minicluster/SqoopMiniCluster.java
* core/src/test/java/org/apache/sqoop/connector/TestConnectorManagerUtils.java
* core/src/main/java/org/apache/sqoop/connector/ConnectorManager.java
* core/src/test/java/org/apache/sqoop/repository/TestJdbcRepository.java
* test/src/test/java/org/apache/sqoop/integration/classpath/ClasspathTest.java
* core/src/main/java/org/apache/sqoop/connector/ConnectorManagerUtils.java
* test/src/test/resources/classpath-tests-suite.xml
* core/src/test/java/org/apache/sqoop/driver/TestJobManager.java
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbyRepositoryHandler.java
*
test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java
> Sqoop2: Add ability to "blacklist" connectors
> ---------------------------------------------
>
> Key: SQOOP-2629
> URL: https://issues.apache.org/jira/browse/SQOOP-2629
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.99.6
> Reporter: Jarek Jarcec Cecho
> Assignee: Abraham Fine
> Fix For: 1.99.7
>
> Attachments: SQOOP-2629.patch
>
>
> We currently have bunch of connectors "in flight" that might not be ready to
> be used but yet we're committing changes to one code base. As those
> connectors might not be ready to be shipped, it would mean that we can't do
> Sqoop 2 release at all.
> As that is undesirable I would like to propose enhancing Sqoop 2 to allow
> administrator to configure blacklist of connectors that simply won't be
> loaded on start up. We can use this list for each release to mark all
> "in-flight" connectors. Benefit of this is, that we can still ship the code,
> users can still use it and provide feedback, but only if they explicitly
> enable it (and hence know what they are doing).
> Another benefit of having ability to blacklist certain connectors is that
> administrator can use that to suppress build-in connectors that are not
> desirable in that particular environment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)