<?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: Write streaming output to DynamoDB in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/write-streaming-output-to-dynamodb/m-p/15718#M10011</link>
    <description>&lt;P&gt;Hi @SUDHANSHU RAJ​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to find much on the "DynamoDBSinkProvider" source. Have you checked out the link for the &lt;A href="https://docs.databricks.com/structured-streaming/examples.html?&amp;amp;_ga=2.158536634.1495891171.1671468667-1846356216.1649689269&amp;amp;_gac=1.258423032.1668630007.Cj0KCQiAsdKbBhDHARIsANJ6-jekcGs4OkOg1PrUSfC32Yp-A_jAkJLxhNN71INVH6JPfGkPAP6ynEUaAii-EALw_wcB#write-to-amazon-dynamodb-using-foreach-in-scala-and-python" alt="https://docs.databricks.com/structured-streaming/examples.html?&amp;amp;_ga=2.158536634.1495891171.1671468667-1846356216.1649689269&amp;amp;_gac=1.258423032.1668630007.Cj0KCQiAsdKbBhDHARIsANJ6-jekcGs4OkOg1PrUSfC32Yp-A_jAkJLxhNN71INVH6JPfGkPAP6ynEUaAii-EALw_wcB#write-to-amazon-dynamodb-using-foreach-in-scala-and-python" target="_blank"&gt;streaming to DynamoDB&lt;/A&gt; documentation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 20:15:02 GMT</pubDate>
    <dc:creator>LandanG</dc:creator>
    <dc:date>2022-12-20T20:15:02Z</dc:date>
    <item>
      <title>Write streaming output to DynamoDB</title>
      <link>https://community.databricks.com/t5/data-engineering/write-streaming-output-to-dynamodb/m-p/15717#M10010</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to write a streaming DF into dynamoDB with below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tumbling_df.writeStream \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;.format("org.apache.spark.sql.execution.streaming.sinks.DynamoDBSinkProvider") \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;.option("region", "eu-west-2") \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;.option("tableName", "PythonForeachTest") \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;.outputMode("update") \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;.start()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i get an error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Py4JJavaError: An error occurred while calling o3880.start.&lt;/P&gt;&lt;P&gt;: java.lang.ClassNotFoundException: &lt;/P&gt;&lt;P&gt;Failed to find data source: org.apache.spark.sql.execution.streaming.sinks.DynamoDBSinkProvider. Please find packages at&lt;/P&gt;&lt;P&gt;&lt;A href="http://spark.apache.org/third-party-projects.html" target="test_blank"&gt;http://spark.apache.org/third-party-projects.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me to find this package and how to import it please?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 16:52:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/write-streaming-output-to-dynamodb/m-p/15717#M10010</guid>
      <dc:creator>sudhanshu1</dc:creator>
      <dc:date>2022-12-20T16:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Write streaming output to DynamoDB</title>
      <link>https://community.databricks.com/t5/data-engineering/write-streaming-output-to-dynamodb/m-p/15718#M10011</link>
      <description>&lt;P&gt;Hi @SUDHANSHU RAJ​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to find much on the "DynamoDBSinkProvider" source. Have you checked out the link for the &lt;A href="https://docs.databricks.com/structured-streaming/examples.html?&amp;amp;_ga=2.158536634.1495891171.1671468667-1846356216.1649689269&amp;amp;_gac=1.258423032.1668630007.Cj0KCQiAsdKbBhDHARIsANJ6-jekcGs4OkOg1PrUSfC32Yp-A_jAkJLxhNN71INVH6JPfGkPAP6ynEUaAii-EALw_wcB#write-to-amazon-dynamodb-using-foreach-in-scala-and-python" alt="https://docs.databricks.com/structured-streaming/examples.html?&amp;amp;_ga=2.158536634.1495891171.1671468667-1846356216.1649689269&amp;amp;_gac=1.258423032.1668630007.Cj0KCQiAsdKbBhDHARIsANJ6-jekcGs4OkOg1PrUSfC32Yp-A_jAkJLxhNN71INVH6JPfGkPAP6ynEUaAii-EALw_wcB#write-to-amazon-dynamodb-using-foreach-in-scala-and-python" target="_blank"&gt;streaming to DynamoDB&lt;/A&gt; documentation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 20:15:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/write-streaming-output-to-dynamodb/m-p/15718#M10011</guid>
      <dc:creator>LandanG</dc:creator>
      <dc:date>2022-12-20T20:15:02Z</dc:date>
    </item>
  </channel>
</rss>

