[jira] [Updated] (MAPREDUCE-5917) Be able to retrieve configuration keys by index

2015-05-05 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer updated MAPREDUCE-5917:

Labels: BB2015-05-TBR  (was: )

 Be able to retrieve configuration keys by index
 ---

 Key: MAPREDUCE-5917
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5917
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: pipes
Reporter: Joe Mudd
Priority: Minor
  Labels: BB2015-05-TBR
 Attachments: MAPREDUCE-5917.patch


 The pipes C++ side does not have a configuration key/value pair iterator.  It 
 is useful to be able to iterate through all of the configuration keys without 
 having to expose a C++ map iterator since that is specific to the JobConf 
 internals.



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


[jira] [Updated] (MAPREDUCE-5917) Be able to retrieve configuration keys by index

2014-06-25 Thread Joe Mudd (JIRA)

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

Joe Mudd updated MAPREDUCE-5917:


Attachment: (was: MAPREDUCE-5917.patch)

 Be able to retrieve configuration keys by index
 ---

 Key: MAPREDUCE-5917
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5917
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: pipes
Affects Versions: trunk
Reporter: Joe Mudd
Priority: Minor
 Fix For: trunk

 Attachments: MAPREDUCE-5917.patch


 The pipes C++ side does not have a configuration key/value pair iterator.  It 
 is useful to be able to iterate through all of the configuration keys without 
 having to expose a C++ map iterator since that is specific to the JobConf 
 internals.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5917) Be able to retrieve configuration keys by index

2014-06-25 Thread Joe Mudd (JIRA)

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

Joe Mudd updated MAPREDUCE-5917:


Attachment: MAPREDUCE-5917.patch

Update patch to be trunk root based.

 Be able to retrieve configuration keys by index
 ---

 Key: MAPREDUCE-5917
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5917
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: pipes
Affects Versions: trunk
Reporter: Joe Mudd
Priority: Minor
 Fix For: trunk

 Attachments: MAPREDUCE-5917.patch


 The pipes C++ side does not have a configuration key/value pair iterator.  It 
 is useful to be able to iterate through all of the configuration keys without 
 having to expose a C++ map iterator since that is specific to the JobConf 
 internals.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5917) Be able to retrieve configuration keys by index

2014-06-25 Thread Joe Mudd (JIRA)

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

Joe Mudd updated MAPREDUCE-5917:


   Fix Version/s: trunk
Target Version/s: trunk
Release Note: Add method to retrieve configuration key by index.
  Status: Patch Available  (was: Open)

 Be able to retrieve configuration keys by index
 ---

 Key: MAPREDUCE-5917
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5917
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: pipes
Affects Versions: trunk
Reporter: Joe Mudd
Priority: Minor
 Fix For: trunk

 Attachments: MAPREDUCE-5917.patch


 The pipes C++ side does not have a configuration key/value pair iterator.  It 
 is useful to be able to iterate through all of the configuration keys without 
 having to expose a C++ map iterator since that is specific to the JobConf 
 internals.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5917) Be able to retrieve configuration keys by index

2014-06-06 Thread Joe Mudd (JIRA)

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

Joe Mudd updated MAPREDUCE-5917:


Attachment: MAPREDUCE-5917.patch

Trunk patch that passes dev-support/test-patch and is ready for code review.

The patch adds two methods to the JobConf() class:

getCount() and getKey(size_t index).

This avoids having to expose an implementation specific mapstring, 
string::const_iterator.

 Be able to retrieve configuration keys by index
 ---

 Key: MAPREDUCE-5917
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5917
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: pipes
Affects Versions: trunk
Reporter: Joe Mudd
Priority: Minor
 Attachments: MAPREDUCE-5917.patch


 The pipes C++ side does not have a configuration key/value pair iterator.  It 
 is useful to be able to iterate through all of the configuration keys without 
 having to expose a C++ map iterator since that is specific to the JobConf 
 internals.



--
This message was sent by Atlassian JIRA
(v6.2#6252)