<?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: Some Scripts suddenly stopping without ending for some days in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/393103#M248339</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/19834"&gt;@Choolake&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a bash script that loads data into Hadoop stops unexpectedly without completing and without any apparent reason or modification, it can be challenging to identify the root cause.&lt;/P&gt;&lt;P&gt;If your script outputs any logs, review them to identify at what point the script stopped. This can help pinpoint the problematic step or external dependency causing the issue.&lt;/P&gt;&lt;P&gt;Enable verbose logging in the script to capture more details:&lt;/P&gt;&lt;P&gt;# set -x&lt;/P&gt;&lt;P&gt;This will show each command as it is executed and could help trace where it stops.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2024 14:42:51 GMT</pubDate>
    <dc:creator>shehbazk</dc:creator>
    <dc:date>2024-09-05T14:42:51Z</dc:date>
    <item>
      <title>Some Scripts suddenly stopping without ending for some days</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/391289#M247548</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Some Scripts suddenly stopping without ending for some days&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:27:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/391289#M247548</guid>
      <dc:creator>Choolake</dc:creator>
      <dc:date>2026-04-21T06:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Some Scripts suddenly stopping without ending for some days</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/391291#M247549</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/19834"&gt;@Choolake&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for bringing up the issue. To better assist you, could you please provide more details about the specific scripts you need help with?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 08:42:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/391291#M247549</guid>
      <dc:creator>shehbazk</dc:creator>
      <dc:date>2024-08-02T08:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Some Scripts suddenly stopping without ending for some days</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/391931#M247862</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/19834"&gt;@Choolake&lt;/a&gt;,&amp;nbsp;if you still have concerns, could you please provide the information that &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/89438"&gt;@shehbazk&lt;/a&gt;&amp;nbsp;has requested?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 04:50:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/391931#M247862</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2024-08-19T04:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Some Scripts suddenly stopping without ending for some days</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/392000#M247905</link>
      <description>&lt;P&gt;This is the bash script that we are using to load the data in to HADOOP.&lt;/P&gt;&lt;P&gt;but some days it's stopped without ending.no any special reason for this and no any modifications&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 05:37:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/392000#M247905</guid>
      <dc:creator>Choolake</dc:creator>
      <dc:date>2024-08-20T05:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Some Scripts suddenly stopping without ending for some days</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/393103#M248339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/19834"&gt;@Choolake&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a bash script that loads data into Hadoop stops unexpectedly without completing and without any apparent reason or modification, it can be challenging to identify the root cause.&lt;/P&gt;&lt;P&gt;If your script outputs any logs, review them to identify at what point the script stopped. This can help pinpoint the problematic step or external dependency causing the issue.&lt;/P&gt;&lt;P&gt;Enable verbose logging in the script to capture more details:&lt;/P&gt;&lt;P&gt;# set -x&lt;/P&gt;&lt;P&gt;This will show each command as it is executed and could help trace where it stops.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 14:42:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/393103#M248339</guid>
      <dc:creator>shehbazk</dc:creator>
      <dc:date>2024-09-05T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Some Scripts suddenly stopping without ending for some days</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/393563#M248475</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/19834"&gt;@Choolake&lt;/a&gt;,&amp;nbsp;Did the response help resolve your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:03:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Some-Scripts-suddenly-stopping-without-ending-for-some-days/m-p/393563#M248475</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2024-09-17T10:03:38Z</dc:date>
    </item>
  </channel>
</rss>

