[jira] [Updated] (MAPREDUCE-4040) History links should use hostname rather than IP address.

2012-04-10 Thread Siddharth Seth (Updated) (JIRA)

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

Siddharth Seth updated MAPREDUCE-4040:
--

   Resolution: Fixed
Fix Version/s: 0.23.3
 Assignee: Bhallamudi Venkata Siva Kamesh
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to trunk, branch-2 and branch-0.23

 History links should use hostname rather than IP address.
 -

 Key: MAPREDUCE-4040
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4040
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobhistoryserver, mrv2
Affects Versions: 0.23.2
Reporter: Bhallamudi Venkata Siva Kamesh
Assignee: Bhallamudi Venkata Siva Kamesh
Priority: Minor
 Fix For: 0.23.3

 Attachments: MAPREDUCE-4040.patch


 While navigating from web page (eg: */cluster/app/app-id* ) to HS, browser 
 displays IP address rather than hostname.
 {code:title=JobHistoryUtils.java|borderStyle=solid}
 if (address.getAddress().isAnyLocalAddress() || 
 address.getAddress().isLoopbackAddress()) {
   sb.append(InetAddress.getLocalHost().getHostAddress());
 } 
 }
 {code} 
 I *think* it is better to use hostname rather than IP address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4040) History links should use hostname rather than IP address.

2012-03-20 Thread Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)

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

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-4040:
--

Attachment: MAPREDUCE-4040.patch

Pls review this patch

 History links should use hostname rather than IP address.
 -

 Key: MAPREDUCE-4040
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4040
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobhistoryserver, mrv2
Affects Versions: 0.23.2
Reporter: Bhallamudi Venkata Siva Kamesh
Priority: Minor
 Attachments: MAPREDUCE-4040.patch


 While navigating from web page (eg: */cluster/app/app-id* ) to HS, browser 
 displays IP address rather than hostname.
 {code:title=JobHistoryUtils.java|borderStyle=solid}
 if (address.getAddress().isAnyLocalAddress() || 
 address.getAddress().isLoopbackAddress()) {
   sb.append(InetAddress.getLocalHost().getHostAddress());
 } 
 }
 {code} 
 I *think* it is better to use hostname rather than IP address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4040) History links should use hostname rather than IP address.

2012-03-20 Thread Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)

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

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-4040:
--

Status: Patch Available  (was: Open)

 History links should use hostname rather than IP address.
 -

 Key: MAPREDUCE-4040
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4040
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobhistoryserver, mrv2
Affects Versions: 0.23.2
Reporter: Bhallamudi Venkata Siva Kamesh
Priority: Minor
 Attachments: MAPREDUCE-4040.patch


 While navigating from web page (eg: */cluster/app/app-id* ) to HS, browser 
 displays IP address rather than hostname.
 {code:title=JobHistoryUtils.java|borderStyle=solid}
 if (address.getAddress().isAnyLocalAddress() || 
 address.getAddress().isLoopbackAddress()) {
   sb.append(InetAddress.getLocalHost().getHostAddress());
 } 
 }
 {code} 
 I *think* it is better to use hostname rather than IP address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira