<?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: When i run the query it's executed but the output is not display in hive? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289600#M214362</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/13587"&gt;@venkatsambath&lt;/a&gt;It's working thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 06:34:19 GMT</pubDate>
    <dc:creator>surendaran</dc:creator>
    <dc:date>2020-02-12T06:34:19Z</dc:date>
    <item>
      <title>When i run the query it's executed but the output is not display in hive?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289491#M214293</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2020-02-10 16:28:56 Starting to launch local task to process map join; maximum memory = 477626368&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SELECT n.Id,&lt;BR /&gt;t.job_id,&lt;BR /&gt;t.job_title,&lt;BR /&gt;n.Name,&lt;BR /&gt;n.Email,&lt;BR /&gt;n.Mobile_Number,&lt;BR /&gt;n.Education,&lt;BR /&gt;n.Total_Experiance,&lt;BR /&gt;n.project_id,&lt;BR /&gt;((count(n.new_skills)*100)/s.skill_count) Average&lt;BR /&gt;FROM&lt;BR /&gt;rmt_demo.resume_convert n&lt;BR /&gt;JOIN&lt;BR /&gt;rmt_demo.job_description_convert t ON n.new_skills = t.skills and n.job_position = t.job_title&lt;BR /&gt;JOIN&lt;BR /&gt;rmt_demo.skill_count s ON n.job_position = s.job_title&lt;BR /&gt;JOIN&lt;BR /&gt;rmt_demo.education e ON n.education = e.education&lt;BR /&gt;GROUP BY&lt;BR /&gt;n.Id,t.job_id,t.job_title, n.Name, n.Email, n.Mobile_Number, n.Education, n.Total_Experiance,n.project_id,s.skill_count;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hive.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26308i8C2782AA4B2F1B1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Hive.png" alt="Hive.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 07:39:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289491#M214293</guid>
      <dc:creator>surendaran</dc:creator>
      <dc:date>2020-02-11T07:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: When i run the query it's executed but the output is not display in hive?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289492#M214294</link>
      <description>&lt;P&gt;What version of CDH/HDP are you trying this on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per the query you shared you are running a insert query and for insert you wont see any results on the console? Are you trying to run another select query after this insert query which is not showing results?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What results do you get for this query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT n.Id,
t.job_id,
t.job_title,
n.Name,
n.Email,
n.Mobile_Number,
n.Education,
n.Total_Experiance,
n.project_id,
((count(n.new_skills)*100)/s.skill_count) Average
FROM
rmt_demo.resume_convert n
JOIN
rmt_demo.job_description_convert t ON n.new_skills = t.skills and n.job_position = t.job_title
JOIN
rmt_demo.skill_count s ON n.job_position = s.job_title
JOIN
rmt_demo.education e ON n.education = e.education
GROUP BY
n.Id,t.job_id,t.job_title, n.Name, n.Email, n.Mobile_Number, n.Education, n.Total_Experiance,n.project_id,s.skill_count;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 06:49:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289492#M214294</guid>
      <dc:creator>venkatsambath</dc:creator>
      <dc:date>2020-02-11T06:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: When i run the query it's executed but the output is not display in hive?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289496#M214298</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/13587"&gt;@venkatsambath&lt;/a&gt;&amp;nbsp; We are not using CDH. We have configured Hadoop ecosystem separately in Ubuntu 18.04 (Hadoop 2.6.0, Hive 2.1.1).&lt;/P&gt;&lt;P&gt;When using the select query without using insert line and run the query i am getting same problem in hive.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 07:23:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289496#M214298</guid>
      <dc:creator>surendaran</dc:creator>
      <dc:date>2020-02-11T07:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: When i run the query it's executed but the output is not display in hive?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289501#M214302</link>
      <description>&lt;P&gt;You will need to further isolate the issue to understand the root cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;There are 4 tables involved rmt_demo.resume_convert, rmt_demo.job_description_convert, rmt_demo.skill_count and rmt_demo.education.&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Are you noticing results when you do select each of these tables individually?&lt;/P&gt;&lt;P class="p1"&gt;If yes, after doing join you are not noticing result then it implies there are no rows matching the join criteria.&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;If you are not able to retrieve results from none of the tables. Then you would need to inspect the table location. To get table location you can run describe formatted &amp;lt;table_name&amp;gt; and then run hdfs dfs -ls &amp;lt;table_location&amp;gt; to understand if there are any data underneath it&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 10:30:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289501#M214302</guid>
      <dc:creator>venkatsambath</dc:creator>
      <dc:date>2020-02-11T10:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: When i run the query it's executed but the output is not display in hive?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289520#M214314</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/13587"&gt;@venkatsambath&lt;/a&gt;every thing i ok in table but still i am facing the same problem.&lt;/P&gt;&lt;P&gt;I am load my data from local to hive.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 13:30:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289520#M214314</guid>
      <dc:creator>surendaran</dc:creator>
      <dc:date>2020-02-11T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: When i run the query it's executed but the output is not display in hive?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289600#M214362</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/13587"&gt;@venkatsambath&lt;/a&gt;It's working thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 06:34:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-i-run-the-query-it-s-executed-but-the-output-is-not/m-p/289600#M214362</guid>
      <dc:creator>surendaran</dc:creator>
      <dc:date>2020-02-12T06:34:19Z</dc:date>
    </item>
  </channel>
</rss>

