<?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: How to use blueprints with pre-created accounts for services in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179002#M61425</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/177/pminovic.html" nodeid="177"&gt;@Predrag Minovic&lt;/A&gt;&lt;P&gt; Awesome! Thank you. &lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2017 21:06:23 GMT</pubDate>
    <dc:creator>james_jones</dc:creator>
    <dc:date>2017-05-19T21:06:23Z</dc:date>
    <item>
      <title>How to use blueprints with pre-created accounts for services</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179000#M61423</link>
      <description>&lt;P&gt;Is there a way to use blueprints assuming we have pre-created service accounts (created in AD/Centrify), and if so, which I could use some help. I assume that in the blueprints I could add properties something like this: &lt;/P&gt;&lt;P&gt;"spark_user" : "svcspark",&lt;/P&gt;&lt;P&gt;"spark_group" : "svcspark"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Part 1 of this question&lt;/STRONG&gt; -- Will that cause Spark to run as svcspark?&lt;/P&gt;&lt;P&gt;Also, related to this, I noticed there are now 3 options (checkboxes) in Ambari 2.5.0.3 which may relate to pre-created accounts. These are found under Misc when adding a service:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Skip group modifications&lt;/LI&gt;&lt;LI&gt;Have Ambari manage UIDs&lt;/LI&gt;&lt;LI&gt;Whether to skip creating users and groups in a sysprepped cluster&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Part 2 of this question&lt;/STRONG&gt; -- Can these be set in blueprints and if so, how?&lt;/P&gt;&lt;P&gt;Our plan is to use blueprints but we need to create all service accounts in AD/Centrify before Ambari or services are installed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 10:28:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179000#M61423</guid>
      <dc:creator>james_jones</dc:creator>
      <dc:date>2017-05-19T10:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use blueprints with pre-created accounts for services</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179001#M61424</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2229/jamesjones.html" nodeid="2229"&gt;@james.jones&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The answer is Yes to both your questions.&lt;/P&gt;&lt;P&gt;Regarding Spark user and group, in "spark-env" block of "configurations" you can set exactly what you said:&lt;/P&gt;&lt;PRE&gt;"spark_user" : "svcspark",
"spark_group" : "svcspark"
&lt;/PRE&gt;&lt;P&gt;and yes, Spark will run as svcspark. Regarding Part 2, those settings can be provided in the "cluster-env" block. Property names and defaults are &lt;/P&gt;&lt;PRE&gt;"ignore_groupsusers_create" : "false",
"override_uid" : "true",
"sysprep_skip_create_users_and_groups" : "false",&lt;/PRE&gt;&lt;P&gt;The best way to familiarize with these and other "obscure" properties is to export a blueprint from an existing cluster, and explore cluster-env and other config blocks. HTH.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 21:02:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179001#M61424</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2017-05-19T21:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use blueprints with pre-created accounts for services</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179002#M61425</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/177/pminovic.html" nodeid="177"&gt;@Predrag Minovic&lt;/A&gt;&lt;P&gt; Awesome! Thank you. &lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 21:06:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179002#M61425</guid>
      <dc:creator>james_jones</dc:creator>
      <dc:date>2017-05-19T21:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use blueprints with pre-created accounts for services</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179003#M61426</link>
      <description>&lt;P&gt;Can someone explain about these settings functionality? especially No.3, what does ambari do when we check them?&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Skip group modifications&lt;/LI&gt;&lt;LI&gt;Have Ambari manage UIDs&lt;/LI&gt;&lt;LI&gt;Whether to skip creating users and groups in a sysprepped cluster&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 18 Aug 2017 05:02:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-blueprints-with-pre-created-accounts-for-services/m-p/179003#M61426</guid>
      <dc:creator>avinash_panduga</dc:creator>
      <dc:date>2017-08-18T05:02:52Z</dc:date>
    </item>
  </channel>
</rss>

