[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HADOOP-8833: Attachment: HADOOP-8833.patch This should fix it. fs -text should make sure to call

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HADOOP-8833: Target Version/s: 2.0.2-alpha Status: Patch Available (was: Open) fs -text should

[jira] [Commented] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460399#comment-13460399 ] Hadoop QA commented on HADOOP-8833: --- +1 overall. Here are the results of testing the

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-8833: -- Attachment: HADOOP-8833.patch +1 on the fix. I noticed that the test doesn't fail without the fix

[jira] [Commented] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460488#comment-13460488 ] Harsh J commented on HADOOP-8833: - Thanks Tom, I did wonder about that. Then though it to

[jira] [Commented] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460489#comment-13460489 ] Harsh J commented on HADOOP-8833: - Oh, first gotta wait for jenkins again.

[jira] [Created] (HADOOP-8834) Hadoop examples sort when run standalone gives ERROR and usage

2012-09-21 Thread Robert Justice (JIRA)
Robert Justice created HADOOP-8834: -- Summary: Hadoop examples sort when run standalone gives ERROR and usage Key: HADOOP-8834 URL: https://issues.apache.org/jira/browse/HADOOP-8834 Project: Hadoop

[jira] [Created] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Robert Justice (JIRA)
Robert Justice created HADOOP-8835: -- Summary: Hadoop examples secondarysort has a typo secondarysrot in the usage Key: HADOOP-8835 URL: https://issues.apache.org/jira/browse/HADOOP-8835 Project:

[jira] [Updated] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Robert Justice (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Justice updated HADOOP-8835: --- Attachment: HADOOP-8835.patch Patch to correct spelling of secondarysort

[jira] [Commented] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Robert Justice (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460539#comment-13460539 ] Robert Justice commented on HADOOP-8835: I did not run a local unit test as this

[jira] [Updated] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Robert Justice (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Justice updated HADOOP-8835: --- Status: Patch Available (was: Open) Submitting patch for misspelling in secondarysort

[jira] [Commented] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460562#comment-13460562 ] Hadoop QA commented on HADOOP-8835: --- -1 overall. Here are the results of testing the

[jira] [Assigned] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins reassigned HADOOP-8835: --- Assignee: Robert Justice Hadoop examples secondarysort has a typo secondarysrot in the

[jira] [Commented] (HADOOP-8835) Hadoop examples secondarysort has a typo secondarysrot in the usage

2012-09-21 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460569#comment-13460569 ] Eli Collins commented on HADOOP-8835: - +1 lgtm (no test necessary since we're just

[jira] [Updated] (HADOOP-8834) Hadoop examples sort when run standalone gives ERROR and usage

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HADOOP-8834: Description: Hadoop sort example should not give an ERROR and only should display usage when run with no

[jira] [Updated] (HADOOP-8834) Hadoop examples when run without an argument, gives ERROR instead of just usage info

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HADOOP-8834: Summary: Hadoop examples when run without an argument, gives ERROR instead of just usage info (was:

[jira] [Commented] (HADOOP-8834) Hadoop examples when run without an argument, gives ERROR instead of just usage info

2012-09-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460595#comment-13460595 ] Harsh J commented on HADOOP-8834: - This should be checked for for all examples as well.

[jira] [Commented] (HADOOP-8753) LocalDirAllocator throws ArithmeticException: / by zero when there is no available space on configured local dir

2012-09-21 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460628#comment-13460628 ] Benoy Antony commented on HADOOP-8753: -- Sure , I will see if I can add a unit test

[jira] [Commented] (HADOOP-8736) Add Builder for building an RPC server

2012-09-21 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460637#comment-13460637 ] Suresh Srinivas commented on HADOOP-8736: - Merged this change to branch-2.

[jira] [Updated] (HADOOP-8736) Add Builder for building an RPC server

2012-09-21 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HADOOP-8736: Fix Version/s: 2.0.3-alpha Add Builder for building an RPC server

[jira] [Commented] (HADOOP-8736) Add Builder for building an RPC server

2012-09-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460653#comment-13460653 ] Hudson commented on HADOOP-8736: Integrated in Hadoop-Hdfs-trunk-Commit #2816 (See

[jira] [Commented] (HADOOP-8736) Add Builder for building an RPC server

2012-09-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460655#comment-13460655 ] Hudson commented on HADOOP-8736: Integrated in Hadoop-Common-trunk-Commit #2753 (See

[jira] [Commented] (HADOOP-8736) Add Builder for building an RPC server

2012-09-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460677#comment-13460677 ] Hudson commented on HADOOP-8736: Integrated in Hadoop-Mapreduce-trunk-Commit #2775 (See

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated HADOOP-8833: - Status: Patch Available (was: Open) fs -text should make sure to call

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated HADOOP-8833: - Status: Open (was: Patch Available) Cancelling patch to re-submit and kick Jenkins

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated HADOOP-8833: - Status: Open (was: Patch Available) fs -text should make sure to call

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated HADOOP-8833: - Attachment: HADOOP-8833.patch Uploading the same patch again. fs

[jira] [Updated] (HADOOP-8833) fs -text should make sure to call inputstream.seek(0) before using input stream

2012-09-21 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated HADOOP-8833: - Status: Patch Available (was: Open) fs -text should make sure to call

[jira] [Updated] (HADOOP-8822) relnotes.py was deleted post mavenization

2012-09-21 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated HADOOP-8822: Attachment: HADOOP-8822.txt New version that addresses your latest comments. It

[jira] [Commented] (HADOOP-8822) relnotes.py was deleted post mavenization

2012-09-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460741#comment-13460741 ] Hadoop QA commented on HADOOP-8822: --- -1 overall. Here are the results of testing the

[jira] [Commented] (HADOOP-8822) relnotes.py was deleted post mavenization

2012-09-21 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460749#comment-13460749 ] Jason Lowe commented on HADOOP-8822: +1 (non-binding), lgtm. Thanks Bobby!

[jira] [Commented] (HADOOP-8825) Reinstate constructors in SequenceFile.BlockCompressWriter and SequenceFile.RecordCompressWriter for compatibility with Hadoop 1

2012-09-21 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460784#comment-13460784 ] Robert Joseph Evans commented on HADOOP-8825: - Glad I could help. I don't

[jira] [Commented] (HADOOP-7682) taskTracker could not start because Failed to set permissions to ttprivate to 0700

2012-09-21 Thread Luiz Veronesi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13461005#comment-13461005 ] Luiz Veronesi commented on HADOOP-7682: --- Thanks Todd Fast for this workaround.