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

Hudson commented on HADOOP-14202:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11591 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11591/])
HADOOP-14202. fix jsvc/secure user var inconsistencies (aw: rev 
96cbb4fce2278c80b7e7e389d801ad31b97c0a61)
* (add) 
hadoop-common-project/hadoop-common/src/test/scripts/hadoop_verify_user_perm.bats
* (edit) hadoop-mapreduce-project/bin/mapred-config.sh
* (edit) hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
* (edit) hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* (edit) hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
* (add) 
hadoop-common-project/hadoop-common/src/test/scripts/hadoop_detect_priv_subcmd.bats
* (edit) hadoop-common-project/hadoop-common/src/main/bin/hadoop
* (edit) hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
* (add) 
hadoop-common-project/hadoop-common/src/test/scripts/hadoop_build_custom_subcmd_var.bats
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md
* (edit) hadoop-yarn-project/hadoop-yarn/bin/yarn
* (delete) 
hadoop-common-project/hadoop-common/src/test/scripts/hadoop_verify_user.bats
* (edit) hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md
* (add) 
hadoop-common-project/hadoop-common/src/test/scripts/hadoop_verify_user_resolves.bats
* (edit) hadoop-yarn-project/hadoop-yarn/bin/yarn-config.sh
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs-config.sh
* (edit) hadoop-mapreduce-project/bin/mapred
* (delete) 
hadoop-common-project/hadoop-common/src/test/scripts/hadoop_get_verify_uservar.bats


> fix jsvc/secure user var inconsistencies
> ----------------------------------------
>
>                 Key: HADOOP-14202
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14202
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Allen Wittenauer
>            Assignee: Allen Wittenauer
>             Fix For: 3.0.0-alpha3
>
>         Attachments: HADOOP-14202.00.patch, HADOOP-14202.01.patch, 
> HADOOP-14202.02.patch, HADOOP-14202.03.patch, HADOOP-14202.04.patch
>
>
> Post-HADOOP-13341 and (more importantly) HADOOP-13673, there has been a major 
> effort on making the configuration environment variables consistent among all 
> the projects. The vast majority of vars now look like 
> (command)_(subcommand)_(etc). Two hold outs are HADOOP_SECURE_DN_USER  and 
> HADOOP_PRIVILEGED_NFS_USER.
> Additionally, there is
> * no generic handling
> * no documentation for anyone
> * no safety checks to make sure things are defined
> In order to fix all of this, we should:
> * deprecate the previous vars using the deprecation function, updating the 
> HDFS documentation that references them
> * add generic (command)_(subcommand)_SECURE_USER support
> * add some verification for the previously mentioned var
> * add some docs to UnixShellGuide.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to