dionusos commented on a change in pull request #70: SQOOP-3423 Let user pass password to connect Hive when it set to LDAP… URL: https://github.com/apache/sqoop/pull/70#discussion_r280737240
########## File path: src/java/org/apache/sqoop/hive/HiveServer2ConnectionFactoryInitializer.java ########## @@ -53,6 +57,13 @@ private String determineConnectionUsername(SqoopOptions sqoopOptions) { } } + private String determineConnectionPassword(SqoopOptions sqoopOptions) { Review comment: As I found in LDAP environment empty password is possible so as the recommendation I removed the extra method. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services