<?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: CDH 5.5.0 - Getting Started Tables not visible though install job completed in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34776#M9964</link>
    <description>I was referring to the output of your Sqoop command - they are printed to&lt;BR /&gt;the terminal, not written to a log file. However the log snippets you did&lt;BR /&gt;post do indicate a potential problem: if Hive was pausing too much for&lt;BR /&gt;garbage collection, then Sqoop might have given up / timed out when doing&lt;BR /&gt;the import. You may not have enough memory for the services to run well.&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Dec 2015 20:05:52 GMT</pubDate>
    <dc:creator>Sean</dc:creator>
    <dc:date>2015-12-04T20:05:52Z</dc:date>
    <item>
      <title>CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34764#M9960</link>
      <description>&lt;P&gt;I had an issue with CDH 5.4 hanging. I prefered to remove it and re-install the latest version.&lt;/P&gt;&lt;P&gt;I downloaded and installed CDH 5.5 and tried to use the Getting Started.&lt;/P&gt;&lt;P&gt;After several tries, I was able to (using Community forums) complete my sudo install done correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the /user/hive/warehouse/categories finally were created correctly,. I went to Hive and Impala editor and tried to refresh table after entering Invalidate metadata command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason, I am unable to see the tables, through I see the parquet files with bytes on each of the tables (customers, departments etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help let me know if I am missing anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:51:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34764#M9960</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2022-09-16T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34766#M9961</link>
      <description>&lt;P&gt;to experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sqoop import-all-tables \&lt;BR /&gt;&amp;gt; -m 3 \&lt;BR /&gt;&amp;gt; --connect jdbc:mysql://208.113.123.213:3306/retail_db \&lt;BR /&gt;&amp;gt; --username=retail_dba \&lt;BR /&gt;&amp;gt; --password=cloudera \&lt;BR /&gt;&amp;gt; --compression-codec=snappy \&lt;BR /&gt;&amp;gt; --as-parquetfile \&lt;BR /&gt;&amp;gt; --warehouse-dir=/user/hive/warehouse \&lt;BR /&gt;&amp;gt; --hive-import&lt;BR /&gt;was the original command I used (after cleaning files)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;should I redo (after deleting connected folders) using&lt;BR /&gt;&lt;BR /&gt;sqoop import-all-tables \&lt;BR /&gt;&amp;gt; -m 3 \&lt;BR /&gt;&amp;gt; --connect jdbc:mysql://208.113.123.213:3306/retail_db \&lt;BR /&gt;&amp;gt; --username=retail_dba \&lt;BR /&gt;&amp;gt; --password=cloudera \&lt;BR /&gt;&amp;gt; --compression-codec=snappy \&lt;BR /&gt;&amp;gt; --as-avrofile \&lt;BR /&gt;&amp;gt; --warehouse-dir=/user/hive/warehouse \&lt;BR /&gt;&amp;gt; --hive-import&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 18:27:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34766#M9961</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2015-12-04T18:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34767#M9962</link>
      <description>Can you post the output of your Sqoop job? I'm wondering if there were errors when it was doing the --hive-import part. There's 2 stages: writing the files in the new data format to HDFS, and then defining the schema for the tables in Hive's Metastore. It sounds like that 2nd stage failed...</description>
      <pubDate>Fri, 04 Dec 2015 18:43:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34767#M9962</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-12-04T18:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34770#M9963</link>
      <description>&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;Should I look in the log files under var/log/hive/ ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the file location though for the successful process (for&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / user/ hive/ warehouse/ products)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name &amp;nbsp;&amp;nbsp; &amp;nbsp;Size &amp;nbsp;&amp;nbsp; &amp;nbsp;User &amp;nbsp;&amp;nbsp; &amp;nbsp;Group &amp;nbsp;&amp;nbsp; &amp;nbsp;Permissions &amp;nbsp;&amp;nbsp; &amp;nbsp;Date&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;cloudera &amp;nbsp;&amp;nbsp; &amp;nbsp;supergroup &amp;nbsp;&amp;nbsp; &amp;nbsp;drwxr-xr-x &amp;nbsp;&amp;nbsp; &amp;nbsp;December 03, 2015 09:47 PM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;. &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;cloudera &amp;nbsp;&amp;nbsp; &amp;nbsp;supergroup &amp;nbsp;&amp;nbsp; &amp;nbsp;drwxr-xr-x &amp;nbsp;&amp;nbsp; &amp;nbsp;December 03, 2015 09:47 PM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.metadata &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;cloudera &amp;nbsp;&amp;nbsp; &amp;nbsp;supergroup &amp;nbsp;&amp;nbsp; &amp;nbsp;drwxr-xr-x &amp;nbsp;&amp;nbsp; &amp;nbsp;December 03, 2015 09:47 PM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.signals &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;cloudera &amp;nbsp;&amp;nbsp; &amp;nbsp;supergroup &amp;nbsp;&amp;nbsp; &amp;nbsp;drwxr-xr-x &amp;nbsp;&amp;nbsp; &amp;nbsp;December 03, 2015 09:47 PM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;6f7ab0da-3cbf-40ee-a74a-d73683c68c91.parquet &amp;nbsp;&amp;nbsp; &amp;nbsp;43.8 KB &amp;nbsp;&amp;nbsp; &amp;nbsp;cloudera &amp;nbsp;&amp;nbsp; &amp;nbsp;supergroup &amp;nbsp;&amp;nbsp; &amp;nbsp;-rw-r--r-- &amp;nbsp;&amp;nbsp; &amp;nbsp;December 03, 2015 09:47 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hive-metastore.log file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2015-12-04 10:12:55,165 WARN&amp;nbsp; [org.apache.hadoop.hive.common.JvmPauseMonitor$Monitor@33267d64]: common.JvmPauseMonitor (JvmPauseMonitor.java:run(188)) - Detected pause in JVM or host machine (eg GC): pause of approximately 12002ms&lt;BR /&gt;No GCs detected&lt;BR /&gt;2015-12-04 10:13:41,510 WARN&amp;nbsp; [org.apache.hadoop.hive.common.JvmPauseMonitor$Monitor@33267d64]: common.JvmPauseMonitor (JvmPauseMonitor.java:run(188)) - Detected pause in JVM or host machine (eg GC): pause of approximately 13720ms&lt;BR /&gt;No GCs detected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 18:54:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34770#M9963</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2015-12-04T18:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34776#M9964</link>
      <description>I was referring to the output of your Sqoop command - they are printed to&lt;BR /&gt;the terminal, not written to a log file. However the log snippets you did&lt;BR /&gt;post do indicate a potential problem: if Hive was pausing too much for&lt;BR /&gt;garbage collection, then Sqoop might have given up / timed out when doing&lt;BR /&gt;the import. You may not have enough memory for the services to run well.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2015 20:05:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34776#M9964</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-12-04T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34783#M9965</link>
      <description>&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the recommended memory.&lt;/P&gt;&lt;P&gt;I have used 3, 4, 6 on CDH 5.4 and even up to 8MB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i try the sudo code using avrotable instead of parquet option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 22:54:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34783#M9965</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2015-12-04T22:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34784#M9966</link>
      <description>Well there are a lot of variables so a simple "minimum requirement" is a&lt;BR /&gt;tough number to give. The tutorial was originally written for a 4-node&lt;BR /&gt;cluster with 16 GB of RAM per node, and that's a little bit small for the&lt;BR /&gt;master node. The QuickStart VM has a version of the tutorial with a smaller&lt;BR /&gt;dataset. You can get away with 4 GB (but this includes the graphical&lt;BR /&gt;desktop, so let's say 3 GB for a server) if you don't use Cloudera Manager&lt;BR /&gt;and manage everything yourself (note that this is pretty complex). If you&lt;BR /&gt;use the "Cloudera Express" option for Cloudera Manager, 8 GB is the&lt;BR /&gt;absolute minimum, and if you're going to try out "Cloudera Enterprise" you&lt;BR /&gt;need at least 10 GB. But the number of nodes, exactly which services you're&lt;BR /&gt;running, exactly what else is going on on the machines, etc. all affects&lt;BR /&gt;this.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2015 23:04:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34784#M9966</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-12-04T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34787#M9967</link>
      <description>&lt;DIV class="yj6qo ajU"&gt;&lt;DIV class="ajR"&gt;To answer your other question though, I wouldn't expect a different data format to make a difference here. There's enough competition for memory on the system that Hive is constantly doing garbage collection, and that shouldn't have anything to do with what format Sqoop is using for the data.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Dec 2015 23:41:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34787#M9967</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-12-04T23:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34788#M9968</link>
      <description>&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;I understand.&lt;/P&gt;&lt;P&gt;I am trying to emphasize here that the job did finally run without delay or failure. It did put 6 or so tables in the directory.&lt;/P&gt;&lt;P&gt;But the job didnt show those tables on Hive or Impala editor.&lt;/P&gt;&lt;P&gt;I tried to add the table using the file option but the parquet format didnt seem to convert well for the table to show up.&lt;/P&gt;&lt;P&gt;Bottom line, the sqoop job put the file where it should be put but I just dont see it showing up on the editor (database does not reflects those tables have been created,&lt;/P&gt;&lt;P&gt;That is why I am asking are there other ways to get the table to show.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I need CM or CM Enterprise I would choose another laptop. Right now I have a regular laptop for my learning and demo purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 23:52:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34788#M9968</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2015-12-04T23:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34790#M9969</link>
      <description>Remember that schema and data are two separate things in Hadoop. The files&lt;BR /&gt;in the directory, they are simply data files. For tables to show up in Hive&lt;BR /&gt;or Impala, you have to import or define the schema for those tables in Hive&lt;BR /&gt;Metastore. I believe the reason you're not seeing the tables is because the&lt;BR /&gt;logs you posted show that Hive is constantly struggling with garbage&lt;BR /&gt;collection. My guess is that Sqoop tried to import the schema into Hive but&lt;BR /&gt;timed out - but I don't know for sure unless you can post the text&lt;BR /&gt;outputted of the Sqoop command.&lt;BR /&gt;&lt;BR /&gt;To be clear - are you running a QuickStart VM? I'm a little unclear on&lt;BR /&gt;exactly what your environment is.&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Dec 2015 00:07:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34790#M9969</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-12-05T00:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34791#M9970</link>
      <description>&lt;P&gt;Sean - yes, it is a Cloudera Quickstart VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I deleted CDH 5.4 I was using for 4 - 6 weeks since I had some issue and Windows upgrade.&lt;/P&gt;&lt;P&gt;Loading CDH 5.5 is what caused this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2015 00:13:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34791#M9970</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2015-12-05T00:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.5.0 - Getting Started Tables not visible though install job completed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34797#M9971</link>
      <description>&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;It finally worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After your inputs and reading several of your replies on other posts, I did the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. On my Cloudera VM i reset the memory to 8GB. I had others I removed (2 other images).&lt;/P&gt;&lt;P&gt;2. I restarted the VM and deleted the files under hive with this command - sudo -u hdfs hadoop fs -rm -r /user/hive/warehouse/\*&lt;/P&gt;&lt;P&gt;3. I redid the sudo comand per tutorial 1 using&lt;/P&gt;&lt;P&gt;sqoop import-all-tables \&lt;BR /&gt;-m 3 \&lt;BR /&gt;--connect jdbc:mysql://208.113.123.213:3306/retail_db \&lt;BR /&gt;--username=retail_dba \&lt;BR /&gt;--password=cloudera \&lt;BR /&gt;--compression-codec=snappy \&lt;BR /&gt;--as-avrofile \&lt;BR /&gt;--warehouse-dir=/user/hive/warehouse \&lt;BR /&gt;--hive-import&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note - I used the avro format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. After job finished, I went to Hive Editor and refreshed Database. After refresh, it showed the 6 tables I was expecting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. I then went to Impala editor and did the same refresh (after Invalidate metadata; show tables:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. Next, I went to the tables and looked at table statistics. That ran a job and I found the table entries started showing up (statistics updated with row, byte size etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line, the avro format worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to work on the table right now so I did not use the parquet file format. I shall retry this once my immediate work is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without your assistance on ths particular posts and without reading your other posts this would not have been solved&lt;/P&gt;&lt;P&gt;I thank you for that and appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2015 01:11:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-5-5-0-Getting-Started-Tables-not-visible-though-install/m-p/34797#M9971</guid>
      <dc:creator>sivaj</dc:creator>
      <dc:date>2015-12-05T01:11:01Z</dc:date>
    </item>
  </channel>
</rss>

