[jira] [Commented] (HADOOP-11220) Jenkins should verify mvn site if the patch contains *.apt.vm changes

2014-10-23 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181105#comment-14181105 ] Steve Loughran commented on HADOOP-11220: - add .md checks too Jenkins should

[jira] [Updated] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Suresh updated HADOOP-11170: - Attachment: HADOOP-11170.4.patch Updated patch : * Changed some variable names * Try fix

[jira] [Commented] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181179#comment-14181179 ] Hadoop QA commented on HADOOP-11170: {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181186#comment-14181186 ] Arun Suresh commented on HADOOP-11170: -- The test case failure is not related to

[jira] [Commented] (HADOOP-11122) Fix findbugs in ZK DelegationTokenSecretManagers

2014-10-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181254#comment-14181254 ] Hudson commented on HADOOP-11122: - SUCCESS: Integrated in Hadoop-Yarn-trunk #721 (See

[jira] [Commented] (HADOOP-11122) Fix findbugs in ZK DelegationTokenSecretManagers

2014-10-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181380#comment-14181380 ] Hudson commented on HADOOP-11122: - SUCCESS: Integrated in Hadoop-Hdfs-trunk #1910 (See

[jira] [Commented] (HADOOP-11122) Fix findbugs in ZK DelegationTokenSecretManagers

2014-10-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181442#comment-14181442 ] Hudson commented on HADOOP-11122: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #1935

[jira] [Commented] (HADOOP-11177) Reduce tar ball size for MR over distributed cache

