<?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>topic Re: How to stop continuous running streaming job over weekend in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9577#M4914</link>
    <description>&lt;P&gt;Hi @Sanjay Jain​&amp;nbsp;, You can stop your job from the UI&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 19:17:59 GMT</pubDate>
    <dc:creator>Lakshay</dc:creator>
    <dc:date>2023-02-10T19:17:59Z</dc:date>
    <item>
      <title>How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9576#M4913</link>
      <description>&lt;P&gt;I have an continuous running streaming Job, I would like to stop this over weekend and start again on Monday.&amp;nbsp;Here is my streaming job code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(spark.readStream.format("delta").load(input_path)&lt;/P&gt;&lt;P&gt;.writeStream&lt;/P&gt;&lt;P&gt;.option("checkpointLocation", input_checkpoint_path)&lt;/P&gt;&lt;P&gt;.trigger(processingTime="1 minute")&lt;/P&gt;&lt;P&gt;.foreachBatch(foreachBatchFunction)&lt;/P&gt;&lt;P&gt;.start()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 17:43:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9576#M4913</guid>
      <dc:creator>sanjay</dc:creator>
      <dc:date>2023-02-10T17:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9577#M4914</link>
      <description>&lt;P&gt;Hi @Sanjay Jain​&amp;nbsp;, You can stop your job from the UI&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 19:17:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9577#M4914</guid>
      <dc:creator>Lakshay</dc:creator>
      <dc:date>2023-02-10T19:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9578#M4915</link>
      <description>&lt;P&gt;We're bringing "Continuous" jobs as a first-class citizen for exactly this scenario. So you will be able to "Pause" a job on Friday PM for example, and start again on Monday AM. Talk to your Databricks account team for access to the Private Preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Continuous Job"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/695iA53E66C43F5EB30F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Continuous Job" alt="Continuous Job" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 04:42:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9578#M4915</guid>
      <dc:creator>MoJaMa</dc:creator>
      <dc:date>2023-02-11T04:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9579#M4916</link>
      <description>&lt;P&gt;Thank you Lakshay. I am looking to stop automatically through some regex or programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its hard and chances of forgetting to stop every Friday and start again on Monday.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 10:07:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9579#M4916</guid>
      <dc:creator>sanjay</dc:creator>
      <dc:date>2023-02-11T10:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9580#M4917</link>
      <description>&lt;P&gt;Thank you Mathew. I will check Continuous job feature.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 10:07:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9580#M4917</guid>
      <dc:creator>sanjay</dc:creator>
      <dc:date>2023-02-11T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9581#M4918</link>
      <description>&lt;P&gt;Hi @Sanjay Jain​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 06:48:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9581#M4918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-13T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9582#M4919</link>
      <description>&lt;P&gt;Hi Vidula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find continuous option as suggested by Mathew. Can you help how/where to see this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:09:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9582#M4919</guid>
      <dc:creator>sanjay</dc:creator>
      <dc:date>2023-02-14T12:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9583#M4920</link>
      <description>&lt;P&gt;@Vidula Khanna​&amp;nbsp; I too couldn't find the continuous option or trigger option. @Mohan Mathews​&amp;nbsp; can you help us in getting the option? &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 12:28:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/9583#M4920</guid>
      <dc:creator>Data_Analytics1</dc:creator>
      <dc:date>2023-02-16T12:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop continuous running streaming job over weekend</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/41192#M27311</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/25618"&gt;@sanjay&lt;/a&gt;&amp;nbsp;Any luck on that, I am also looking for the solution for the same issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 17:41:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-stop-continuous-running-streaming-job-over-weekend/m-p/41192#M27311</guid>
      <dc:creator>NDK</dc:creator>
      <dc:date>2023-08-23T17:41:28Z</dc:date>
    </item>
  </channel>
</rss>

