<?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 Error with multiple FeatureLookup calls outside databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32096#M23393</link>
    <description>&lt;P&gt;I access databricks feature store outside databricks with databricks-connect on my IDE pycharm.&lt;/P&gt;&lt;P&gt;The problem is just outside Databricks, not with a notebook inside Databricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use FeatureLookup mecanism to pull data from Feature store tables in my customer Dataframe (class FeatureLookup, API Training_set and load_df).&lt;/P&gt;&lt;P&gt;I need to add several Features from several Feature store tables. So I call this mecanism several times. &lt;/P&gt;&lt;P&gt;It doesn't work from 6th call. If I pull the 6th feature only, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the StackTraceError. &lt;/P&gt;&lt;P&gt;The problem is in the file databricks\feature_store\utils\feature_lookup_utils.py, line : plan = spark.sql("explain cost select * from view").collect()[0][0]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Nath&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 13:14:30 GMT</pubDate>
    <dc:creator>Nath</dc:creator>
    <dc:date>2022-09-09T13:14:30Z</dc:date>
    <item>
      <title>Error with multiple FeatureLookup calls outside databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32096#M23393</link>
      <description>&lt;P&gt;I access databricks feature store outside databricks with databricks-connect on my IDE pycharm.&lt;/P&gt;&lt;P&gt;The problem is just outside Databricks, not with a notebook inside Databricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use FeatureLookup mecanism to pull data from Feature store tables in my customer Dataframe (class FeatureLookup, API Training_set and load_df).&lt;/P&gt;&lt;P&gt;I need to add several Features from several Feature store tables. So I call this mecanism several times. &lt;/P&gt;&lt;P&gt;It doesn't work from 6th call. If I pull the 6th feature only, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the StackTraceError. &lt;/P&gt;&lt;P&gt;The problem is in the file databricks\feature_store\utils\feature_lookup_utils.py, line : plan = spark.sql("explain cost select * from view").collect()[0][0]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Nath&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 13:14:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32096#M23393</guid>
      <dc:creator>Nath</dc:creator>
      <dc:date>2022-09-09T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error with multiple FeatureLookup calls outside databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32097#M23394</link>
      <description>&lt;P&gt;ProtoSerializer is known to be prone to StackOverflow when very deep query plans are being used. Could you please try increasing the stack size of the client JVM with the spark conf -spark.driver.extraJavaOptions which can be defined in ${spark_home}/conf/spark-defaults.conf&amp;nbsp; (e.g,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;spark.driver.extraJavaOptions -Xss4M&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;), where ${spark_home}&amp;nbsp; can be found with &lt;B&gt;databricks-connect get-spark-home&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:59:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32097#M23394</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2022-10-12T15:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error with multiple FeatureLookup calls outside databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32098#M23395</link>
      <description>&lt;P&gt;I was looking for the same, Thank you for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.gmglobalconnect.me/" alt="https://www.gmglobalconnect.me/" target="_blank"&gt;GMGlobalConnect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2022 04:50:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32098#M23395</guid>
      <dc:creator>Harrison691</dc:creator>
      <dc:date>2022-10-15T04:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error with multiple FeatureLookup calls outside databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32099#M23396</link>
      <description>&lt;P&gt;Also, Please refer to the below KB for additional resolution - &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/kb/dev-tools/dbconnect-protoserializer-stackoverflow" alt="https://learn.microsoft.com/en-us/azure/databricks/kb/dev-tools/dbconnect-protoserializer-stackoverflow" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/kb/dev-tools/dbconnect-protoserializer-stackoverflow&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 15:40:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-with-multiple-featurelookup-calls-outside-databricks/m-p/32099#M23396</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2022-10-27T15:40:39Z</dc:date>
    </item>
  </channel>
</rss>