2014-10-23 Thread Junping Du (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181537#comment-14181537 ] Junping Du commented on HADOOP-11177: - Two differences for tar ball in dist-reduced

[jira] [Updated] (HADOOP-11217) Disable SSLv3 (POODLEbleed vulnerability) in KMS

2014-10-23 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated HADOOP-11217: --- Status: Open (was: Patch Available) I was accidentally testing with Java 7 instead of 6.

[jira] [Updated] (HADOOP-11217) Disable SSLv3 (POODLEbleed vulnerability) in KMS

2014-10-23 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated HADOOP-11217: --- Attachment: HADOOP-11217.patch New patch only sets TLSv1 Disable SSLv3 (POODLEbleed

[jira] [Updated] (HADOOP-11217) Disable SSLv3 (POODLEbleed vulnerability) in KMS

2014-10-23 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated HADOOP-11217: --- Status: Patch Available (was: Open) Disable SSLv3 (POODLEbleed vulnerability) in KMS

[jira] [Updated] (HADOOP-11218) Add TLSv1.1,TLSv1.2 to KMS

2014-10-23 Thread Robert Kanter (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kanter updated HADOOP-11218: --- Description: HADOOP-11217 required us to specifically list the versions of TLS that KMS

[jira] [Created] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
Jinghui Wang created HADOOP-11221: - Summary: JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative Key: HADOOP-11221 URL:

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Description: The following code snippet shows that IdentityHashStore assumes the hashCode is

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Description: The following code snippet shows that IdentityHashStore assumes the hashCode is

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Description: The following code snippet shows that IdentityHashStore assumes the hashCode is

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Description: The following code snippet shows that IdentityHashStore assumes the hashCode is

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181706#comment-14181706 ] Jinghui Wang commented on HADOOP-11221: --- This causes failures with IBM JAVA where

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Attachment: HADOOP-11221.patch JAVA specification for hashcode does not enforce it to be

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Attachment: HADOOP-11221.patch JAVA specification for hashcode does not enforce it to be

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Attachment: (was: HADOOP-11221.patch) JAVA specification for hashcode does not enforce

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Status: Patch Available (was: Open) JAVA specification for hashcode does not enforce it to

[jira] [Commented] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181760#comment-14181760 ] Karthik Kambatla commented on HADOOP-11170: --- Looks mostly good. One nit: can

[jira] [Commented] (HADOOP-11217) Disable SSLv3 (POODLEbleed vulnerability) in KMS

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181766#comment-14181766 ] Hadoop QA commented on HADOOP-11217: {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181811#comment-14181811 ] Hadoop QA commented on HADOOP-11221: {color:red}-1 overall{color}. Here are the

[jira] [Updated] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Suresh updated HADOOP-11170: - Attachment: HADOOP-11170.5.patch Thanks for the review [~kasha] Updating patch with you

[jira] [Created] (HADOOP-11222) Fix findBugs error in SpanReceiverHost

2014-10-23 Thread Arun Suresh (JIRA)
Arun Suresh created HADOOP-11222: Summary: Fix findBugs error in SpanReceiverHost Key: HADOOP-11222 URL: https://issues.apache.org/jira/browse/HADOOP-11222 Project: Hadoop Common Issue Type:

[jira] [Updated] (HADOOP-11222) Fix findBugs error in SpanReceiverHost

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Suresh updated HADOOP-11222: - Attachment: HADOOP-11222.1.patch Uploading fix Fix findBugs error in SpanReceiverHost

[jira] [Updated] (HADOOP-11222) Fix findBugs error in SpanReceiverHost

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Suresh updated HADOOP-11222: - Status: Patch Available (was: Open) Fix findBugs error in SpanReceiverHost

[jira] [Commented] (HADOOP-11222) Fix findBugs error in SpanReceiverHost

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181926#comment-14181926 ] Hadoop QA commented on HADOOP-11222: {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HADOOP-11222) Fix findBugs error in SpanReceiverHost

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181946#comment-14181946 ] Arun Suresh commented on HADOOP-11222: -- looks like this has just been fixed :

[jira] [Updated] (HADOOP-11222) Fix findBugs error in SpanReceiverHost

2014-10-23 Thread Arun Suresh (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Suresh updated HADOOP-11222: - Resolution: Duplicate Status: Resolved (was: Patch Available) Fix findBugs error in

[jira] [Commented] (HADOOP-10690) Lack of synchronization on access to InputStream in NativeAzureFileSystem#NativeAzureFsInputStream#close()

2014-10-23 Thread Chen He (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181960#comment-14181960 ] Chen He commented on HADOOP-10690: -- Hi [~cnauroth], do we need to mark this ticket as

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181962#comment-14181962 ] Chris Douglas commented on HADOOP-11221: {{Math.abs(Integer.MIN_VALUE)}} is

[jira] [Commented] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182003#comment-14182003 ] Hadoop QA commented on HADOOP-11170: {color:green}+1 overall{color}. Here are the

[jira] [Commented] (HADOOP-11170) ZKDelegationTokenSecretManager throws Exception when trying to renewToken created by a peer

2014-10-23 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182036#comment-14182036 ] Karthik Kambatla commented on HADOOP-11170: --- Looks good to me. +1.

[jira] [Commented] (HADOOP-10690) Lack of synchronization on access to InputStream in NativeAzureFileSystem#NativeAzureFsInputStream#close()

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182044#comment-14182044 ] Hadoop QA commented on HADOOP-10690: {color:red}-1 overall{color}. Here are the

[jira] [Updated] (HADOOP-11170) ZKDelegationTokenSecretManager fails to renewToken created by a peer

2014-10-23 Thread Karthik Kambatla (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated HADOOP-11170: -- Summary: ZKDelegationTokenSecretManager fails to renewToken created by a peer (was:

[jira] [Commented] (HADOOP-11170) ZKDelegationTokenSecretManager fails to renewToken created by a peer

2014-10-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182231#comment-14182231 ] Hudson commented on HADOOP-11170: - FAILURE: Integrated in Hadoop-trunk-Commit #6327 (See

[jira] [Commented] (HADOOP-6857) FsShell should report raw disk usage including replication factor

2014-10-23 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182244#comment-14182244 ] Konstantin Shvachko commented on HADOOP-6857: - This looks good. +1 from me.

[jira] [Updated] (HADOOP-6857) FsShell should report raw disk usage including replication factor

2014-10-23 Thread Byron Wong (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Wong updated HADOOP-6857: --- Target Version/s: 2.7.0 Hadoop Flags: (was: Incompatible change) Status:

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Attachment: HADOOP-11221.patch JAVA specification for hashcode does not enforce it to be

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Attachment: (was: HADOOP-11221.patch) JAVA specification for hashcode does not enforce

[jira] [Updated] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-11221: -- Attachment: HADOOP-11221.v1.patch JAVA specification for hashcode does not enforce it to be

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Jinghui Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182279#comment-14182279 ] Jinghui Wang commented on HADOOP-11221: --- Hi Chris, Thanks for pointing out the

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182281#comment-14182281 ] Chris Douglas commented on HADOOP-11221: How about {{hash =

[jira] [Updated] (HADOOP-11157) ZKDelegationTokenSecretManager never shuts down listenerThreadPool

2014-10-23 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated HADOOP-11157: Attachment: HADOOP-11157.patch Kicking off the job again.

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182305#comment-14182305 ] Hadoop QA commented on HADOOP-11221: {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HADOOP-11221) JAVA specification for hashcode does not enforce it to be non-negative, but IdentityHashStore assumes System.identityHashCode() is non-negative

2014-10-23 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182327#comment-14182327 ] Tsz Wo Nicholas Sze commented on HADOOP-11221: -- The capacity of an

[jira] [Commented] (HADOOP-11157) ZKDelegationTokenSecretManager never shuts down listenerThreadPool

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182326#comment-14182326 ] Hadoop QA commented on HADOOP-11157: {color:red}-1 overall{color}. Here are the

[jira] [Commented] (HADOOP-6857) FsShell should report raw disk usage including replication factor

2014-10-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182394#comment-14182394 ] Hadoop QA commented on HADOOP-6857: --- {color:red}-1 overall{color}. Here are the

[jira] [Created] (HADOOP-11223) Offer a read-only conf alternative to new Configuration()

2014-10-23 Thread Gopal V (JIRA)
Gopal V created HADOOP-11223: Summary: Offer a read-only conf alternative to new Configuration() Key: HADOOP-11223 URL: https://issues.apache.org/jira/browse/HADOOP-11223 Project: Hadoop Common

[jira] [Created] (HADOOP-11224) Improve error messages for all permission related failures

2014-10-23 Thread Harsh J (JIRA)
Harsh J created HADOOP-11224: Summary: Improve error messages for all permission related failures Key: HADOOP-11224 URL: https://issues.apache.org/jira/browse/HADOOP-11224 Project: Hadoop Common

[jira] [Updated] (HADOOP-11223) Offer a read-only conf alternative to new Configuration()

2014-10-23 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HADOOP-11223: - Component/s: conf Offer a read-only conf alternative to new Configuration()

[jira] [Commented] (HADOOP-6857) FsShell should report raw disk usage including replication factor

2014-10-23 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182453#comment-14182453 ] Konstantin Shvachko commented on HADOOP-6857: - Looks like format change of du