[jira] [Updated] (MAPREDUCE-4203) Create equivalent of ProcfsBasedProcessTree for Windows

2012-06-20 Thread Bikas Saha (JIRA)

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

Bikas Saha updated MAPREDUCE-4203:
--

Attachment: MAPREDUCE-4203.branch-1-win.4.patch

Attaching new patch with error mesg change and wide char usage.

 Create equivalent of ProcfsBasedProcessTree for Windows
 ---

 Key: MAPREDUCE-4203
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4203
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Bikas Saha
Assignee: Bikas Saha
 Attachments: MAPREDUCE-4203.branch-1-win.1.patch, 
 MAPREDUCE-4203.branch-1-win.2.patch, MAPREDUCE-4203.branch-1-win.3.patch, 
 MAPREDUCE-4203.branch-1-win.4.patch, MAPREDUCE-4203.patch, test.cpp


 ProcfsBasedProcessTree is used by the TaskTracker to get process information 
 like memory and cpu usage. This information is used to manage resources etc. 
 The current implementation is based on Linux procfs functionality and hence 
 does not work on other platforms, specifically windows.

--
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-4203) Create equivalent of ProcfsBasedProcessTree for Windows

2012-06-19 Thread Bikas Saha (JIRA)

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

Bikas Saha updated MAPREDUCE-4203:
--

Attachment: MAPREDUCE-4203.branch-1-win.3.patch

Attaching patch after review comments.

 Create equivalent of ProcfsBasedProcessTree for Windows
 ---

 Key: MAPREDUCE-4203
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4203
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Bikas Saha
Assignee: Bikas Saha
 Attachments: MAPREDUCE-4203.branch-1-win.1.patch, 
 MAPREDUCE-4203.branch-1-win.2.patch, MAPREDUCE-4203.branch-1-win.3.patch, 
 MAPREDUCE-4203.patch, test.cpp


 ProcfsBasedProcessTree is used by the TaskTracker to get process information 
 like memory and cpu usage. This information is used to manage resources etc. 
 The current implementation is based on Linux procfs functionality and hence 
 does not work on other platforms, specifically windows.

--
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-4203) Create equivalent of ProcfsBasedProcessTree for Windows

2012-06-18 Thread Bikas Saha (JIRA)

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

Bikas Saha updated MAPREDUCE-4203:
--

Attachment: MAPREDUCE-4203.branch-1-win.2.patch

Fix some bugs in formatting. 
TestTaskTrackerMemoryManager now passes on Windows and tests the feature 
functionally.

 Create equivalent of ProcfsBasedProcessTree for Windows
 ---

 Key: MAPREDUCE-4203
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4203
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Bikas Saha
Assignee: Bikas Saha
 Attachments: MAPREDUCE-4203.branch-1-win.1.patch, 
 MAPREDUCE-4203.branch-1-win.2.patch, MAPREDUCE-4203.patch, test.cpp


 ProcfsBasedProcessTree is used by the TaskTracker to get process information 
 like memory and cpu usage. This information is used to manage resources etc. 
 The current implementation is based on Linux procfs functionality and hence 
 does not work on other platforms, specifically windows.

--
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-4203) Create equivalent of ProcfsBasedProcessTree for Windows

2012-06-16 Thread Bikas Saha (JIRA)

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

Bikas Saha updated MAPREDUCE-4203:
--

Attachment: MAPREDUCE-4203.branch-1-win.1.patch

Attaching patch based on winutils.

 Create equivalent of ProcfsBasedProcessTree for Windows
 ---

 Key: MAPREDUCE-4203
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4203
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Bikas Saha
Assignee: Bikas Saha
 Attachments: MAPREDUCE-4203.branch-1-win.1.patch, 
 MAPREDUCE-4203.patch, test.cpp


 ProcfsBasedProcessTree is used by the TaskTracker to get process information 
 like memory and cpu usage. This information is used to manage resources etc. 
 The current implementation is based on Linux procfs functionality and hence 
 does not work on other platforms, specifically windows.

--
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-4203) Create equivalent of ProcfsBasedProcessTree for Windows

2012-05-04 Thread Bikas Saha (JIRA)

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

Bikas Saha updated MAPREDUCE-4203:
--

Attachment: MAPREDUCE-4203.patch
test.cpp

Initial patch with refactorings/new Windows class/tests and native windows code 
to get resource information.

 Create equivalent of ProcfsBasedProcessTree for Windows
 ---

 Key: MAPREDUCE-4203
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4203
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Bikas Saha
Assignee: Bikas Saha
 Attachments: MAPREDUCE-4203.patch, test.cpp


 ProcfsBasedProcessTree is used by the TaskTracker to get process information 
 like memory and cpu usage. This information is used to manage resources etc. 
 The current implementation is based on Linux procfs functionality and hence 
 does not work on other platforms, specifically windows.

--
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