<?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: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175050#M58162</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10146/dbialek.html" nodeid="10146"&gt;@Dominika Bialek&lt;/A&gt;, yeah, As &lt;A rel="user" href="https://community.cloudera.com/users/266/rvenkatesh.html" nodeid="266"&gt;@Ram Venkatesh&lt;/A&gt; mentioned below after I register the metastore I can see the named entry. Thankyou!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 02:56:56 GMT</pubDate>
    <dc:creator>dbalasundaran</dc:creator>
    <dc:date>2017-03-28T02:56:56Z</dc:date>
    <item>
      <title>'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175044#M58156</link>
      <description>&lt;P&gt;My aim is to save a template from HDC UI and reuse it to create a cluster via CLI. So I chose the 'Create Cluster' option from HDC UI, entered all the required fields, chose to 'Register new Hive Metastore' and added a name and JDBC Connection string, username and password for an existing RDS instance. Clicked on Create Cluster and chose to 'SHOW CLI JSON' (tried by saving the template as well). But I am not able to see any parameters regarding this Hive Metastore. Could you please let me know if that is expected or if i am missing something?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:06:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175044#M58156</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-27T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175045#M58157</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/523/dbalasundaran.html" nodeid="523"&gt;@dbalasundaran&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;The cli json contains only the name of the RDS.&lt;/P&gt;&lt;PRE&gt;"HiveMetastore": {
        "Name": "nameOfTheRDS"
    }
&lt;/PRE&gt;&lt;P&gt;With the hdc cli you can create new RDS with the register-metastore command.&lt;/P&gt;&lt;P&gt;You can get more information with&lt;/P&gt;&lt;PRE&gt;hdc register-metastore --help&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Mar 2017 22:24:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175045#M58157</guid>
      <dc:creator>bbihari</dc:creator>
      <dc:date>2017-03-27T22:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175046#M58158</link>
      <description>&lt;P&gt;My cli json doesnt have the name of RDS too&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 23:29:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175046#M58158</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-27T23:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175047#M58159</link>
      <description>&lt;P&gt;I think this is expected behavior. &lt;A rel="user" href="https://community.cloudera.com/users/310/jeff.html" nodeid="310"&gt;@jeff&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;You can use this syntax to get a correct template for your cluster, including registering a metastore as part of a cluster template:&lt;/P&gt;&lt;PRE&gt;hdc create-cluster generate-cli-skeleton --help &lt;/PRE&gt;&lt;P&gt;You'll need to add something like this to the JSON file:&lt;/P&gt;&lt;PRE&gt;"HiveMetastore": {
    "Name": "",
    "Username": "",
    "Password": "",
    "URL": "",
    "DatabaseType": "POSTGRES"
  },&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Mar 2017 01:49:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175047#M58159</guid>
      <dc:creator>Dominika</dc:creator>
      <dc:date>2017-03-28T01:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175048#M58160</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/523/dbalasundaran.html" nodeid="523" target="_blank"&gt;@dbalasundaran&lt;/A&gt;&lt;P&gt;It should show the name. See screenshot attached. &lt;/P&gt;&lt;P&gt;Which HDCloud version are you using?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14108-screen-shot-2017-03-27-at-120135-pm.png" style="width: 599px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19844iD375136C279B61DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14108-screen-shot-2017-03-27-at-120135-pm.png" alt="14108-screen-shot-2017-03-27-at-120135-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:14:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175048#M58160</guid>
      <dc:creator>Dominika</dc:creator>
      <dc:date>2019-08-18T10:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175049#M58161</link>
      <description>&lt;P style="margin-left: 60px;"&gt;&lt;A rel="user" href="https://community.cloudera.com/users/523/dbalasundaran.html" nodeid="523"&gt;@dbalasundaran&lt;/A&gt; expanding a bit more on &lt;A rel="user" href="https://community.cloudera.com/users/11913/bbihari.html" nodeid="11913"&gt;@bbihari&lt;/A&gt;'s answer above, we have two possible ways to define metastores within a HDC cluster skeleton:&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;1. Register the metastore first, either through CLI or through the UI, this creates a named metastore entry&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;2. Refer to the named metastore from your cluster creation skeleton&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;The skeleton created by the "SHOW CLI JSON" option assumes this is what you are trying to do and that it what it generates by default.&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;The alternative way is to define a metastore inline within your CLI definition (as &lt;A rel="user" href="https://community.cloudera.com/users/10146/dbialek.html" nodeid="10146"&gt;@Dominika Bialek&lt;/A&gt; illustrates above). I would recommend the first flow for automation since the intent of what you are trying to do is clearer.&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;HTH&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;Ram&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 02:46:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175049#M58161</guid>
      <dc:creator>rvenkatesh</dc:creator>
      <dc:date>2017-03-28T02:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175050#M58162</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10146/dbialek.html" nodeid="10146"&gt;@Dominika Bialek&lt;/A&gt;, yeah, As &lt;A rel="user" href="https://community.cloudera.com/users/266/rvenkatesh.html" nodeid="266"&gt;@Ram Venkatesh&lt;/A&gt; mentioned below after I register the metastore I can see the named entry. Thankyou!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 02:56:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175050#M58162</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-28T02:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: 'SHOW CLI JSON' doesn't have properties from newly registered Hive Metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175051#M58163</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/266/rvenkatesh.html" nodeid="266"&gt;@Ram Venkatesh&lt;/A&gt;. After registering the metastore I can see the named entry in my json.&lt;/P&gt;&lt;P&gt;Thankyou!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 02:57:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SHOW-CLI-JSON-doesn-t-have-properties-from-newly-registered/m-p/175051#M58163</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-28T02:57:29Z</dc:date>
    </item>
  </channel>
</rss>

