-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17255. JavaKeyStoreProvider fails to create a new key if the keystore is HDFS #2291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
+1 for the better errors. You know in #743 I'm going to make rename/3 public in FileSystem too, so we can move the code in distcp etc to using it? |
|
Akira -I'm +1 on this...commit at your leisure |
|
Thank you @steveloughran for your review. The unit test failure is related. I'll fix this before merging.
Agreed. |
jojochuang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Use the new rename API in JavaKeyStoreProvider#renameOrFail.
JIRA: https://issues.apache.org/jira/browse/HADOOP-17255