iwasakims commented on a change in pull request #615: BIGTOP-3300. Add puppet 
manifests for hadoop-kms.
URL: https://github.com/apache/bigtop/pull/615#discussion_r392641061
 
 

 ##########
 File path: bigtop-deploy/puppet/modules/hadoop/templates/core-site.xml
 ##########
 @@ -169,4 +169,11 @@
     <value>com.quantcast.qfs.hadoop.QuantcastFileSystem</value>
   </property>
 <% end -%>
+
+<% if @kms_host %>
+  <property>
+    <name>hadoop.security.key.provider.path</name>
+    <value>kms://http@<%= @kms_host %>:<%= @kms_port %>/kms</value>
 
 Review comment:
   Yes. We need additional configurations in files such as ssl-client.xml, 
ssl-server.xml and server.xml (of Tomcat) for that. I would like to address 
that in another JIRA since all services of HDFS and YARN should be cared when 
we enable HTTPS on Web-UI and REST API.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to