<?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 decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4406604#M7149</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/790982"&gt;@friend1&lt;/a&gt;, As we haven’t heard back from you, we wanted to check in to see if the resolution provided helps?&lt;/P&gt;
&lt;P&gt;If you’re still facing any issues or have additional questions, please don’t hesitate to let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’re here to help and would be happy to assist further if needed. Looking forward to your feedback!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did we answer your question?&amp;nbsp;&lt;STRONG&gt;Mark post as a solution,&amp;nbsp;&lt;/STRONG&gt;this will help others!&lt;/P&gt;
&lt;P&gt;If our response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;"&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 09:00:52 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2025-02-12T09:00:52Z</dc:date>
    <item>
      <title>How to decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4377097#M6410</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am trying to stream event data from an Azure Event Hub using Spark Structured Streaming from within a Fabric Notebook to a lakehouse. The event data is protobuf and base64 encoded. I wanted to use the "&lt;SPAN&gt;from_protobuf()" method (&lt;A href="https://spark.apache.org/docs/latest/sql-data-sources-protobuf.html#:~:text=The%20spark-protobuf%20package%20provides%20function%20to_protobuf%20to%20encode,to%20decode%20protobuf%20binary%20data%20into%20a%20column." target="_blank" rel="noopener"&gt;Protobuf Data Source Guide - Spark 3.5.4 Documentation&lt;/A&gt;) to decode the payload.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, I am getting the following error message:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Spark Protobuf libraries not found in class path. Try one of the following. 1. Include the Protobuf library and its dependencies with in the spark-submit command as $ bin/spark-submit --packages org.apache.spark:spark-protobuf:3.4.3.5.3.20241016.1 ... 2. Download the JAR of the artifact from Maven Central &lt;A href="http://search.maven.org/," target="_blank" rel="noopener"&gt;http://search.maven.org/,&lt;/A&gt; Group Id = org.apache.spark, Artifact Id = spark-protobuf, Version = 3.4.3.5.3.20241016.1. Then, include the jar in the spark-submit command as $ bin/spark-submit --jars &amp;lt;spark-protobuf.jar&amp;gt; ..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Now my question is how do I do this in a Fabric notebook environment? Is there a way to include the mentioned library?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also: I have two Python modules that contain the classes generated from the .proto schemas which are required to decode the payload. Where do I have to put these so that I can hand them to the from_protobuf() method?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Looking forward to any ideas on this! Thanks a lot and best, flo.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 06:58:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4377097#M6410</guid>
      <dc:creator>friend1</dc:creator>
      <dc:date>2025-01-23T06:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4382191#M6527</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/790982"&gt;@friend1&lt;/a&gt;, Thanks reaching out to MS Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please refer to below wiki on how to manage apache spark libraries and let me know if this helps?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/library-management" target="_blank"&gt;Manage Apache Spark libraries - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did we answer your question?&amp;nbsp;&lt;STRONG&gt;Mark post as a solution,&amp;nbsp;&lt;/STRONG&gt;this will help others!&lt;/P&gt;
&lt;P&gt;If our response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 10:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4382191#M6527</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-01-27T10:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4389501#M6749</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/790982"&gt;@friend1&lt;/a&gt;, As we haven’t heard back from you, we wanted to check in to see if the resolution provided helps?&lt;/P&gt;
&lt;P&gt;If you’re still facing any issues or have additional questions, please don’t hesitate to let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’re here to help and would be happy to assist further if needed. Looking forward to your feedback!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did we answer your question?&amp;nbsp;&lt;STRONG&gt;Mark post as a solution,&amp;nbsp;&lt;/STRONG&gt;this will help others!&lt;/P&gt;
&lt;P&gt;If our response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 08:33:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4389501#M6749</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-01-31T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4395090#M6932</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/790982"&gt;@friend1&lt;/a&gt;, As we haven’t heard back from you, we wanted to check in to see if the resolution provided helps?&lt;/P&gt;
&lt;P&gt;If you’re still facing any issues or have additional questions, please don’t hesitate to let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’re here to help and would be happy to assist further if needed. Looking forward to your feedback!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did we answer your question?&amp;nbsp;&lt;STRONG&gt;Mark post as a solution,&amp;nbsp;&lt;/STRONG&gt;this will help others!&lt;/P&gt;
&lt;P&gt;If our response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 21:51:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4395090#M6932</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-02-04T21:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4406604#M7149</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/790982"&gt;@friend1&lt;/a&gt;, As we haven’t heard back from you, we wanted to check in to see if the resolution provided helps?&lt;/P&gt;
&lt;P&gt;If you’re still facing any issues or have additional questions, please don’t hesitate to let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’re here to help and would be happy to assist further if needed. Looking forward to your feedback!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did we answer your question?&amp;nbsp;&lt;STRONG&gt;Mark post as a solution,&amp;nbsp;&lt;/STRONG&gt;this will help others!&lt;/P&gt;
&lt;P&gt;If our response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 09:00:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-decode-protobuf-data-with-a-Fabric-PySpark-notebook-using/m-p/4406604#M7149</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-02-12T09:00:52Z</dc:date>
    </item>
  </channel>
</rss>

