[
https://issues.apache.org/jira/browse/SQOOP-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534413#comment-13534413
]
Hudson commented on SQOOP-774:
------------------------------
Integrated in Sqoop2-hadoop200 #10 (See
[https://builds.apache.org/job/Sqoop2-hadoop200/10/])
SQOOP-774: exception is thrown when creating a connection object if
(Revision 649178222589b3abe38d96224edc3c5855d4d8e3)
Result = SUCCESS
cheolsoo :
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=649178222589b3abe38d96224edc3c5855d4d8e3
Files :
* common/src/test/java/org/apache/sqoop/json/TestValidationBean.java
*
connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/GenericJdbcValidator.java
* common/src/main/java/org/apache/sqoop/validation/Validation.java
* common/src/test/java/org/apache/sqoop/model/TestFormUtils.java
* common/src/main/java/org/apache/sqoop/json/ValidationBean.java
* common/src/main/java/org/apache/sqoop/model/FormUtils.java
* common/src/main/java/org/apache/sqoop/validation/ValidationError.java
> Sqoop2: exception is thrown when creating a connection object if
> connectionString starts with an empty space
> ------------------------------------------------------------------------------------------------------------
>
> Key: SQOOP-774
> URL: https://issues.apache.org/jira/browse/SQOOP-774
> Project: Sqoop
> Issue Type: Bug
> Components: sqoop2-client
> Affects Versions: 1.99.1
> Reporter: Cheolsoo Park
> Assignee: Jarek Jarcec Cecho
> Priority: Blocker
> Fix For: 1.99.1
>
> Attachments: bugSQOOP-774.patch
>
>
> To reproduce it, do the following:
> {code}
> sqoop:000> create connection --cid 1
> Creating connection for connector with id 1
> Please fill following values to create new connection object
> Name: blah
> Configuration configuration
> JDBC Driver Class: blah
> JDBC Connection String: blah <--- an empty space before blah
> Username: blah
> Password: blah
> JDBC Connection Properties:
> There are currently 0 values in the map:
> entry#
> Security related configuration options
> Max connections:
> log4j:WARN No appenders could be found for logger
> (org.apache.sqoop.utils.ClassUtils).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more
> info.
> Exception has occurred during processing command
> Server has returned exception: Exception: java.lang.Throwable Message:
> VALIDATION_0002:Usage of missing field - Field connectionString is not
> present in
> org.apache.sqoop.connector.jdbc.configuration.ConnectionConfiguration
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira