<?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: Describe Database Extended not displaying additional information in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184222#M80729</link>
    <description>&lt;P&gt;
	&lt;A href="https://community.hortonworks.com/users/83389/hai-pbk.html"&gt;&lt;EM&gt;@Bal P&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;
	I tried replicating your error on my kerberized  cluster, the only difference I used a &lt;STRONG&gt;HDFS&lt;/STRONG&gt; path for user hive  /user/hive other than a local &lt;STRONG&gt;FS&lt;/STRONG&gt; in your case &lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;'/home/abc/Sample' &lt;/EM&gt;&lt;/STRONG&gt;&lt;I&gt;and the database was created&lt;/I&gt;&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; create database if not exists practice comment "This database was created for practice purpose" location '/home/hive/test' with dbproperties('Date'='2018-07-15','created by'='Developer','Email'='developer@dev.com');&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Output of created database&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;$ hdfs dfs -ls /user/hive
Found 3 items
drwx------   - hive hdfs          0 2018-07-14 20:00 /user/hive/.Trash
drwxr-xr-x   - hive hdfs          0 2018-07-12 16:37 /user/hive/.hiveJars
drwxr-xr-x   - hive hdfs          0 2018-07-15 10:25 /user/hive/test
&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;
	And when I run  the &lt;STRONG&gt;describe&lt;/STRONG&gt; all looked perfect !!!!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;
	&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hive works on top of the hadoop meaning it uses the hdfs for storage,by default it stores all databases in /apps/hive/warehouse/* unless in the table creation one uses the clause &lt;STRONG&gt;external&lt;/STRONG&gt; keyword to point to an alternative path.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you confirm that you have this path in hdfs ?&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;/abcdhdfs/apps/hive/warehouse&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Jul 2018 16:05:07 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2018-07-15T16:05:07Z</dc:date>
    <item>
      <title>Describe Database Extended not displaying additional information</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184220#M80727</link>
      <description>&lt;P&gt;"describe database" and "describe extended database"  --&amp;gt; displaying same information&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hive &amp;gt; create database if not exists practice comment "This database was created for practice purpose" location '/home/abc/Sample' with dbproperties('Date'='2018-07-15','createdby'='Developer','Email'='developer@dev.com');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OK &lt;/P&gt;&lt;P&gt;Time taken: 0.018 seconds &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hive&amp;gt; describe database practice; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OK &lt;/P&gt;&lt;P&gt;practice                hdfs://abcdhdfs/apps/hive/warehouse/practice.db abc USER
Time taken: 0.122 seconds, Fetched: 1 row(s)&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hive&amp;gt; describe database extended  practice;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;OK &lt;/P&gt;&lt;P&gt;practice                hdfs://abcdhdfs/apps/hive/warehouse/practice.db abc USER
Time taken: 0.123 seconds, Fetched: 1 row(s)&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2018 12:54:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184220#M80727</guid>
      <dc:creator>hai_pbk</dc:creator>
      <dc:date>2018-07-15T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Describe Database Extended not displaying additional information</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184221#M80728</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/83389/hai-pbk.html" nodeid="83389"&gt;@Bal P&lt;/A&gt;!&lt;BR /&gt;Hm, that's kinda strange.&lt;BR /&gt;One thing made me curious, you have tried to create the database pointing to /home/abc/Sample and the DB got another path.. &lt;BR /&gt;hdfs://abcdhdfs/apps/hive/warehouse/practice.db. Did you try to drop the database and recreate it again?&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2018 14:21:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184221#M80728</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-07-15T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Describe Database Extended not displaying additional information</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184222#M80729</link>
      <description>&lt;P&gt;
	&lt;A href="https://community.hortonworks.com/users/83389/hai-pbk.html"&gt;&lt;EM&gt;@Bal P&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;
	I tried replicating your error on my kerberized  cluster, the only difference I used a &lt;STRONG&gt;HDFS&lt;/STRONG&gt; path for user hive  /user/hive other than a local &lt;STRONG&gt;FS&lt;/STRONG&gt; in your case &lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;'/home/abc/Sample' &lt;/EM&gt;&lt;/STRONG&gt;&lt;I&gt;and the database was created&lt;/I&gt;&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; create database if not exists practice comment "This database was created for practice purpose" location '/home/hive/test' with dbproperties('Date'='2018-07-15','created by'='Developer','Email'='developer@dev.com');&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Output of created database&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;$ hdfs dfs -ls /user/hive
Found 3 items
drwx------   - hive hdfs          0 2018-07-14 20:00 /user/hive/.Trash
drwxr-xr-x   - hive hdfs          0 2018-07-12 16:37 /user/hive/.hiveJars
drwxr-xr-x   - hive hdfs          0 2018-07-15 10:25 /user/hive/test
&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;
	And when I run  the &lt;STRONG&gt;describe&lt;/STRONG&gt; all looked perfect !!!!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;
	&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hive works on top of the hadoop meaning it uses the hdfs for storage,by default it stores all databases in /apps/hive/warehouse/* unless in the table creation one uses the clause &lt;STRONG&gt;external&lt;/STRONG&gt; keyword to point to an alternative path.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you confirm that you have this path in hdfs ?&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;/abcdhdfs/apps/hive/warehouse&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2018 16:05:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Describe-Database-Extended-not-displaying-additional/m-p/184222#M80729</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-07-15T16:05:07Z</dc:date>
    </item>
  </channel>
</rss>

