[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14508715#comment-14508715
 ] 

Hudson commented on HDFS-4448:
--

FAILURE: Integrated in Hadoop-trunk-Commit #7645 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7645/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Arun Suresh (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14508684#comment-14508684
 ] 

Arun Suresh commented on HDFS-4448:
---

+1
Committed to trunk and branch-2.
Thanks [~atm]

 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14509021#comment-14509021
 ] 

Hudson commented on HDFS-4448:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #173 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/173/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14509063#comment-14509063
 ] 

Hudson commented on HDFS-4448:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2122 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2122/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14508890#comment-14508890
 ] 

Hudson commented on HDFS-4448:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #172 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/172/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14508923#comment-14508923
 ] 

Hudson commented on HDFS-4448:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #906 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/906/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14508864#comment-14508864
 ] 

Hudson commented on HDFS-4448:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #2104 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2104/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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


[jira] [Commented] (HDFS-4448) Allow HA NN to start in secure mode with wildcard address configured

2015-04-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14508876#comment-14508876
 ] 

Hudson commented on HDFS-4448:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #163 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/163/])
HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured 
(atm via asuresh) (Arun Suresh: rev baf8bc6c488de170d2caf76d9fa4c99faaa8f1a6)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java


 Allow HA NN to start in secure mode with wildcard address configured
 

 Key: HDFS-4448
 URL: https://issues.apache.org/jira/browse/HDFS-4448
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: ha, namenode, security
Affects Versions: 2.0.3-alpha
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
 Fix For: 2.8.0

 Attachments: HDFS-4448.2.patch, HDFS-4448.patch, HDFS-4448.patch


 Currently if one tries to configure HA NNs use the wildcard HTTP address when 
 security is enabled, the NN will fail to start with an error like the 
 following:
 {code}
 java.lang.IllegalArgumentException: java.io.IOException: Cannot use a 
 wildcard address with security. Must explicitly set bind address for Kerberos
 {code}
 This is the case even if one configures an actual address for the other NN's 
 HTTP address. There's no good reason for this, since we now check for the 
 local address being set to 0.0.0.0 and determine the canonical hostname for 
 Kerberos purposes using 
 {{InetAddress.getLocalHost().getCanonicalHostName()}}, so we should remove 
 the restriction.



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