Skip to content
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

HDFS-15312. Apply umask when creating directory by WebHDFS #2095

Closed
wants to merge 9 commits into from
Closed

HDFS-15312. Apply umask when creating directory by WebHDFS #2095

wants to merge 9 commits into from

Conversation

NickyYe
Copy link
Contributor

@NickyYe NickyYe commented Jun 24, 2020

NOTICE

Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

https://issues.apache.org/jira/browse/HDFS-15312

@NickyYe NickyYe closed this Jun 24, 2020
@NickyYe NickyYe deleted the HDFS-15312 branch June 24, 2020 07:30
@goiri goiri changed the title HDFS-15417. Apply umask when creating directory by WebHDFS HDFS-15312. Apply umask when creating directory by WebHDFS Jun 25, 2020
@@ -361,6 +378,23 @@ public RouterRpcServer(Configuration configuration, Router router,
this.nnProto = new RouterNamenodeProtocol(this);
this.clientProto = new RouterClientProtocol(conf, this);
this.routerProto = new RouterUserProtocol(this);

long dnCacheExpire = conf.getTimeDuration(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not really match the description right? I think you just took it from the other JIRA?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is closed, it was by mistake.

I have updated the link to #2096.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants