<?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 do i delete files from the DBFS in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29187#M20933</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Open a notebook and run the command&lt;/P&gt;
&lt;P&gt;dbutils.fs.rm("/FileStore/tables/your_table_name.csv")&lt;/P&gt;
&lt;P&gt;referencing this link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/data/databricks-file-system.html" target="test_blank"&gt;https://docs.databricks.com/data/databricks-file-system.html&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 00:04:14 GMT</pubDate>
    <dc:creator>SophieGou</dc:creator>
    <dc:date>2019-11-19T00:04:14Z</dc:date>
    <item>
      <title>how do i delete files from the DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29185#M20931</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I can't see where in the databricks UI that I can delete files that have been either uploaded or saved to the DBFS - how do I do this?&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 11:48:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29185#M20931</guid>
      <dc:creator>tthorpe</dc:creator>
      <dc:date>2017-05-18T11:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: how do i delete files from the DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29186#M20932</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you can ssh into your cluster if you configured it with a public key at creation time. BUT this question is still relevant because I am having trouble deleting files in the /dbfs directory. I accidentally ended up creating a huge number of streams with different chekcpoints paths in my top level dbfs directory. now when I try to &lt;PRE&gt;&lt;CODE&gt;rm -rf checkpoint_path&lt;/CODE&gt;&lt;/PRE&gt;, it takes FOREVER to delete. And I can't use my cluster since they consume so much memory. They wont even go away when I make an entirely new cluster!&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 22:14:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29186#M20932</guid>
      <dc:creator>PaulLintilhac</dc:creator>
      <dc:date>2017-10-03T22:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: how do i delete files from the DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29187#M20933</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Open a notebook and run the command&lt;/P&gt;
&lt;P&gt;dbutils.fs.rm("/FileStore/tables/your_table_name.csv")&lt;/P&gt;
&lt;P&gt;referencing this link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/data/databricks-file-system.html" target="test_blank"&gt;https://docs.databricks.com/data/databricks-file-system.html&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 00:04:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29187#M20933</guid>
      <dc:creator>SophieGou</dc:creator>
      <dc:date>2019-11-19T00:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: how do i delete files from the DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29188#M20934</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This works! Thanks! To be abundantly clear, this means "Open a Python notebook in Databricks, be sure it's attached to an active cluster, and then run the below command" &lt;/P&gt;
&lt;P&gt;dbutils.fs.rm("/FileStore/tables/&amp;lt;your_table_name&amp;gt;.csv")&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 04:53:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-delete-files-from-the-dbfs/m-p/29188#M20934</guid>
      <dc:creator>agonsa</dc:creator>
      <dc:date>2021-07-03T04:53:04Z</dc:date>
    </item>
  </channel>
</rss>

