[jira] [Commented] (HADOOP-10429) KeyStores should have methods to generate the materials themselves, KeyShell should use them

2014-04-04 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960545#comment-13960545 ] Larry McCay commented on HADOOP-10429: -- +1 [~tucu00]] - thanks! > KeyStores should

[jira] [Commented] (HADOOP-10461) Runtime HCFS injector for FileSystem tests

2014-04-04 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960519#comment-13960519 ] jay vyas commented on HADOOP-10461: --- Any initial thoughts on this? I can move forward

[jira] [Commented] (HADOOP-10429) KeyStores should have methods to generate the materials themselves, KeyShell should use them

2014-04-04 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960487#comment-13960487 ] Benoy Antony commented on HADOOP-10429: --- reviewed, +1. > KeyStores should have me

[jira] [Commented] (HADOOP-10429) KeyStores should have methods to generate the materials themselves, KeyShell should use them

2014-04-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960441#comment-13960441 ] Alejandro Abdelnur commented on HADOOP-10429: - [~lmccay], any further commen

[jira] [Commented] (HADOOP-10427) KeyProvider implementations should be thread safe

2014-04-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960438#comment-13960438 ] Alejandro Abdelnur commented on HADOOP-10427: - [~lmccay], have you concerns

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960359#comment-13960359 ] Hadoop QA commented on HADOOP-10428: {color:green}+1 overall{color}. Here are the r

[jira] [Commented] (HADOOP-10427) KeyProvider implementations should be thread safe

2014-04-04 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960338#comment-13960338 ] Benoy Antony commented on HADOOP-10427: --- Looks good. +1 > KeyProvider implementat

[jira] [Commented] (HADOOP-9361) Strictly define the expected behavior of filesystem APIs and write tests to verify compliance

2014-04-04 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960333#comment-13960333 ] jay vyas commented on HADOOP-9361: -- hi steve progress looks great. Have started some o

[jira] [Updated] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated HADOOP-10428: Attachment: HADOOP-10428.patch new patch using char[] for passwords in initializa

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960290#comment-13960290 ] Larry McCay commented on HADOOP-10428: -- For short lived clients like the KeyShell l

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960273#comment-13960273 ] Larry McCay commented on HADOOP-10428: -- Good explanation for #1, Benoy. It is impor

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960271#comment-13960271 ] Alejandro Abdelnur commented on HADOOP-10428: - actually, we cannot reset the

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960264#comment-13960264 ] Alejandro Abdelnur commented on HADOOP-10428: - ok, got the char[] vs String

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960256#comment-13960256 ] Benoy Antony commented on HADOOP-10428: --- Regarding #1, strings are immutable and h

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960168#comment-13960168 ] Larry McCay commented on HADOOP-10428: -- Hi Benoy - #2 is an interesting point. I vi

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960166#comment-13960166 ] Alejandro Abdelnur commented on HADOOP-10428: - Benoy, Regarding #1, why rea

[jira] [Commented] (HADOOP-10428) JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR

2014-04-04 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960123#comment-13960123 ] Benoy Antony commented on HADOOP-10428: --- 1. Instead of reading the password to a _

[jira] [Commented] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959965#comment-13959965 ] Hudson commented on HADOOP-10456: - FAILURE: Integrated in Hadoop-Hdfs-trunk #1721 (See

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959964#comment-13959964 ] Hudson commented on HADOOP-10462: - FAILURE: Integrated in Hadoop-Hdfs-trunk #1721 (See

[jira] [Commented] (HADOOP-10454) Provide FileContext version of har file system

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959966#comment-13959966 ] Hudson commented on HADOOP-10454: - FAILURE: Integrated in Hadoop-Hdfs-trunk #1721 (See

[jira] [Commented] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959952#comment-13959952 ] Hudson commented on HADOOP-10456: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #1747 (

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959951#comment-13959951 ] Hudson commented on HADOOP-10462: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #1747 (

[jira] [Commented] (HADOOP-10454) Provide FileContext version of har file system

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959953#comment-13959953 ] Hudson commented on HADOOP-10454: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #1747 (

[jira] [Updated] (HADOOP-10461) Runtime HCFS injector for FileSystem tests

2014-04-04 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jay vyas updated HADOOP-10461: -- Description: Currently alot of manual inheritance and stub classes are required in order to run the

[jira] [Updated] (HADOOP-10461) Runtime HCFS injector for FileSystem tests

2014-04-04 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jay vyas updated HADOOP-10461: -- Description: Currently alot of manual inheritance and stub classes are required in order to run the

[jira] [Commented] (HADOOP-10454) Provide FileContext version of har file system

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959879#comment-13959879 ] Hudson commented on HADOOP-10454: - SUCCESS: Integrated in Hadoop-Yarn-trunk #529 (See [

[jira] [Commented] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959878#comment-13959878 ] Hudson commented on HADOOP-10456: - SUCCESS: Integrated in Hadoop-Yarn-trunk #529 (See [

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959877#comment-13959877 ] Hudson commented on HADOOP-10462: - SUCCESS: Integrated in Hadoop-Yarn-trunk #529 (See [

[jira] [Created] (HADOOP-10463) Bring RawLocalFileSystem test coverage to 100%

2014-04-04 Thread jay vyas (JIRA)
jay vyas created HADOOP-10463: - Summary: Bring RawLocalFileSystem test coverage to 100% Key: HADOOP-10463 URL: https://issues.apache.org/jira/browse/HADOOP-10463 Project: Hadoop Common Issue Type

[jira] [Assigned] (HADOOP-10463) Bring RawLocalFileSystem test coverage to 100%

2014-04-04 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jay vyas reassigned HADOOP-10463: - Assignee: jay vyas > Bring RawLocalFileSystem test coverage to 100% > -

[jira] [Updated] (HADOOP-10461) Runtime HCFS injector for FileSystem tests

2014-04-04 Thread jay vyas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jay vyas updated HADOOP-10461: -- Summary: Runtime HCFS injector for FileSystem tests (was: Runtime DI based injector for FileSystem t

[jira] [Updated] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-10456: --- Resolution: Fixed Fix Version/s: 2.4.1 3.0.0 Status: Re

[jira] [Commented] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959816#comment-13959816 ] Hudson commented on HADOOP-10456: - SUCCESS: Integrated in Hadoop-trunk-Commit #5456 (See

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959801#comment-13959801 ] Hudson commented on HADOOP-10462: - SUCCESS: Integrated in Hadoop-trunk-Commit #5455 (See

[jira] [Updated] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-10456: --- Assignee: Nishkam Ravi > Bug in Configuration.java exposed by Spark (ConcurrentModification

[jira] [Updated] (HADOOP-10456) Bug in Configuration.java exposed by Spark (ConcurrentModificationException)

2014-04-04 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-10456: --- Target Version/s: 2.4.1 (was: 2.5.0) > Bug in Configuration.java exposed by Spark (Concurr

[jira] [Updated] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G updated HADOOP-10462: - Resolution: Fixed Fix Version/s: 2.5.0 3.0.0 Hado

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959777#comment-13959777 ] Hadoop QA commented on HADOOP-10462: {color:green}+1 overall{color}. Here are the r

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959756#comment-13959756 ] Hadoop QA commented on HADOOP-10462: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (HADOOP-10462) DF#getFilesystem is not parsing the command output

2014-04-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959740#comment-13959740 ] Hadoop QA commented on HADOOP-10462: {color:green}+1 overall{color}. Here are the r