<?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: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136919#M27616</link>
    <description>@苏 斌&lt;P&gt;I think you are running out of disk space. Can you check that?&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2016 04:29:41 GMT</pubDate>
    <dc:creator>divakarreddy_a</dc:creator>
    <dc:date>2016-05-11T04:29:41Z</dc:date>
    <item>
      <title>Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136915#M27612</link>
      <description>&lt;P&gt;hi guys,&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;My cluster is using hdp-2.3.2.0, anaylse data with hive on tez.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Jobs always go well, but sometimes job can't not be finished, the log of the taskattempt is always 1.0, such like this "org.apache.hadoop.mapred.TaskAttemptListenerImpl: Progress of TaskAttempt attempt_1462372008131_4318_m_000000_0 is : 1.0", and it never change to another state if i do nothing.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;And job progress on "All applications" ui shows 95%.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;
&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4101-image.png" style="width: 1177px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21994i4B941EA193A03748/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4101-image.png" alt="4101-image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;So I have to kill the job never finished by tez to avoid holding up next jobs, how can i do fix it , i have no idea with this problem&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;My sense is hive on tez job executed by oozie coordinators, 8 workflow action run concurrently at one time.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Please help . Thank you very much&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;tips about our cluster: node manager, datanode, regionserver, recource manager started on the same node&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;and attachement is more detail info about my issue and the container log, Thanks again&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4100-rm-memory.png" style="width: 986px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21995iB726CF8D6A486E07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4100-rm-memory.png" alt="4100-rm-memory.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/4102-container.txt" target="_blank"&gt;container.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:47:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136915#M27612</guid>
      <dc:creator>Yan</dc:creator>
      <dc:date>2019-08-19T08:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136916#M27613</link>
      <description>&lt;P&gt;It's not the ultimate solution, but you can reduce tez.session.am.dag.submit.timeout.secs to avoid job from being hold up for a long time.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 06:40:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136916#M27613</guid>
      <dc:creator>tsaito</dc:creator>
      <dc:date>2016-05-10T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136917#M27614</link>
      <description>&lt;P&gt;hi, thanks for reply, i appreciate it&lt;/P&gt;&lt;P&gt;Our settings is  tez.session.am.dag.submit.timeout.secs=600 and tez.session.client.timeout.secs=-1&lt;/P&gt;&lt;P&gt;Does it make something wrong.&lt;/P&gt;&lt;P&gt;Always our jobs can be accomplished very soon , data is not too large, but job's progress keep 1.0 once in a while&lt;/P&gt;&lt;P&gt;Thanks agian&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 10:50:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136917#M27614</guid>
      <dc:creator>Yan</dc:creator>
      <dc:date>2016-05-10T10:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136918#M27615</link>
      <description>&lt;P&gt;you may want to set tez.session.client.timeout.secs to something like 180 other than -1 because -1 means it waits forever.&lt;/P&gt;&lt;P&gt;Also you may want to look into the application log to investigate why that job is being stuck.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 04:15:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136918#M27615</guid>
      <dc:creator>tsaito</dc:creator>
      <dc:date>2016-05-11T04:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136919#M27616</link>
      <description>@苏 斌&lt;P&gt;I think you are running out of disk space. Can you check that?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 04:29:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136919#M27616</guid>
      <dc:creator>divakarreddy_a</dc:creator>
      <dc:date>2016-05-11T04:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136920#M27617</link>
      <description>&lt;P&gt;thanks for reply,i got the final solution, i will push it here.&lt;/P&gt;&lt;P&gt;It's about the yarn schedule worked with oozie.&lt;/P&gt;&lt;P&gt;When oozie execute a workflow , oozie launcher will occupy 1 container, and then the occupation will set up the tez application for my oozie hive2 action.&lt;/P&gt;&lt;P&gt;But my cluster is less 40 nodes, it's a small cluster and oozie workflow task are a lot of.&lt;/P&gt;&lt;P&gt;This cause not enough containers can be used to complete the tez application, and oozie launcher will not release container until tez application completed, so the cluster resource lacked.&lt;/P&gt;&lt;P&gt;My solution is set 2 queue in yarn queue,one is the `default` queue, and another is `oozie ` only used to work for oozie launcher, and set `default` queue name to my oozie hive2 action&lt;/P&gt;&lt;P&gt;Thank again for all of your replies, the inspire me&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 14:05:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136920#M27617</guid>
      <dc:creator>Yan</dc:creator>
      <dc:date>2016-06-12T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136921#M27618</link>
      <description>&lt;P&gt;Finally i find the way to solve this issue&lt;/P&gt;&lt;P&gt;It's beasue the yarn schedule assign cluster resource while working with oozie.&lt;/P&gt;&lt;P&gt;When oozie execute a workflow , oozie launcher will occupy 1 container, and then the occupation will set up the tez application for my oozie hive2 action.&lt;/P&gt;&lt;P&gt;But my cluster is less 40 nodes, it's a small cluster and oozie workflow task are a lot of.&lt;/P&gt;&lt;P&gt;This cause not enough containers can be used to complete the tez application, and oozie launcher will not release container until tez application completed, so the cluster resource lacked.&lt;/P&gt;&lt;P&gt;My solution is set 2 queue in yarn queue,one is the `default` queue, and another is `oozie ` only used to work for oozie launcher, and set `default` queue name to my oozie hive2 action&lt;/P&gt;&lt;P&gt;Thanks again for all of your replies, the inspire me&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 14:07:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136921#M27618</guid>
      <dc:creator>Yan</dc:creator>
      <dc:date>2016-06-12T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hive on Tez Progress of TaskAttempt is always 1.0 and it will never change to another state</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136922#M27619</link>
      <description>&lt;P&gt;no,it's not about the disk space,yarn schedule it the key&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 10:43:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-on-Tez-Progress-of-TaskAttempt-is-always-1-0-and-it/m-p/136922#M27619</guid>
      <dc:creator>Yan</dc:creator>
      <dc:date>2016-07-22T10:43:56Z</dc:date>
    </item>
  </channel>
</rss>

