cluster-env.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <!--
  4. /**
  5. * Licensed to the Apache Software Foundation (ASF) under one
  6. * or more contributor license agreements. See the NOTICE file
  7. * distributed with this work for additional information
  8. * regarding copyright ownership. The ASF licenses this file
  9. * to you under the Apache License, Version 2.0 (the
  10. * "License"); you may not use this file except in compliance
  11. * with the License. You may obtain a copy of the License at
  12. *
  13. * http://www.apache.org/licenses/LICENSE-2.0
  14. *
  15. * Unless required by applicable law or agreed to in writing, software
  16. * distributed under the License is distributed on an "AS IS" BASIS,
  17. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18. * See the License for the specific language governing permissions and
  19. * limitations under the License.
  20. */
  21. -->
  22. <configuration>
  23. <property>
  24. <name>security_enabled</name>
  25. <value>false</value>
  26. <description>Hadoop Security</description>
  27. </property>
  28. <property>
  29. <name>kerberos_domain</name>
  30. <value>EXAMPLE.COM</value>
  31. <description>Kerberos realm.</description>
  32. </property>
  33. <property>
  34. <name>ignore_groupsusers_create</name>
  35. <value>false</value>
  36. <description>Whether to ignore failures on users and group creation</description>
  37. </property>
  38. <property>
  39. <name>smokeuser</name>
  40. <value>ambari-qa</value>
  41. <property-type>USER</property-type>
  42. <description>User executing service checks</description>
  43. </property>
  44. <property>
  45. <name>smokeuser_keytab</name>
  46. <value>/etc/security/keytabs/smokeuser.headless.keytab</value>
  47. <description>Path to smoke test user keytab file</description>
  48. </property>
  49. <property>
  50. <name>user_group</name>
  51. <value>hadoop</value>
  52. <property-type>GROUP</property-type>
  53. <description>Hadoop user group.</description>
  54. </property>
  55. </configuration>