<?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: Security exception while using Feature Store. How can I get this whitelisted? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19395#M1062</link>
    <description>&lt;P&gt;The issue was due to the use of High Concurrency cluster. It was resolved when a standard cluster ML cluster was used. See screenshot.  &lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 12:32:38 GMT</pubDate>
    <dc:creator>VM</dc:creator>
    <dc:date>2022-06-10T12:32:38Z</dc:date>
    <item>
      <title>Security exception while using Feature Store. How can I get this whitelisted?</title>
      <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19392#M1059</link>
      <description>&lt;P&gt;I was following the Databricks Academy "New Capabilities Overview: Feature Store" module. However when I try to run the code in the example notebook I get a security exception as explained below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to run the example notebook "01-Populate a feature store" I get an error while creating a feature table, I get a &lt;/P&gt;&lt;P&gt;&lt;I&gt;py4j.security.Py4JSecurityException: Method public java.lang.String org.apache.spark.api.java.JavaSparkContext.getLocalProperty(java.lang.String) is not whitelisted on class class org.apache.spark.api.java.JavaSparkContext&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is on the first line of the code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;fs.create_feature_table(
&amp;nbsp;
   name=f"fxs_eu_ntwkdaor_efsx_001.tmp_{username}_trip_pickup_features",
&amp;nbsp;
   keys=["zip", "ts"],
&amp;nbsp;
   features_df=pickup_features,
&amp;nbsp;
   partition_columns="yyyy_mm",
&amp;nbsp;
   description="Taxi Fares. Pickup Features",
&amp;nbsp;
)
&amp;nbsp;
fs.create_feature_table(
&amp;nbsp;
   name=f"fxs_eu_ntwkdaor_efsx_001.tmp_{username}_trip_dropoff_features",
&amp;nbsp;
   keys=["zip", "ts"],
&amp;nbsp;
   features_df=dropoff_features,
&amp;nbsp;
   partition_columns="yyyy_mm",
&amp;nbsp;
   description="Taxi Fares. Dropoff Features",
&amp;nbsp;
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get this whitelisted?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 10:39:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19392#M1059</guid>
      <dc:creator>VM</dc:creator>
      <dc:date>2022-05-27T10:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Security exception while using Feature Store. How can I get this whitelisted?</title>
      <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19394#M1061</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp; &lt;/P&gt;&lt;P&gt;Yes. It is a high concurrency cluster. Screenshot attached. &lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 12:14:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19394#M1061</guid>
      <dc:creator>VM</dc:creator>
      <dc:date>2022-06-01T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Security exception while using Feature Store. How can I get this whitelisted?</title>
      <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19395#M1062</link>
      <description>&lt;P&gt;The issue was due to the use of High Concurrency cluster. It was resolved when a standard cluster ML cluster was used. See screenshot.  &lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 12:32:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19395#M1062</guid>
      <dc:creator>VM</dc:creator>
      <dc:date>2022-06-10T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Security exception while using Feature Store. How can I get this whitelisted?</title>
      <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19398#M1065</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp;- this is happening again with the following configuration.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2022-12-05 at 6.51.59 PM"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1827i479B7E8935AAB25A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-12-05 at 6.51.59 PM" alt="Screen Shot 2022-12-05 at 6.51.59 PM" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What configuration shall we use now that Cluster mode Standard is no longer a configuration option?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 00:52:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19398#M1065</guid>
      <dc:creator>998925</dc:creator>
      <dc:date>2022-12-06T00:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Security exception while using Feature Store. How can I get this whitelisted?</title>
      <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19399#M1066</link>
      <description>&lt;P&gt;@Kaniz Fatma​&amp;nbsp;any thoughts on the above? thanks so much&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 17:23:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19399#M1066</guid>
      <dc:creator>998925</dc:creator>
      <dc:date>2022-12-09T17:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Security exception while using Feature Store. How can I get this whitelisted?</title>
      <link>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19400#M1067</link>
      <description>&lt;P&gt;Hi @Daniel Barrundia​&amp;nbsp;- please select &lt;B&gt;"No isolation shared"&lt;/B&gt; Access mode, it should resolve this problem.&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1834i804AE37E0BBD34E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 13:15:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/security-exception-while-using-feature-store-how-can-i-get-this/m-p/19400#M1067</guid>
      <dc:creator>OMG</dc:creator>
      <dc:date>2022-12-29T13:15:37Z</dc:date>
    </item>
  </channel>
</rss>

