<?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: While Loading data into hive table user is getting error. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206379#M81238</link>
    <description>&lt;P&gt;Hi Vinicious,&lt;/P&gt;&lt;P&gt;Thanks for you help. Pls note issue is resolved now there was issue with hive staging directory. Permission was 777. &lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Mohammad Shamim &lt;/P&gt;</description>
    <pubDate>Sat, 28 Jul 2018 21:06:04 GMT</pubDate>
    <dc:creator>mohammad_shamim</dc:creator>
    <dc:date>2018-07-28T21:06:04Z</dc:date>
    <item>
      <title>While Loading data into hive table user is getting error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206377#M81236</link>
      <description>&lt;P&gt;Erro&lt;/P&gt;&lt;P&gt;===============================================================================================&lt;/P&gt;&lt;P&gt;Loading data to table
vau.vau_multi_issr_mnthly_mrch_participation partition (cpd_dt=20180630)&lt;/P&gt;&lt;P&gt;FAILED: Execution Error,
return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Unable to move
source hdfs://nameservice1/hive/vau.db/vau_multi_issr_mnthly_mrch_participation/cpd_dt=20180630/.hive-staging_hive_2018-07-26_11-06-28_809_8487593963319586229-1/-ext-10000
to destination
hdfs://nameservice1/hive/vau.db/vau_multi_issr_mnthly_mrch_participation/cpd_dt=20180630 &lt;/P&gt;&lt;P&gt;===============================================================================================&lt;/P&gt;&lt;P&gt;Command &lt;/P&gt;&lt;P&gt;===============================================================================================&lt;/P&gt;&lt;P&gt;insert overwrite table
vau_multi_issr_mnthly_mrch_participation  partition (cpd_dt=20180630)&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;concat_ws(':',cast
(temp2.ua_mult_issr_id as string),temp2.ua_mult_issr_nm,&lt;/P&gt;&lt;P&gt;concat_ws('~',collect_list(concat_ws('|',cast(temp1.ua_issr_seg_id
as string),&lt;/P&gt;&lt;P&gt;temp1.ua_issr_seg_nm,&lt;/P&gt;&lt;P&gt;cast(temp1.ua_issr_id as
string),&lt;/P&gt;&lt;P&gt;temp1.ua_issr_nm,&lt;/P&gt;&lt;P&gt;cast(temp1.ua_bin as
string),&lt;/P&gt;&lt;P&gt;cast(temp2.regn_cd as
string),&lt;/P&gt;&lt;P&gt;cast(temp2.regn_nm as
string),&lt;/P&gt;&lt;P&gt;cast(temp2.ctry_cd as
string),&lt;/P&gt;&lt;P&gt;cast(temp2.ctry_nm as
string),&lt;/P&gt;&lt;P&gt;cast(temp1.enrl_dt as
string),&lt;/P&gt;&lt;P&gt;cast(rpt_fmt_ind as
string),&lt;/P&gt;&lt;P&gt;lpad(cast(coalesce(vol_bus_id,
'') as string), 8, '0'))))) as arr1&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;vau_multi_issr_mnthly_mrch_participation_temp1
temp1&lt;/P&gt;&lt;P&gt;inner join&lt;/P&gt;&lt;P&gt;vau_multi_issr_mnthly_mrch_participation_temp2
temp2&lt;/P&gt;&lt;P&gt;on&lt;/P&gt;&lt;P&gt;temp1.ua_issr_seg_id =
temp2.ua_issr_seg_id&lt;/P&gt;&lt;P&gt;group by&lt;/P&gt;&lt;P&gt;temp2.ua_mult_issr_id,temp2.ua_mult_issr_nm; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 20:22:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206377#M81236</guid>
      <dc:creator>mohammad_shamim</dc:creator>
      <dc:date>2018-07-26T20:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: While Loading data into hive table user is getting error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206378#M81237</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/23340/mohammadshamim822.html" nodeid="23340"&gt;@Mohammad Shamim&lt;/A&gt;! &lt;BR /&gt;Could you confirm if the user has permission on that directory? &lt;BR /&gt;or is there any space quota set? &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Otherwise, try to enable the debug for the logs:&lt;/P&gt;&lt;PRE&gt;hive --hiveconf hive.root.logger=DEBUG,console&lt;/PRE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 00:48:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206378#M81237</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-07-28T00:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: While Loading data into hive table user is getting error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206379#M81238</link>
      <description>&lt;P&gt;Hi Vinicious,&lt;/P&gt;&lt;P&gt;Thanks for you help. Pls note issue is resolved now there was issue with hive staging directory. Permission was 777. &lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Mohammad Shamim &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 21:06:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206379#M81238</guid>
      <dc:creator>mohammad_shamim</dc:creator>
      <dc:date>2018-07-28T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: While Loading data into hive table user is getting error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206380#M81239</link>
      <description>&lt;P&gt;Good to know &lt;A rel="user" href="https://community.cloudera.com/users/23340/mohammadshamim822.html" nodeid="23340"&gt;@Mohammad Shamim&lt;/A&gt;!&lt;BR /&gt;Please if the issue is solved, I'd kindly ask you to accept the answer. This will help the other HCC users to find the best answer faster and will encourage the other users to keep doing a good job as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 29 Jul 2018 10:15:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/While-Loading-data-into-hive-table-user-is-getting-error/m-p/206380#M81239</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-07-29T10:15:27Z</dc:date>
    </item>
  </channel>
</rss>

