[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-19 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

I just committed this!

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911-1.txt, patch-1911-2.txt, patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-15 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

Status: Open  (was: Patch Available)

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911-1.txt, patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-15 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

Status: Patch Available  (was: Open)

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911-1.txt, patch-1911-2.txt, patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-15 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

Attachment: patch-1911-2.txt

Patch incorporates review comments.


 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911-1.txt, patch-1911-2.txt, patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-12 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

Status: Patch Available  (was: Open)

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911-1.txt, patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-12 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

Attachment: patch-1911-1.txt

Patch adds usage message for streaming.jar also (MAPREDUCE-1916).

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911-1.txt, patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-07 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

Attachment: patch-1911.txt

Patch fixing the above errors. Also formatted the help message to be displayed 
in 80 character lines.

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1911) Fix errors in -info option in streaming

2010-07-07 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1911:
---

  Status: Patch Available  (was: Open)
Assignee: Amareshwari Sriramadasu

 Fix errors in -info option in streaming
 ---

 Key: MAPREDUCE-1911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.22.0

 Attachments: patch-1911.txt


 Here are some of the findings by Karam while verifying -info option in 
 streaming:
 # We need to add Optional for -mapper, -reducer,-combiner and -file options.
 # For -inputformat and -outputformat options, we should put Optional in the 
 prefix for the sake on uniformity.
 # We need to remove -cluster decription.
 # -help option is not displayed in usage message.
 # when displaying message for -info or -help options, we should not display 
 Streaming Job Failed!; also exit code should be 0 in case of -help/-info 
 option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.