[jira] [Updated] (MAPREDUCE-2780) Standardize the value of token service

2011-10-19 Thread Matt Foley (Updated) (JIRA)

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

Matt Foley updated MAPREDUCE-2780:
--

Target Version/s: 0.20.205.0, 0.23.0

 Standardize the value of token service
 --

 Key: MAPREDUCE-2780
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.20.205.0

 Attachments: MAPREDUCE-2780-2.patch, MAPREDUCE-2780-3.patch, 
 MAPREDUCE-2780-4.patch, MAPREDUCE-2780.patch


 The token's service field must (currently) be set to ip:port.  All the 
 producers of a token are independently building the service string.  This 
 should be done via a common method to reduce the chance of error, and to 
 facilitate the field value being easily changed in the (near) future.

--
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-2780) Standardize the value of token service

2011-08-09 Thread Daryn Sharp (JIRA)

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

Daryn Sharp updated MAPREDUCE-2780:
---

Attachment: MAPREDUCE-2780-3.patch

Changes to use the compromise of a static SecurityUtil.  Thanks Jitendra!

 Standardize the value of token service
 --

 Key: MAPREDUCE-2780
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.20.205.0

 Attachments: MAPREDUCE-2780-2.patch, MAPREDUCE-2780-3.patch, 
 MAPREDUCE-2780.patch


 The token's service field must (currently) be set to ip:port.  All the 
 producers of a token are independently building the service string.  This 
 should be done via a common method to reduce the chance of error, and to 
 facilitate the field value being easily changed in the (near) future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-2780) Standardize the value of token service

2011-08-09 Thread Daryn Sharp (JIRA)

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

Daryn Sharp updated MAPREDUCE-2780:
---

Attachment: MAPREDUCE-2780-4.patch

Revert unintended (but harmless) changes to Token.  Reduced visibility of the 
buildDTAuthority methods per Jitendra's advice.

 Standardize the value of token service
 --

 Key: MAPREDUCE-2780
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.20.205.0

 Attachments: MAPREDUCE-2780-2.patch, MAPREDUCE-2780-3.patch, 
 MAPREDUCE-2780-4.patch, MAPREDUCE-2780.patch


 The token's service field must (currently) be set to ip:port.  All the 
 producers of a token are independently building the service string.  This 
 should be done via a common method to reduce the chance of error, and to 
 facilitate the field value being easily changed in the (near) future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-2780) Standardize the value of token service

2011-08-08 Thread Daryn Sharp (JIRA)

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

Daryn Sharp updated MAPREDUCE-2780:
---

Status: Patch Available  (was: Open)

 Standardize the value of token service
 --

 Key: MAPREDUCE-2780
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.20.205.0

 Attachments: MAPREDUCE-2780-2.patch, MAPREDUCE-2780.patch


 The token's service field must (currently) be set to ip:port.  All the 
 producers of a token are independently building the service string.  This 
 should be done via a common method to reduce the chance of error, and to 
 facilitate the field value being easily changed in the (near) future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-2780) Standardize the value of token service

2011-08-05 Thread Daryn Sharp (JIRA)

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

Daryn Sharp updated MAPREDUCE-2780:
---

Attachment: MAPREDUCE-2780.patch

Add {{Token.setService(InetSocketAddress)}} and change all token producers to 
call the method instead of constructing the same string.

 Standardize the value of token service
 --

 Key: MAPREDUCE-2780
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.20.205.0

 Attachments: MAPREDUCE-2780.patch


 The token's service field must (currently) be set to ip:port.  All the 
 producers of a token are independently building the service string.  This 
 should be done via a common method to reduce the chance of error, and to 
 facilitate the field value being easily changed in the (near) future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-2780) Standardize the value of token service

2011-08-05 Thread Daryn Sharp (JIRA)

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

Daryn Sharp updated MAPREDUCE-2780:
---

Attachment: MAPREDUCE-2780-2.patch

Oops, posted earlier rev of this patch.  Small change to keep the service field 
encoding completely encapsulated within the Token class.

 Standardize the value of token service
 --

 Key: MAPREDUCE-2780
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.20.205.0

 Attachments: MAPREDUCE-2780-2.patch, MAPREDUCE-2780.patch


 The token's service field must (currently) be set to ip:port.  All the 
 producers of a token are independently building the service string.  This 
 should be done via a common method to reduce the chance of error, and to 
 facilitate the field value being easily changed in the (near) future.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira