[jira] [Commented] (HADOOP-8806) libhadoop.so: dlopen should be better at locating libsnappy.so, etc.

2012-09-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456531#comment-13456531 ] Hadoop QA commented on HADOOP-8806: --- -1 overall. Here are the results of testing the l

[jira] [Commented] (HADOOP-8806) libhadoop.so: dlopen should be better at locating libsnappy.so, etc.

2012-09-15 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456529#comment-13456529 ] Colin Patrick McCabe commented on HADOOP-8806: -- bq. On the downside, setting

[jira] [Updated] (HADOOP-8806) libhadoop.so: dlopen should be better at locating libsnappy.so, etc.

2012-09-15 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HADOOP-8806: - Attachment: rpathtest2.tar.gz > libhadoop.so: dlopen should be better at loc

[jira] [Updated] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8814: --- Status: Open (was: Patch Available) > Inefficient comparison with the empty string. Use isEmpty

[jira] [Updated] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8814: --- Status: Patch Available (was: Open) > Inefficient comparison with the empty string. Use isEmpty

[jira] [Updated] (HADOOP-8815) RandomDatum overrides equals(Object) but no hashCode()

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8815: --- Attachment: HADOOP-8815.patch > RandomDatum overrides equals(Object) but no hashCode() > ---

[jira] [Created] (HADOOP-8815) RandomDatum overrides equals(Object) but no hashCode()

2012-09-15 Thread Brandon Li (JIRA)
Brandon Li created HADOOP-8815: -- Summary: RandomDatum overrides equals(Object) but no hashCode() Key: HADOOP-8815 URL: https://issues.apache.org/jira/browse/HADOOP-8815 Project: Hadoop Common Is

[jira] [Commented] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456493#comment-13456493 ] Hadoop QA commented on HADOOP-8814: --- -1 overall. Here are the results of testing the l

[jira] [Commented] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread thomastechs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456488#comment-13456488 ] thomastechs commented on HADOOP-8615: - The Hudson project again tests the patch again

[jira] [Updated] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8813: --- Component/s: ipc > RPC Serever and Client classes need InterfaceAudience and InterfaceStability

[jira] [Updated] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8814: --- Attachment: HADOOP-8814.patch > Inefficient comparison with the empty string. Use isEmpty() inst

[jira] [Updated] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8814: --- Status: Patch Available (was: Open) > Inefficient comparison with the empty string. Use isEmpty

[jira] [Updated] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Brandon Li (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li updated HADOOP-8814: --- Description: Prior to JDK 6, we can check if a string is empty by doing "".equals(s) or s.equals(""

[jira] [Commented] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456485#comment-13456485 ] Hadoop QA commented on HADOOP-8615: --- -1 overall. Here are the results of testing the l

[jira] [Updated] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread thomastechs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] thomastechs updated HADOOP-8615: Release Note: (was: This patch contains the fix as follows.As per the bug says, the EOFException

[jira] [Commented] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread thomastechs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456484#comment-13456484 ] thomastechs commented on HADOOP-8615: - Hi, I have attached a new patch named:HADOOP-

[jira] [Created] (HADOOP-8814) Inefficient comparison with the empty string. Use isEmpty() instead

2012-09-15 Thread Brandon Li (JIRA)
Brandon Li created HADOOP-8814: -- Summary: Inefficient comparison with the empty string. Use isEmpty() instead Key: HADOOP-8814 URL: https://issues.apache.org/jira/browse/HADOOP-8814 Project: Hadoop Commo

[jira] [Updated] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread thomastechs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] thomastechs updated HADOOP-8615: Target Version/s: 0.20.2 (was: 0.20.2, 2.0.0-alpha) > EOFException in DecompressorStream.java

[jira] [Updated] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread thomastechs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] thomastechs updated HADOOP-8615: Attachment: HADOOP-8615-release-0.20.2.patch Please do a code review > EOFExcep

[jira] [Updated] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-09-15 Thread thomastechs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] thomastechs updated HADOOP-8615: Attachment: (was: HADOOP-8615.patch) > EOFException in DecompressorStream.java needs to be

[jira] [Commented] (HADOOP-8779) Use tokens regardless of authentication type

2012-09-15 Thread Kan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456453#comment-13456453 ] Kan Zhang commented on HADOOP-8779: --- Actually HADOOP-8758 is supposed to be a small pat

[jira] [Commented] (HADOOP-8733) TestStreamingTaskLog, TestJvmManager, TestLinuxTaskControllerLaunchArgs fail on Windows

2012-09-15 Thread Ivan Mitic (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456452#comment-13456452 ] Ivan Mitic commented on HADOOP-8733: Thanks for additional clarification Bikas. Do y

[jira] [Commented] (HADOOP-8758) Support for pluggable token implementations

2012-09-15 Thread Kan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456451#comment-13456451 ] Kan Zhang commented on HADOOP-8758: --- bq. Kerberos and tokens are not coupled in any for

[jira] [Created] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

2012-09-15 Thread Brandon Li (JIRA)
Brandon Li created HADOOP-8813: -- Summary: RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations Key: HADOOP-8813 URL: https://issues.apache.org/jira/browse/HADOOP-8813

[jira] [Commented] (HADOOP-8780) Update DeprecatedProperties apt file

2012-09-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456412#comment-13456412 ] Hudson commented on HADOOP-8780: Integrated in Hadoop-Mapreduce-trunk #1197 (See [https:

[jira] [Commented] (HADOOP-8780) Update DeprecatedProperties apt file

2012-09-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456400#comment-13456400 ] Hudson commented on HADOOP-8780: Integrated in Hadoop-Hdfs-trunk #1166 (See [https://bui

[jira] [Commented] (HADOOP-8809) RPMs should skip useradds if the users already exist

2012-09-15 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456360#comment-13456360 ] Steve Loughran commented on HADOOP-8809: +1, removes confusion. I need to look a

[jira] [Commented] (HADOOP-8791) rm "Only deletes non empty directory and files."

2012-09-15 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456348#comment-13456348 ] Hadoop QA commented on HADOOP-8791: --- -1 overall. Here are the results of testing the l

[jira] [Updated] (HADOOP-8791) rm "Only deletes non empty directory and files."

2012-09-15 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-8791: -- Attachment: HADOOP-8791-trunk.patch HADOOP-8791-branch-1.patch Updated for both branch