[jira] [Updated] (HIVE-9158) Multiple LDAP server URLs in hive.server2.authentication.ldap.url

2014-12-19 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-9158:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to trunk.  Thanks Naveen for this nice change, and Prasad for 
additional review!

 Multiple LDAP server URLs in hive.server2.authentication.ldap.url
 -

 Key: HIVE-9158
 URL: https://issues.apache.org/jira/browse/HIVE-9158
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Affects Versions: 0.14.0
Reporter: Naveen Gangam
Assignee: Naveen Gangam
Priority: Minor
 Attachments: HIVE-9158.1.patch, LDAPClient.java


 Support for multiple LDAP servers for failover in the event that one stops 
 responding or is down for maintenance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9158) Multiple LDAP server URLs in hive.server2.authentication.ldap.url

2014-12-19 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-9158:

Fix Version/s: 0.15.0
   Labels:   (was: TODOC15)

 Multiple LDAP server URLs in hive.server2.authentication.ldap.url
 -

 Key: HIVE-9158
 URL: https://issues.apache.org/jira/browse/HIVE-9158
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Affects Versions: 0.14.0
Reporter: Naveen Gangam
Assignee: Naveen Gangam
Priority: Minor
 Fix For: 0.15.0

 Attachments: HIVE-9158.1.patch, LDAPClient.java


 Support for multiple LDAP servers for failover in the event that one stops 
 responding or is down for maintenance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9158) Multiple LDAP server URLs in hive.server2.authentication.ldap.url

2014-12-18 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-9158:

Labels: TODOC15  (was: )

Need to doc [Configuration Properties| 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-HiveServer2]

 Multiple LDAP server URLs in hive.server2.authentication.ldap.url
 -

 Key: HIVE-9158
 URL: https://issues.apache.org/jira/browse/HIVE-9158
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Affects Versions: 0.14.0
Reporter: Naveen Gangam
Assignee: Naveen Gangam
Priority: Minor
  Labels: TODOC15
 Attachments: HIVE-9158.1.patch, LDAPClient.java


 Support for multiple LDAP servers for failover in the event that one stops 
 responding or is down for maintenance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9158) Multiple LDAP server URLs in hive.server2.authentication.ldap.url

2014-12-17 Thread Naveen Gangam (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Naveen Gangam updated HIVE-9158:

Attachment: LDAPClient.java

I am attaching a sample client code that I used to test the multi-url ldap url. 

java -cp $CLASSPATH -Durl=ldap://foo1.apache.org:389 
ldap://foo2.apache.org:389 ldap://foo3.apache.org:389 
ldap://realserver.domain.com:389; LDAPClient admin Test123

output
Provider URL pre-connect ldap://foo1.apache.org:389 ldap://foo2.apache.org:389 
ldap://foo3.apache.org:389 ldap://realserver.domain.com:389
Provider URL post-connect ldap://realserver.domain.com:389
Closing the LDAP Connection

Only the last of the 4 LDAP URLs is a live host. Rest of them are non-existent 
hosts.


 Multiple LDAP server URLs in hive.server2.authentication.ldap.url
 -

 Key: HIVE-9158
 URL: https://issues.apache.org/jira/browse/HIVE-9158
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Affects Versions: 0.14.0
Reporter: Naveen Gangam
Assignee: Naveen Gangam
Priority: Minor
 Attachments: LDAPClient.java


 Support for multiple LDAP servers for failover in the event that one stops 
 responding or is down for maintenance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9158) Multiple LDAP server URLs in hive.server2.authentication.ldap.url

2014-12-17 Thread Naveen Gangam (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Naveen Gangam updated HIVE-9158:

Attachment: HIVE-9158.1.patch

 Multiple LDAP server URLs in hive.server2.authentication.ldap.url
 -

 Key: HIVE-9158
 URL: https://issues.apache.org/jira/browse/HIVE-9158
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Affects Versions: 0.14.0
Reporter: Naveen Gangam
Assignee: Naveen Gangam
Priority: Minor
 Attachments: HIVE-9158.1.patch, LDAPClient.java


 Support for multiple LDAP servers for failover in the event that one stops 
 responding or is down for maintenance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-9158) Multiple LDAP server URLs in hive.server2.authentication.ldap.url

2014-12-17 Thread Naveen Gangam (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Naveen Gangam updated HIVE-9158:

Status: Patch Available  (was: Open)

 Multiple LDAP server URLs in hive.server2.authentication.ldap.url
 -

 Key: HIVE-9158
 URL: https://issues.apache.org/jira/browse/HIVE-9158
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Affects Versions: 0.14.0
Reporter: Naveen Gangam
Assignee: Naveen Gangam
Priority: Minor
 Attachments: HIVE-9158.1.patch, LDAPClient.java


 Support for multiple LDAP servers for failover in the event that one stops 
 responding or is down for maintenance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)