<?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: Suddenly can't find the option to uplaod files into Databricks Community Edition in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94973#M39023</link>
    <description>&lt;P&gt;It's fixed. You can continue to use Upload.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Oct 2024 01:03:10 GMT</pubDate>
    <dc:creator>gchandra</dc:creator>
    <dc:date>2024-10-19T01:03:10Z</dc:date>
    <item>
      <title>Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94343#M38879</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I am suddenly unable to find the option to upload my files into Databricks Community Edition today. Please find the same in the screenshot attached. Is anyone else also facing this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 20:45:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94343#M38879</guid>
      <dc:creator>Younevano</dc:creator>
      <dc:date>2024-10-16T20:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94347#M38880</link>
      <description>&lt;P&gt;I was about to post the same question, for some reason we are not able to find the dbfs toggle option in settings either!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 21:36:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94347#M38880</guid>
      <dc:creator>Vamsi_B</dc:creator>
      <dc:date>2024-10-16T21:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94357#M38882</link>
      <description>&lt;P&gt;I'm facing the same issue, were you able to find a solution for this? or a work around?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 01:21:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94357#M38882</guid>
      <dc:creator>Alexisqc92</dc:creator>
      <dc:date>2024-10-17T01:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94358#M38883</link>
      <description>&lt;P&gt;The workaround will be to Mount the S3 bucket and use that as your source.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 02:15:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94358#M38883</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-17T02:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94359#M38884</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;access_key = &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;secret_key = &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;encoded_secret_key = secret_key.replace(&lt;/SPAN&gt;&lt;SPAN&gt;"/"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"%2F"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;aws_bucket_name = &lt;/SPAN&gt;&lt;SPAN&gt;"yourawsbucketname/"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mount_name = &lt;/SPAN&gt;&lt;SPAN&gt;"youraliasmountname"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;#&amp;nbsp;#dbutils.fs.unmount&lt;/SPAN&gt;&lt;SPAN&gt;f"/mnt/&lt;/SPAN&gt;&lt;SPAN&gt;{mount_name}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;dbutils.fs.mount(&lt;/SPAN&gt;&lt;SPAN&gt;f"s3a://&lt;/SPAN&gt;&lt;SPAN&gt;{access_key}&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;{encoded_secret_key}&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{aws_bucket_name}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;f"/mnt/&lt;/SPAN&gt;&lt;SPAN&gt;{mount_name}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;After mounting&lt;BR /&gt;goto next cell %fs ls /mnt/youraliasmountname&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Oct 2024 02:18:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94359#M38884</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-17T02:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94603#M38930</link>
      <description>&lt;P&gt;Anyone found any solution please post here&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 15:01:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94603#M38930</guid>
      <dc:creator>thorffin</dc:creator>
      <dc:date>2024-10-17T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94661#M38948</link>
      <description>&lt;P&gt;What about the IAM config and all that? Is the&amp;nbsp;&lt;SPAN&gt;dbfs file upload permanently disabled for the community edition?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 23:01:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94661#M38948</guid>
      <dc:creator>nynaevealmeera</dc:creator>
      <dc:date>2024-10-17T23:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94664#M38949</link>
      <description>&lt;P&gt;Perfect time for this to happen -- right in the middle of a class assignment due in a few days. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;The easiest way to do it is by using&amp;nbsp;dbutils.fs.mv&amp;nbsp;to mv the file from the local system to the dbfs. Here is a complete example:&lt;/P&gt;&lt;P&gt;## create file in the local fs&lt;BR /&gt;with open("./test_file.txt", "w") as file:&lt;BR /&gt;lines = "\n".join(map(str, range(5)))&lt;BR /&gt;file.write(lines)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;!cat test_file.txt&lt;BR /&gt;&amp;gt;&amp;gt; 0 1 2 3 4&lt;/P&gt;&lt;P&gt;#mv file from local fs to dbf&lt;BR /&gt;dbutils.fs.mv("file:/databricks/driver/test_file.txt", "dbfs:/test_file.txt")&lt;BR /&gt;&amp;gt;&amp;gt; Out[10]: True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Read the file as an RDD&lt;BR /&gt;file_path = "dbfs:/test_file.txt"&lt;BR /&gt;rdd = sc.textFile(file_path)&lt;BR /&gt;rdd.collect()&lt;BR /&gt;&amp;gt;&amp;gt; Out[11]: ['0', '1', '2', '3', '4']&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 23:16:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94664#M38949</guid>
      <dc:creator>mahdi</dc:creator>
      <dc:date>2024-10-17T23:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94953#M39010</link>
      <description>&lt;P&gt;Many thanks for this gchandra.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will Databricks ever bring back the upload files option into Databricks Community Edition near future? I never mounted an S3 bucket, so will have to test, teach all my students about&amp;nbsp;S3 buckets, not feasible in the middle of the course. Are you able to provide easy steps to mount&amp;nbsp;S3 buckets without incurring any charges please?&lt;BR /&gt;Thank you Sandra&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 21:06:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94953#M39010</guid>
      <dc:creator>SandraFernando</dc:creator>
      <dc:date>2024-10-18T21:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94954#M39011</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CE product roadmap is not available, so I cannot comment on that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have provided 2 alternate options. AWS offers Free Tier&amp;nbsp;&lt;A href="https://aws.amazon.com/free/" target="_blank"&gt;https://aws.amazon.com/free/&lt;/A&gt;&amp;nbsp;up to 1 year and students can benefit from that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/td-p/94933" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/td-p/94933&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let me know if you have any further questions.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 21:13:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94954#M39011</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94972#M39022</link>
      <description>&lt;P&gt;It's fixed. You can continue to use Upload.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 01:02:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94972#M39022</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-19T01:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94973#M39023</link>
      <description>&lt;P&gt;It's fixed. You can continue to use Upload.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 01:03:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/94973#M39023</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-19T01:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/95006#M39032</link>
      <description>&lt;P&gt;Thanks gchandra, I hope it is going to stay therefor a long time? thanks Sandra&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 14:49:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/95006#M39032</guid>
      <dc:creator>SandraFernando</dc:creator>
      <dc:date>2024-10-19T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suddenly can't find the option to uplaod files into Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/103420#M41435</link>
      <description>&lt;P&gt;GChandra, did it get removed again? I just signed up for Community free edition, and I don't see an option to Upload files. Please advise.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 22:54:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/suddenly-can-t-find-the-option-to-uplaod-files-into-databricks/m-p/103420#M41435</guid>
      <dc:creator>geraldhopkins</dc:creator>
      <dc:date>2024-12-28T22:54:30Z</dc:date>
    </item>
  </channel>
</rss>

