<?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 Can I reset the checkpoint of a streaming job if I want to do a full reload of a table? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21770#M14881</link>
    <description />
    <pubDate>Tue, 22 Jun 2021 15:24:22 GMT</pubDate>
    <dc:creator>User16826992666</dc:creator>
    <dc:date>2021-06-22T15:24:22Z</dc:date>
    <item>
      <title>Can I reset the checkpoint of a streaming job if I want to do a full reload of a table?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21770#M14881</link>
      <description />
      <pubDate>Tue, 22 Jun 2021 15:24:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21770#M14881</guid>
      <dc:creator>User16826992666</dc:creator>
      <dc:date>2021-06-22T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reset the checkpoint of a streaming job if I want to do a full reload of a table?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21771#M14882</link>
      <description>&lt;P&gt;Check this out - &lt;A href="https://kb.databricks.com/streaming/ss-read-from-last-offset.html" target="test_blank"&gt;https://kb.databricks.com/streaming/ss-read-from-last-offset.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/streaming/file-sink-streaming.html" alt="https://kb.databricks.com/streaming/file-sink-streaming.html" target="_blank"&gt;Streaming with File Sink: Problems with recovery if you change checkpoint or output directories&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 17:42:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21771#M14882</guid>
      <dc:creator>Digan_Parikh</dc:creator>
      <dc:date>2021-06-22T17:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reset the checkpoint of a streaming job if I want to do a full reload of a table?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21772#M14883</link>
      <description>&lt;P&gt;If the read stream definition has something similar to &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;val df = spark
  .read
  .format("kafka")
  .option("kafka.bootstrap.servers", "host1:port1,host2:port2")
  .option("subscribePattern", "topic.*")
  .option("startingOffsets", "earliest")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;resetting the checkpoint would attempt to read from the earliest record inside the topic. Now, whether this would result in the full reload of the table would be a function of retention.ms of the topic. If there are are records that have already been expired from kafka, they won't be reprocessed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 22:44:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-reset-the-checkpoint-of-a-streaming-job-if-i-want-to-do-a/m-p/21772#M14883</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-22T22:44:42Z</dc:date>
    </item>
  </channel>
</rss>

