<?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: Ranger Installation Through Blueprints in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157092#M20858</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47/vperiasamy.html" nodeid="47"&gt;@vperiasamy&lt;/A&gt; How should the blueprint json be updated to account for db passwords?  Where are you supposed to enter the passwords? I'm not able to register the blueprint when I include the passwords for the db users in the blueprint json.  &lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 11:16:42 GMT</pubDate>
    <dc:creator>ashaver</dc:creator>
    <dc:date>2016-03-01T11:16:42Z</dc:date>
    <item>
      <title>Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157090#M20856</link>
      <description>&lt;P&gt;Are there still Ranger prerequisites before you can install a fresh cluster with a blueprint which includes Ranger? For example, do we still have to modify permissions on db and set the appropriate jdbc?&lt;/P&gt;&lt;PRE&gt;ambari-server setup --jdbc-db=mysql --jdbc-driver=/usr/share/java/mysql-connector-java.jar &lt;/PRE&gt;&lt;P&gt;I notice if I export a blueprint from a cluster which had Ranger installed.  If I try to use this blueprint on a new cluster, it will complain about missing jdbc-driver, and mysql permissions issues (basically the prerequisites required for Ranger). Am I missing something which would install the blueprint without extra steps?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 03:26:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157090#M20856</guid>
      <dc:creator>ashaver</dc:creator>
      <dc:date>2016-02-25T03:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157091#M20857</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2418/ashaver.html" nodeid="2418"&gt;@Anna Shaverdian&lt;/A&gt; DB pre-requisites need to be met before creating the cluster through the blueprint. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 03:29:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157091#M20857</guid>
      <dc:creator>vperiasamy</dc:creator>
      <dc:date>2016-02-25T03:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157092#M20858</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47/vperiasamy.html" nodeid="47"&gt;@vperiasamy&lt;/A&gt; How should the blueprint json be updated to account for db passwords?  Where are you supposed to enter the passwords? I'm not able to register the blueprint when I include the passwords for the db users in the blueprint json.  &lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 11:16:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157092#M20858</guid>
      <dc:creator>ashaver</dc:creator>
      <dc:date>2016-03-01T11:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157093#M20859</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2418/ashaver.html" nodeid="2418"&gt;@Anna Shaverdian&lt;/A&gt; Can you please share your blueprint? Ranger Admin's DB password settings should go in "admin-properties" section.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 12:47:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157093#M20859</guid>
      <dc:creator>vperiasamy</dc:creator>
      <dc:date>2016-03-01T12:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157094#M20860</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47/vperiasamy.html" nodeid="47"&gt;@vperiasamy&lt;/A&gt; This is the blueprint as exported directly:&lt;/P&gt;&lt;PRE&gt;{
      "admin-properties" : {
        "properties_attributes" : {
          "db_root_password" : {
            "toMask" : "true"
          },
          "audit_db_password" : {
            "toMask" : "true"
          },
          "db_password" : {
            "toMask" : "true"
          }
        },
        "properties" : {
          "audit_db_user" : "rangerlogger",
          "db_root_user" : "rangerdba",
          "DB_FLAVOR" : "MYSQL",
          "db_name" : "ranger",
          "policymgr_external_url" : "http://%HOSTGROUP::host_group_1%:6080",
          "db_user" : "rangeradmin",
          "SQL_CONNECTOR_JAR" : "/usr/share/java/mysql-connector-java.jar",
          "db_host" : "localhost",
          "audit_db_name" : "ranger_audit"
        }
      }&lt;/PRE&gt;&lt;P&gt;When in place of { "toMask" : "true"} I put "password," I see formatting errors.  What would be the correct format?  For now I put the password as the default_password in the template I define which blueprint I use.  Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 03:18:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157094#M20860</guid>
      <dc:creator>ashaver</dc:creator>
      <dc:date>2016-03-05T03:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157095#M20861</link>
      <description>&lt;P&gt;FYI: this wiki page might need to be expanded a bit but posting in case it's useful. Thx.&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Blueprint+support+for+Ranger" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/Blueprint+support+for+Ranger&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 05:54:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157095#M20861</guid>
      <dc:creator>jeff1</dc:creator>
      <dc:date>2016-04-05T05:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger Installation Through Blueprints</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157096#M20862</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2418/ashaver.html" nodeid="2418"&gt;@Anna Shaverdian&lt;/A&gt;, In addition to what has already been posted, I wanted to mention something about Blueprint exports.&lt;/P&gt;&lt;P&gt;In general, you should be able to re-use an exported Blueprint from a running cluster without any changes.  &lt;/P&gt;&lt;P&gt;There are a few exceptions,however:&lt;/P&gt;&lt;P&gt;1. Passwords: Any password properties are filtered out of the exported Blueprint, and must be added in explicitly during a redeployment attempt. &lt;/P&gt;&lt;P&gt;2. External Database Connections: I'm defining an "External" DB connection as any DB that is used by the cluster, but is not managed by Ambari.  The DB instance used by Ranger is one example, but Oozie and Hive can also use separate instances that are not managed by Ambari.  In these cases, the Blueprint export process filters out these properties, since they are not necessarily portable to the new environment.  From what I've seen in this posting, these are the kinds of properties that you'll need to add back into your Blueprint or Cluster Creation template, as the other posts have indicated. &lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 21:46:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-Installation-Through-Blueprints/m-p/157096#M20862</guid>
      <dc:creator>rnettleton</dc:creator>
      <dc:date>2016-04-06T21:46:53Z</dc:date>
    </item>
  </channel>
</rss>

