<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Customized service accounts with Ambari BluePrint in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101916#M14541</link>
    <description>&lt;P&gt;I set below properties in blueprint still its creating some groups and users &lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "kafka-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"kafka_user" : "{{ ambari_user_prefix }}-kafka"&lt;/STRONG&gt;&lt;BR /&gt;  }}},&lt;BR /&gt;  {&lt;BR /&gt;  "ams-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"ambari_metrics_user" : "{{ ambari_user_prefix }}-ams"&lt;BR /&gt;  }&lt;/STRONG&gt;}},&lt;BR /&gt;  {&lt;BR /&gt;  "zookeeper-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"zk_user" : "{{ ambari_user_prefix }}-zookeeper"&lt;/STRONG&gt;&lt;BR /&gt;  }}},&lt;BR /&gt;  {&lt;BR /&gt;  "cluster-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"user_group" : "{{ ambari_user_prefix }}-hadoop",&lt;BR /&gt;  "smokeuser" : "{{ ambari_user_prefix }}-ambari-qa"&lt;/STRONG&gt;&lt;BR /&gt;  }},{&lt;BR /&gt;  "hbase-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"hbase_user" : "{{ ambari_user_prefix }}-hbase",&lt;/STRONG&gt;&lt;BR /&gt;  }}},&lt;BR /&gt;  {&lt;BR /&gt;  "hadoop-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"hdfs_user" : "{{ ambari_user_prefix }}-hdfs",&lt;/STRONG&gt;&lt;BR /&gt;}}},&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "hdfs-site" : {&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"dfs.permissions.superusergroup" : "{{ ambari_user_prefix }}-hdfs",&lt;BR /&gt;  "dfs.cluster.administrators" : " {{ ambari_user_prefix }}-hdfs",&lt;BR /&gt;  "dfs.block.local-path-access.user" : "{{ ambari_user_prefix }}-hbase"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "kafka-broker" : {&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"kafka.ganglia.metrics.group" : "{{ ambari_user_prefix }}-kafka"&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;}&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "core-site" : {&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"hadoop.proxyuser.{{ ambari_user_prefix }}-hbase.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-hbase.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-hdfs.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-hdfs.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-kafka.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-kafka.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-zookeeper.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-zookeeper.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-mapred.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-mapred.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-yarn.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-yarn.hosts" : "*",&lt;/STRONG&gt;&lt;BR /&gt;  "fs.defaultFS" : "hdfs://{{ ambari_cluster_name }}",&lt;BR /&gt;  "ha.zookeeper.quorum" : "%HOSTGROUP::master_0%:12181,%HOSTGROUP::master_1%:12181,%HOSTGROUP::master_2%:12181"&lt;BR /&gt;  }&lt;BR /&gt;  &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Groups created &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;vcp-9999-hdfs:x:16031:vcp-9999-hdfs&lt;BR /&gt;vcp-9999-hadoop:x:16032:vcp-9999-zookeeper,vcp-9999-hbase,vcp-9999-kafka,vcp-9999-ams,vcp-9999-hdfs&lt;BR /&gt;&lt;STRONG&gt;zookeeper:x:498:&lt;BR /&gt;hadoop:x:497:&lt;BR /&gt;yarn:x:496:&lt;BR /&gt;mapred:x:495:&lt;BR /&gt;hdfs:x:494:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Users created&lt;/STRONG&gt;&lt;BR /&gt;vcp-9999-zookeeper:x:16028:16032::/home/vcp-9999-zookeeper:/bin/bash&lt;BR /&gt;vcp-9999-hbase:x:16031:16032::/home/vcp-9999-hbase:/bin/bash&lt;BR /&gt;vcp-9999-ambari-qa:x:16034:16032::/home/vcp-9999-ambari-qa:/bin/bash&lt;BR /&gt;vcp-9999-kafka:x:16035:16032::/home/vcp-9999-kafka:/bin/bash&lt;BR /&gt;vcp-9999-ams:x:16038:16032::/home/vcp-9999-ams:/bin/bash&lt;BR /&gt;vcp-9999-hdfs:x:16039:16032::/home/vcp-9999-hdfs:/bin/bash&lt;BR /&gt;&lt;STRONG&gt;kafka:x:995:492:KAFKA:/home/kafka:/bin/bash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can any one help to explain that why groups and users created ( in bold text) even though I have added properties.&lt;/P&gt;&lt;P&gt;How can we remove these users at the time of creation.&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;  &lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2018 22:12:34 GMT</pubDate>
    <dc:creator>manisha_pande</dc:creator>
    <dc:date>2018-03-26T22:12:34Z</dc:date>
    <item>
      <title>Customized service accounts with Ambari BluePrint</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101912#M14537</link>
      <description>&lt;P&gt;How can I Provide customized service accounts in Ambari Blueprint.Any references can help us.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2016 03:32:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101912#M14537</guid>
      <dc:creator>Arun-</dc:creator>
      <dc:date>2016-01-09T03:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customized service accounts with Ambari BluePrint</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101913#M14538</link>
      <description>&lt;P&gt;here's blueprint &lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Blueprints"&gt;reference api&lt;/A&gt;. &lt;A rel="user" href="https://community.cloudera.com/users/312/avoma.html" nodeid="312"&gt;@avoma&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2016 03:37:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101913#M14538</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-09T03:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customized service accounts with Ambari BluePrint</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101914#M14539</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/312/avoma.html" nodeid="312"&gt;@avoma&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits &lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Blueprint API Doesn't cover how to set custom service accounts like :&lt;/P&gt;&lt;P&gt;hdptest-ambari-qa instead of ambari-qa as smokeuser. &lt;/P&gt;&lt;P&gt;We can do this using Service accounts in Ambari UI.
But Through blueprint it should be with &amp;lt;app&amp;gt;-env properties  like :&lt;/P&gt;&lt;PRE&gt;"core-site" : {
  "properties" : {
  "hadoop.proxyuser.{{ cluster_name }}-hcat.hosts" : "*",
  "hadoop.proxyuser.{{ cluster_name }}-hcat.groups" : "*",
  "hadoop.proxyuser.{{ cluster_name }}-hive.groups" : "*",
  "hadoop.proxyuser.{{ cluster_name }}-hdfs.groups" : "*",
  "hadoop.proxyuser.{{ cluster_name }}-hdfs.hosts" : "*",
  "hadoop.proxyuser.{{ cluster_name }}-hive.hosts" : "*"
}}&lt;/PRE&gt;&lt;PRE&gt;"hadoop-env": {
  "properties": {
     "hdfs_user" : "{{ cluster_name }}-hdfs"
 }}&lt;/PRE&gt;&lt;PRE&gt;"hive-env" : {
  "properties" : {
     "webhcat_user" : "{{ cluster_name }}-hcat",
     "hive_user" : "{{ cluster_name }}-hive",
     "hcat_user" : "{{ cluster_name }}-hcat"
}}&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 16:05:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101914#M14539</guid>
      <dc:creator>ayalamanchili</dc:creator>
      <dc:date>2016-09-16T16:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customized service accounts with Ambari BluePrint</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101915#M14540</link>
      <description>&lt;P&gt;Thanks All !!&lt;/P&gt;&lt;P&gt;Let me try...Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:43:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101915#M14540</guid>
      <dc:creator>manisha_pande</dc:creator>
      <dc:date>2018-03-22T17:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customized service accounts with Ambari BluePrint</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101916#M14541</link>
      <description>&lt;P&gt;I set below properties in blueprint still its creating some groups and users &lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "kafka-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"kafka_user" : "{{ ambari_user_prefix }}-kafka"&lt;/STRONG&gt;&lt;BR /&gt;  }}},&lt;BR /&gt;  {&lt;BR /&gt;  "ams-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"ambari_metrics_user" : "{{ ambari_user_prefix }}-ams"&lt;BR /&gt;  }&lt;/STRONG&gt;}},&lt;BR /&gt;  {&lt;BR /&gt;  "zookeeper-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"zk_user" : "{{ ambari_user_prefix }}-zookeeper"&lt;/STRONG&gt;&lt;BR /&gt;  }}},&lt;BR /&gt;  {&lt;BR /&gt;  "cluster-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"user_group" : "{{ ambari_user_prefix }}-hadoop",&lt;BR /&gt;  "smokeuser" : "{{ ambari_user_prefix }}-ambari-qa"&lt;/STRONG&gt;&lt;BR /&gt;  }},{&lt;BR /&gt;  "hbase-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"hbase_user" : "{{ ambari_user_prefix }}-hbase",&lt;/STRONG&gt;&lt;BR /&gt;  }}},&lt;BR /&gt;  {&lt;BR /&gt;  "hadoop-env" : {&lt;BR /&gt;  "properties_attributes" : { },&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"hdfs_user" : "{{ ambari_user_prefix }}-hdfs",&lt;/STRONG&gt;&lt;BR /&gt;}}},&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "hdfs-site" : {&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"dfs.permissions.superusergroup" : "{{ ambari_user_prefix }}-hdfs",&lt;BR /&gt;  "dfs.cluster.administrators" : " {{ ambari_user_prefix }}-hdfs",&lt;BR /&gt;  "dfs.block.local-path-access.user" : "{{ ambari_user_prefix }}-hbase"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "kafka-broker" : {&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"kafka.ganglia.metrics.group" : "{{ ambari_user_prefix }}-kafka"&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;}&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;  "core-site" : {&lt;BR /&gt;  "properties" : {&lt;BR /&gt;  &lt;STRONG&gt;"hadoop.proxyuser.{{ ambari_user_prefix }}-hbase.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-hbase.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-hdfs.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-hdfs.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-kafka.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-kafka.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-zookeeper.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-zookeeper.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-mapred.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-mapred.hosts" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-yarn.groups" : "*",&lt;BR /&gt;  "hadoop.proxyuser.{{ ambari_user_prefix }}-yarn.hosts" : "*",&lt;/STRONG&gt;&lt;BR /&gt;  "fs.defaultFS" : "hdfs://{{ ambari_cluster_name }}",&lt;BR /&gt;  "ha.zookeeper.quorum" : "%HOSTGROUP::master_0%:12181,%HOSTGROUP::master_1%:12181,%HOSTGROUP::master_2%:12181"&lt;BR /&gt;  }&lt;BR /&gt;  &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Groups created &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;vcp-9999-hdfs:x:16031:vcp-9999-hdfs&lt;BR /&gt;vcp-9999-hadoop:x:16032:vcp-9999-zookeeper,vcp-9999-hbase,vcp-9999-kafka,vcp-9999-ams,vcp-9999-hdfs&lt;BR /&gt;&lt;STRONG&gt;zookeeper:x:498:&lt;BR /&gt;hadoop:x:497:&lt;BR /&gt;yarn:x:496:&lt;BR /&gt;mapred:x:495:&lt;BR /&gt;hdfs:x:494:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Users created&lt;/STRONG&gt;&lt;BR /&gt;vcp-9999-zookeeper:x:16028:16032::/home/vcp-9999-zookeeper:/bin/bash&lt;BR /&gt;vcp-9999-hbase:x:16031:16032::/home/vcp-9999-hbase:/bin/bash&lt;BR /&gt;vcp-9999-ambari-qa:x:16034:16032::/home/vcp-9999-ambari-qa:/bin/bash&lt;BR /&gt;vcp-9999-kafka:x:16035:16032::/home/vcp-9999-kafka:/bin/bash&lt;BR /&gt;vcp-9999-ams:x:16038:16032::/home/vcp-9999-ams:/bin/bash&lt;BR /&gt;vcp-9999-hdfs:x:16039:16032::/home/vcp-9999-hdfs:/bin/bash&lt;BR /&gt;&lt;STRONG&gt;kafka:x:995:492:KAFKA:/home/kafka:/bin/bash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can any one help to explain that why groups and users created ( in bold text) even though I have added properties.&lt;/P&gt;&lt;P&gt;How can we remove these users at the time of creation.&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;  &lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 22:12:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customized-service-accounts-with-Ambari-BluePrint/m-p/101916#M14541</guid>
      <dc:creator>manisha_pande</dc:creator>
      <dc:date>2018-03-26T22:12:34Z</dc:date>
    </item>
  </channel>
</rss>

