[
https://issues.apache.org/jira/browse/AMBARI-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157131#comment-14157131
]
Hudson commented on AMBARI-7615:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #460 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/460/])
AMBARI-7615. Ambari support for DataNode no longer running as root.
(dlysnichenko) (dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7da3a8e312f62ca66918ceb4ffdb413b86364e08)
* ambari-server/src/test/python/stacks/utils/RMFTestCase.py
* ambari-web/app/messages.js
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
* ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/package/scripts/params.py
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/package/scripts/utils.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
* ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_datanode.py
* ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py
> Ambari support for DataNode no longer running as root.
> ------------------------------------------------------
>
> Key: AMBARI-7615
> URL: https://issues.apache.org/jira/browse/AMBARI-7615
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 1.7.0
>
>
> This feature is new in Champlain.
> This feature is intended for use in secure (Kerberized) clusters. The full
> steps for configuration are:
> # Configure in hdfs-site.xml:
> ## Set {{dfs.data.transfer.protection}} to {{authentication}}, {{integrity}},
> or {{privacy}}. I think {{authentication}} makes sense as the default on new
> installs.
> ## Set {{dfs.datanode.address}} to use a non-privileged port, i.e.
> {{0.0.0.0:50010}}.
> ## Set {{dfs.datanode.https.address}} to use a non-privileged port, i.e.
> {{0.0.0.0:50475}}.
> ## Set {{dfs.http.policy}} to {{HTTPS_ONLY}}.
> # Start DataNode as hdfs.
> BTW, running as root using privileged ports is still a fully supported
> configuration. This should continue to be the default mode. Running as
> non-root is opt-in only, so all of the above should be optional.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)