[jira] [Commented] (HADOOP-16505) Add ability to register custom signer with AWS SignerFactory

2019-08-14 Thread Saurav Verma (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907379#comment-16907379
 ] 

Saurav Verma commented on HADOOP-16505:
---

Thanks [~jojochuang] and [~gabor.bota] for checking it.
https://github.com/apache/hadoop/pull/1280 is indeed the PR for the same issue. 
I have written the unit test and was able to test it for eu-central-1 region. 
Please check in the PR.
I am just running  running {{dev-support/bin/test-patch}} locally once

> Add ability to register custom signer with AWS SignerFactory
> 
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Assignee: Saurav Verma
>Priority: Major
> Attachments: HADOOP-16505.patch, hadoop-16505-1.patch
>
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Add ability to register custom signer with AWS SignerFactory

2019-08-14 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Attachment: HADOOP-16505.patch
Status: Patch Available  (was: Open)

> Add ability to register custom signer with AWS SignerFactory
> 
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Assignee: Saurav Verma
>Priority: Major
> Attachments: HADOOP-16505.patch, hadoop-16505-1.patch
>
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Add ability to register custom signer with AWS SignerFactory

2019-08-14 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Status: Open  (was: Patch Available)

Submitting another patch

> Add ability to register custom signer with AWS SignerFactory
> 
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Assignee: Saurav Verma
>Priority: Major
> Attachments: hadoop-16505-1.patch
>
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-16505) Add ability to register custom signer with AWS SignerFactory

2019-08-12 Thread Saurav Verma (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905204#comment-16905204
 ] 

Saurav Verma commented on HADOOP-16505:
---

Contributor :  Brian Kelly, Saurav Verma

> Add ability to register custom signer with AWS SignerFactory
> 
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Priority: Major
> Attachments: hadoop-16505-1.patch
>
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Add ability to register custom signer with AWS SignerFactory

2019-08-12 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Release Note: HADOOP-16505 Add ability to register custom signer with AWS 
SignerFactory
  Attachment: hadoop-16505-1.patch
  Status: Patch Available  (was: Open)

> Add ability to register custom signer with AWS SignerFactory
> 
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Priority: Major
> Attachments: hadoop-16505-1.patch
>
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Add ability to register custom signer with AWS SignerFactory

2019-08-12 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Summary: Add ability to register custom signer with AWS SignerFactory  
(was: Use custom signature algorithm for `fs.s3a.signing-algorithm`)

> Add ability to register custom signer with AWS SignerFactory
> 
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Priority: Major
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Use custom signature algorithm for `fs.s3a.signing-algorithm`

2019-08-12 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Description: 
Currently, the AWS SignerFactory restricts the class of Signer algorithms that 
can be used. 
We require an ability to register a custom Signer. The SignerFactory supports 
this functionality through its {{registerSigner}} method. 

By providing a fully qualified classname to the existing parameter 
{{fs.s3a.signing-algorithm}}, the custom signer can be registered.

  was:
Currently, value of {{fs.s3a.signing-algorithm}} must be from the predefined 
list of signer class in AWS SignerFactory.
This would enable users to register and use custom `Signature algorithm` for 
aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
configuration.


> Use custom signature algorithm for `fs.s3a.signing-algorithm`
> -
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Priority: Major
>
> Currently, the AWS SignerFactory restricts the class of Signer algorithms 
> that can be used. 
> We require an ability to register a custom Signer. The SignerFactory supports 
> this functionality through its {{registerSigner}} method. 
> By providing a fully qualified classname to the existing parameter 
> {{fs.s3a.signing-algorithm}}, the custom signer can be registered.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Use custom signature algorithm for `fs.s3a.signing-algorithm`

2019-08-12 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Description: 
Currently, value of {{fs.s3a.signing-algorithm}} must be from the predefined 
list of signer class in AWS SignerFactory.
This would enable users to register and use custom `Signature algorithm` for 
aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
configuration.

  was:This would enable users to register and use custom `Signature algorithm` 
for aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
configuration.


> Use custom signature algorithm for `fs.s3a.signing-algorithm`
> -
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Priority: Major
>
> Currently, value of {{fs.s3a.signing-algorithm}} must be from the predefined 
> list of signer class in AWS SignerFactory.
> This would enable users to register and use custom `Signature algorithm` for 
> aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
> configuration.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Use custom signature algorithm for `fs.s3a.signing-algorithm`

2019-08-12 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Affects Version/s: 3.3.0
Fix Version/s: (was: 3.3.0)

> Use custom signature algorithm for `fs.s3a.signing-algorithm`
> -
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Affects Versions: 3.3.0
>Reporter: Saurav Verma
>Priority: Major
>
> This would enable users to register and use custom `Signature algorithm` for 
> aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
> configuration.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-16505) Use custom signature algorithm for `fs.s3a.signing-algorithm`

2019-08-12 Thread Saurav Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/HADOOP-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurav Verma updated HADOOP-16505:
--
Fix Version/s: 3.3.0
  Component/s: fs/s3

> Use custom signature algorithm for `fs.s3a.signing-algorithm`
> -
>
> Key: HADOOP-16505
> URL: https://issues.apache.org/jira/browse/HADOOP-16505
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: fs/s3, hadoop-aws
>Reporter: Saurav Verma
>Priority: Major
> Fix For: 3.3.0
>
>
> This would enable users to register and use custom `Signature algorithm` for 
> aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
> configuration.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Created] (HADOOP-16505) Use custom signature algorithm for `fs.s3a.signing-algorithm`

2019-08-12 Thread Saurav Verma (JIRA)
Saurav Verma created HADOOP-16505:
-

 Summary: Use custom signature algorithm for 
`fs.s3a.signing-algorithm`
 Key: HADOOP-16505
 URL: https://issues.apache.org/jira/browse/HADOOP-16505
 Project: Hadoop Common
  Issue Type: Improvement
  Components: hadoop-aws
Reporter: Saurav Verma


This would enable users to register and use custom `Signature algorithm` for 
aws s3a filesystem, passing it as value for {{fs.s3a.signing-algorithm}} in 
configuration.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org