<?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 HUE - HIVE question in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64055#M73905</link>
    <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across table where i have to write HIVE query and table data is in a wierd way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one table with 10 columns in HIVE where data is not on the same row.&lt;/P&gt;&lt;P&gt;first 5 columns have data and second five columns are empty(blank).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to complete my result sets, i have to join in a such a way that i can get complete row of data with "no empty".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Want to know if any one had encounter this issue or how ican do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 12:47:31 GMT</pubDate>
    <dc:creator>HiveQ</dc:creator>
    <dc:date>2022-09-16T12:47:31Z</dc:date>
    <item>
      <title>HUE - HIVE question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64055#M73905</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across table where i have to write HIVE query and table data is in a wierd way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one table with 10 columns in HIVE where data is not on the same row.&lt;/P&gt;&lt;P&gt;first 5 columns have data and second five columns are empty(blank).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to complete my result sets, i have to join in a such a way that i can get complete row of data with "no empty".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Want to know if any one had encounter this issue or how ican do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:47:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64055#M73905</guid>
      <dc:creator>HiveQ</dc:creator>
      <dc:date>2022-09-16T12:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: HUE - HIVE question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64074#M73906</link>
      <description>&lt;P&gt;would you consider using&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;is null&lt;/STRONG&gt; built-in operator&amp;nbsp;&lt;/P&gt;&lt;P&gt;please refer the below link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF" target="_self"&gt;https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 08:53:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64074#M73906</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2018-01-28T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: HUE - HIVE question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64081#M73907</link>
      <description>&lt;P&gt;I tried that already, no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 02:51:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64081#M73907</guid>
      <dc:creator>HiveQ</dc:creator>
      <dc:date>2018-01-29T02:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: HUE - HIVE question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64523#M73908</link>
      <description>&lt;P&gt;Is there text data in this result set?&amp;nbsp; Are there new lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can trip up Hive and Hue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try changing the file format to a binary format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;set hive.query.result.fileformat=SequenceFile;
&amp;lt;query&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 02:43:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64523#M73908</guid>
      <dc:creator>David M.</dc:creator>
      <dc:date>2018-02-12T02:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: HUE - HIVE question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64526#M73909</link>
      <description>&lt;P&gt;I have to send back to fix the data &amp;amp; in the format i can query. developer import data that was not massage correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 02:51:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-HIVE-question/m-p/64526#M73909</guid>
      <dc:creator>HiveQ</dc:creator>
      <dc:date>2018-02-12T02:51:48Z</dc:date>
    </item>
  </channel>
</rss>

