[jira] [Commented] (SQOOP-3423) Let user pass password to connect Hive when it set to LDAP authentication

2019-05-06 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833863#comment-16833863
 ] 

Hudson commented on SQOOP-3423:
---

SUCCESS: Integrated in Jenkins build Sqoop-hadoop200 #1258 (See 
[https://builds.apache.org/job/Sqoop-hadoop200/1258/])
SQOOP-3423: Let user pass password to connect Hive when it set to LDAP (ebogi: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=dfeb14534ff0c57ebe27625aa9c79e37b4e12558])
* (edit) 
src/test/org/apache/sqoop/hive/HiveServer2ConnectionFactoryInitializerTest.java
* (edit) src/java/org/apache/sqoop/SqoopOptions.java
* (edit) src/java/org/apache/sqoop/tool/BaseSqoopTool.java
* (edit) src/docs/user/hive.txt
* (edit) src/docs/user/hive-args.txt
* (edit) 
src/java/org/apache/sqoop/hive/HiveServer2ConnectionFactoryInitializer.java


> Let user pass password to connect Hive when it set to LDAP authentication
> -
>
> Key: SQOOP-3423
> URL: https://issues.apache.org/jira/browse/SQOOP-3423
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Affects Versions: 1.4.7
>Reporter: Denes Bodo
>Assignee: Denes Bodo
>Priority: Major
> Fix For: 1.5.0
>
> Attachments: SQOOP-3423-001.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If HiveServer2 is using password based authentication, additional 
> username/password information has to be provided to be able to connect to it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3423) Let user pass password to connect Hive when it set to LDAP authentication

2019-05-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833840#comment-16833840
 ] 

ASF subversion and git services commented on SQOOP-3423:


Commit dfeb14534ff0c57ebe27625aa9c79e37b4e12558 in sqoop's branch 
refs/heads/trunk from Denes Bodo
[ https://gitbox.apache.org/repos/asf?p=sqoop.git;h=dfeb145 ]

SQOOP-3423: Let user pass password to connect Hive when it set to LDAP 
authentication

(Denes Bodo via Boglarka Egyed)

> Let user pass password to connect Hive when it set to LDAP authentication
> -
>
> Key: SQOOP-3423
> URL: https://issues.apache.org/jira/browse/SQOOP-3423
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Affects Versions: 1.4.7
>Reporter: Denes Bodo
>Assignee: Denes Bodo
>Priority: Major
> Attachments: SQOOP-3423-001.patch
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> If HiveServer2 is using password based authentication, additional 
> username/password information has to be provided to be able to connect to it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3423) Let user pass password to connect Hive when it set to LDAP authentication

2019-02-04 Thread Denes Bodo (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16759737#comment-16759737
 ] 

Denes Bodo commented on SQOOP-3423:
---

Thanks [~vasas], I've just created the PR: 
https://github.com/apache/sqoop/pull/70

> Let user pass password to connect Hive when it set to LDAP authentication
> -
>
> Key: SQOOP-3423
> URL: https://issues.apache.org/jira/browse/SQOOP-3423
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Affects Versions: 1.4.7
>Reporter: Denes Bodo
>Assignee: Denes Bodo
>Priority: Major
> Attachments: SQOOP-3423-001.patch
>
>
> If HiveServer2 is using password based authentication, additional 
> username/password information has to be provided to be able to connect to it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3423) Let user pass password to connect Hive when it set to LDAP authentication

2019-02-01 Thread Szabolcs Vasas (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16758291#comment-16758291
 ] 

Szabolcs Vasas commented on SQOOP-3423:
---

Hi [~dionusos],

The direction seems to be correct, feel free to create a PR for it.



> Let user pass password to connect Hive when it set to LDAP authentication
> -
>
> Key: SQOOP-3423
> URL: https://issues.apache.org/jira/browse/SQOOP-3423
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Affects Versions: 1.4.7
>Reporter: Denes Bodo
>Priority: Major
> Attachments: SQOOP-3423-001.patch
>
>
> If HiveServer2 is using password based authentication, additional 
> username/password information has to be provided to be able to connect to it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-3423) Let user pass password to connect Hive when it set to LDAP authentication

2019-02-01 Thread Denes Bodo (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16758282#comment-16758282
 ] 

Denes Bodo commented on SQOOP-3423:
---

[~BoglarkaEgyed], [~vasas]

[^SQOOP-3423-001.patch] is what I thought. If the direction is correct, please 
let me know to able to provide UT modification. Thanks.

> Let user pass password to connect Hive when it set to LDAP authentication
> -
>
> Key: SQOOP-3423
> URL: https://issues.apache.org/jira/browse/SQOOP-3423
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Affects Versions: 1.4.7
>Reporter: Denes Bodo
>Priority: Major
> Attachments: SQOOP-3423-001.patch
>
>
> If HiveServer2 is using password based authentication, additional 
> username/password information has to be provided to be able to connect to it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)