<?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 change the feature store delta table default path on DBFS? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9763#M461</link>
    <description>&lt;P&gt;I found the solution, but there is still one question remained unanswered, which is, how to change the directory after creating FS. To change the default path, all is needed to set the path argument in &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;fs = feature_store.FeatureStoreClient()
fs.create_table(name= '', primary_keys = [], .., path = "user given path")
                             &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 07:53:33 GMT</pubDate>
    <dc:creator>Saeid_H</dc:creator>
    <dc:date>2023-02-10T07:53:33Z</dc:date>
    <item>
      <title>How to change the feature store delta table default path on DBFS?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9762#M460</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Would it be possible to change the default storage path of deature store, during creation and/or after creation? If you could also provide the python script to that I would appreciate. The current default path is:&lt;/P&gt;&lt;P&gt;&lt;B&gt;"dbfs/user/hive/warehouse/&amp;lt;feature database name&amp;gt;/&amp;lt;feature table name&amp;gt;”&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With many thanks in advance! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 10:37:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9762#M460</guid>
      <dc:creator>Saeid_H</dc:creator>
      <dc:date>2023-02-08T10:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the feature store delta table default path on DBFS?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9763#M461</link>
      <description>&lt;P&gt;I found the solution, but there is still one question remained unanswered, which is, how to change the directory after creating FS. To change the default path, all is needed to set the path argument in &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;fs = feature_store.FeatureStoreClient()
fs.create_table(name= '', primary_keys = [], .., path = "user given path")
                             &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 07:53:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9763#M461</guid>
      <dc:creator>Saeid_H</dc:creator>
      <dc:date>2023-02-10T07:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the feature store delta table default path on DBFS?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9764#M462</link>
      <description>&lt;P&gt;The config you're looking for is "spark.sql.warehouse.dir"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the &lt;A href="https://spark.apache.org/docs/latest/sql-data-sources-hive-tables.html" alt="https://spark.apache.org/docs/latest/sql-data-sources-hive-tables.html" target="_blank"&gt;documentation &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Saeid Hedayati​&amp;nbsp;is correct that you can set the path when creating the feature store.  It's an optional parameter listed &lt;A href="https://docs.databricks.com/dev-tools/api/python/latest/feature-store/client.html" alt="https://docs.databricks.com/dev-tools/api/python/latest/feature-store/client.html" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the table is created, you can't change the path because it's got all the files in it.  You can potentially clone the table but migration would require moving all the files.  &lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 18:15:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9764#M462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-10T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the feature store delta table default path on DBFS?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9765#M463</link>
      <description>&lt;P&gt;@Joseph Kambourakis​&amp;nbsp; thank you for your response. &lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 15:29:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9765#M463</guid>
      <dc:creator>Saeid_H</dc:creator>
      <dc:date>2023-02-17T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the feature store delta table default path on DBFS?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9766#M464</link>
      <description>&lt;P&gt;No problem.  Glad I could help!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 15:54:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9766#M464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-17T15:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the feature store delta table default path on DBFS?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9767#M465</link>
      <description>&lt;P&gt;Hi @Saeid Hedayati​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 07:40:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-to-change-the-feature-store-delta-table-default-path-on-dbfs/m-p/9767#M465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-08T07:40:47Z</dc:date>
    </item>
  </channel>
</rss>

