<?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: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace... in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35024#M25709</link>
    <description>&lt;P&gt;Hello Mat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for letting us know. Would you be happy to mark your answer as best if that will solve the problem for others? That way, members will be able to find the solution more easily. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 19:50:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-18T19:50:40Z</dc:date>
    <item>
      <title>Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35019#M25704</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any documentation on where the /databricks-datasets/ mount is actually served from?&lt;/P&gt;&lt;P&gt;We are looking at locking down where our workspace can reach out to via the internet and as it currently stands we are unable to reach this.&lt;/P&gt;&lt;P&gt;I did look at the mounts() command but it didn't give a URL etc and checked the readme in the root and it didn't have any useful info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:43:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35019#M25704</guid>
      <dc:creator>Confused</dc:creator>
      <dc:date>2021-11-16T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35020#M25705</link>
      <description>&lt;P&gt;It is in dbfs default storage:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/dbfs/databricks-datasets&lt;/P&gt;&lt;P&gt;dbfs:/databricks-datasets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on console it is in Data, not Workspace. To test you can use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;dbutils.fs.ls('/databricks-datasets')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(in dbutils no need to add dbfs folder as it is only for that folder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use Rest API Workspace is for notebooks, libraries etc not for dbfs. To get access to dbfs storage you need to use DBFS API &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/dbfs" target="test_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/dbfs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 11:19:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35020#M25705</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-16T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35021#M25706</link>
      <description>&lt;P&gt;Hi Hubert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but I guess I didn't explain the issue well, we were looking to find out what was mounted to that location.  We've got it now, it goes off to an S3 container in AWS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 11:52:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35021#M25706</guid>
      <dc:creator>Confused</dc:creator>
      <dc:date>2021-11-16T11:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35022#M25707</link>
      <description>&lt;P&gt;Hi @Mathew Walters​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mount point will be created dynamically according to the cloud provider that you are accessing from. For example, if you are using AWS, then the mount point will grab the data from a S3 location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you execute the following command in your notebook "display(dbutils.fs.mounts())" you will be able to find the source and the mountpoint it maps to.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 18:13:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35022#M25707</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-11-17T18:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35023#M25708</link>
      <description>&lt;P&gt;Hi @Jose Gonzalez​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not correct, for us at least, we are using Azure and the mount goes off to AWS S3.  It also doesn't give us the information when we run that command, it was the first thing I tried:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2315i37C090172003DD87/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;As you can see, it doesn't give us the real location, even though /mnt/training does (and is in Azure).&lt;/P&gt;&lt;P&gt;We tracked it down to S3 using firewall logs in the end.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:44:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35023#M25708</guid>
      <dc:creator>Confused</dc:creator>
      <dc:date>2021-11-18T07:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35024#M25709</link>
      <description>&lt;P&gt;Hello Mat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for letting us know. Would you be happy to mark your answer as best if that will solve the problem for others? That way, members will be able to find the solution more easily. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 19:50:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35024#M25709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-18T19:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Guys Is there any documentation on where the /databricks-datasets/ mount is actually served from?We are looking at locking down where our workspace...</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35025#M25710</link>
      <description>&lt;P&gt;yes now I remember that on Azure I had it also on S3  and I deleted content. It is some databricks education repo on s3 s3a://databricks-datasets-oregon. You can see it in logs with more details. No idea how to get rid off it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;21/11/18 21:21:33 INFO DatabricksMountsStore: Updated mounts cache. Changes: List(, (+,DbfsMountPoint(s3a://databricks-datasets-oregon/, /databricks-datasets)), (+,DbfsMountPoint(unsupported-access-mechanism-for-path--use-mlflow-client:/, /databricks/mlflow-tracking)), (+,DbfsMountPoint(wasbs://dbstoragexxx.blob.core.windows.net/***, /databricks-results)), (+,DbfsMountPoint(unsupported-access-mechanism-for-path--use-mlflow-client:/, /databricks/mlflow-registry))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 21:29:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-guys-is-there-any-documentation-on-where-the-databricks/m-p/35025#M25710</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-18T21:29:15Z</dc:date>
    </item>
  </channel>
</rss>

