[jira] Commented: (HADOOP-6852) apparent bug in concatenated-bzip2 support (decoding)

2010-08-24 Thread Greg Roelofs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902268#action_12902268 ] Greg Roelofs commented on HADOOP-6852: -- Alas, it doesn't. :-( > apparent bug in conc

[jira] Commented: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Greg Roelofs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902267#action_12902267 ] Greg Roelofs commented on HADOOP-6925: -- bq. This may fix HADOOP-6852, as well. Nope,

[jira] Commented: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902247#action_12902247 ] Hudson commented on HADOOP-6925: Integrated in Hadoop-Common-trunk-Commit #365 (See [http

[jira] Commented: (HADOOP-6822) Provide information as to whether or not security is enabled on web interface

2010-08-24 Thread Boris Shkolnik (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902156#action_12902156 ] Boris Shkolnik commented on HADOOP-6822: I guess we should add it at least for NN.

[jira] Commented: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902127#action_12902127 ] Eli Collins commented on HADOOP-6925: - Forgot to mention that I verified TestCodec pas

[jira] Updated: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HADOOP-6925: Status: Resolved (was: Patch Available) Fix Version/s: 0.21.1 0.22.0

[jira] Updated: (HADOOP-6926) SocketInputStream incorrectly implements read()

2010-08-24 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6926: Status: Patch Available (was: Open) Affects Version/s: 0.22.0 Fix Version/s

[jira] Updated: (HADOOP-6926) SocketInputStream incorrectly implements read()

2010-08-24 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6926: Attachment: hadoop-6926.txt > SocketInputStream incorrectly implements read() > --

[jira] Created: (HADOOP-6926) SocketInputStream incorrectly implements read()

2010-08-24 Thread Todd Lipcon (JIRA)
SocketInputStream incorrectly implements read() --- Key: HADOOP-6926 URL: https://issues.apache.org/jira/browse/HADOOP-6926 Project: Hadoop Common Issue Type: Bug Components: io Affec

[jira] Commented: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902118#action_12902118 ] Chris Douglas commented on HADOOP-6925: --- +1 *sigh* This was introduced between v9 o

[jira] Updated: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HADOOP-6925: Hadoop Flags: [Reviewed] +1 Looks good. Nice find. > BZip2Codec incorrectly implements read() >

[jira] Commented: (HADOOP-6924) Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries

2010-08-24 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902113#action_12902113 ] Allen Wittenauer commented on HADOOP-6924: -- No, no, there's an easier way. The s

[jira] Commented: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Greg Roelofs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902112#action_12902112 ] Greg Roelofs commented on HADOOP-6925: -- This may fix HADOOP-6852, as well. (The unit

[jira] Updated: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6925: Status: Patch Available (was: Open) > BZip2Codec incorrectly implements read() >

[jira] Updated: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6925: Attachment: hadoop-6925.txt Patch fixes the read() implementation to correctly mask with 0xff befo

[jira] Created: (HADOOP-6925) BZip2Codec incorrectly implements read()

2010-08-24 Thread Todd Lipcon (JIRA)
BZip2Codec incorrectly implements read() Key: HADOOP-6925 URL: https://issues.apache.org/jira/browse/HADOOP-6925 Project: Hadoop Common Issue Type: Bug Components: io Affects Versions: 0

[jira] Commented: (HADOOP-6923) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-24 Thread Greg Roelofs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902089#action_12902089 ] Greg Roelofs commented on HADOOP-6923: -- Gotcha, thanks. Might be good to link the tw

[jira] Commented: (HADOOP-6924) Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries

2010-08-24 Thread Stephen Watt (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902078#action_12902078 ] Stephen Watt commented on HADOOP-6924: -- That sounds like a good approach Allen. Somet

[jira] Commented: (HADOOP-6924) Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries

2010-08-24 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902070#action_12902070 ] Allen Wittenauer commented on HADOOP-6924: -- I've got a local patch that basically

[jira] Created: (HADOOP-6924) Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries

2010-08-24 Thread Stephen Watt (JIRA)
Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries Key: HADOOP-6924 URL: https://issues.apache.o

[jira] Commented: (HADOOP-6923) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-24 Thread Stephen Watt (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902053#action_12902053 ] Stephen Watt commented on HADOOP-6923: -- Identical Problem, *slightly* different resol

[jira] Commented: (HADOOP-6923) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-24 Thread Greg Roelofs (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902052#action_12902052 ] Greg Roelofs commented on HADOOP-6923: -- Other than the reported version numbers, isn'

[jira] Commented: (HADOOP-6298) BytesWritable#getBytes is a bad name that leads to programming mistakes

2010-08-24 Thread David Rosenstrauch (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902051#action_12902051 ] David Rosenstrauch commented on HADOOP-6298: We just got hit with this problem

[jira] Updated: (HADOOP-6923) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-24 Thread Stephen Watt (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Watt updated HADOOP-6923: - Status: Patch Available (was: Open) > Native Libraries do not load if a different platform sign

[jira] Updated: (HADOOP-6923) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-24 Thread Stephen Watt (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Watt updated HADOOP-6923: - Attachment: HADOOP-6923.patch Since the native libraries work regardless of JRE signature, the p

[jira] Created: (HADOOP-6923) Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName

2010-08-24 Thread Stephen Watt (JIRA)
Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName --- Key: HADOOP-6923 URL: https://i

[jira] Commented: (HADOOP-6453) Hadoop wrapper script shouldn't ignore an existing JAVA_LIBRARY_PATH

2010-08-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902032#action_12902032 ] Hudson commented on HADOOP-6453: Integrated in Hadoop-Common-trunk-Commit #364 (See [http

[jira] Commented: (HADOOP-6453) Hadoop wrapper script shouldn't ignore an existing JAVA_LIBRARY_PATH

2010-08-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901822#action_12901822 ] Hudson commented on HADOOP-6453: Integrated in Hadoop-Common-trunk #432 (See [https://hud

[jira] Commented: (HADOOP-6922) COMMON part of MAPREDUCE-1664

2010-08-24 Thread Amareshwari Sriramadasu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901805#action_12901805 ] Amareshwari Sriramadasu commented on HADOOP-6922: - The configuration name

[jira] Updated: (HADOOP-6922) COMMON part of MAPREDUCE-1664

2010-08-24 Thread Ravi Gummadi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi updated HADOOP-6922: - Attachment: 6922.patch Attaching patch for trunk. This patch adds the documentation changes to

[jira] Assigned: (HADOOP-6922) COMMON part of MAPREDUCE-1664

2010-08-24 Thread Ravi Gummadi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi reassigned HADOOP-6922: Assignee: Ravi Gummadi > COMMON part of MAPREDUCE-1664 > - > >

[jira] Created: (HADOOP-6922) COMMON part of MAPREDUCE-1664

2010-08-24 Thread Ravi Gummadi (JIRA)
COMMON part of MAPREDUCE-1664 - Key: HADOOP-6922 URL: https://issues.apache.org/jira/browse/HADOOP-6922 Project: Hadoop Common Issue Type: Bug Reporter: Ravi Gummadi MAPREDUCE-1664 changes the behavi