<?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: Jar File Upload To Workspace in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/130178#M48724</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180333"&gt;@Srinivas5&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Were you able to find a solution or approach that worked? If so, please mark the helpful reply as the Accepted Solution, or share your approach so others can benefit as well.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2025 15:34:53 GMT</pubDate>
    <dc:creator>Advika</dc:creator>
    <dc:date>2025-08-29T15:34:53Z</dc:date>
    <item>
      <title>Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129030#M48414</link>
      <description>&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;#dbfs&lt;/P&gt;&lt;P&gt;I am unable to upload jar file dbfs to job cluster as it's deprecated now I need to upload it to workspace and install it to cluster, hower my jar size is 70mb i can't upload it through api or cli as max size is 50mb. Is there alternative ways to achieve this ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 18:07:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129030#M48414</guid>
      <dc:creator>Srinivas5</dc:creator>
      <dc:date>2025-08-20T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129031#M48415</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180333"&gt;@Srinivas5&lt;/a&gt;,&lt;BR /&gt;Did you try uploading your JAR file to a Unity Catalog volume? That might help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 18:17:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129031#M48415</guid>
      <dc:creator>WiliamRosa</dc:creator>
      <dc:date>2025-08-20T18:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129033#M48417</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179612"&gt;@WiliamRosa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for response,&lt;/P&gt;&lt;P&gt;I didn't try , is there any other way to upload it to databricks workspace?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 18:25:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129033#M48417</guid>
      <dc:creator>Srinivas5</dc:creator>
      <dc:date>2025-08-20T18:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129037#M48420</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180333"&gt;@Srinivas5&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can zip you jar file into 2 parts and upload them separately. Then just use %sh magic command and unzip them in your workspace&lt;/P&gt;&lt;LI-CODE lang="python"&gt;zip -s 40m archive.zip myfile.jar&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Aug 2025 19:22:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129037#M48420</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-20T19:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129162#M48455</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179612"&gt;@WiliamRosa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For every cicd release pipeline new jar artifact will be created usually it automatically upload that jar file to dbfs and install it on job clusters but in latest run time versions dbfs libraries are deprecated now, I need to automate the process the jar installation through workspace, for this first have to upload jar to workspace and I have try upload in chunks as jar size is 70mb but that also not working , is there another approach to fullfill this requirement.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 17:52:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129162#M48455</guid>
      <dc:creator>Srinivas5</dc:creator>
      <dc:date>2025-08-21T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129170#M48456</link>
      <description>&lt;P&gt;Why it's not working when you are sending in chunks? What error did you get?&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I guess you should consider of using UC volumes. Then you could just use Files API, which let's you send files up to 5 GB:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/api/workspace/files/upload" target="_blank"&gt;https://docs.databricks.com/api/workspace/files/upload&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 19:22:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/129170#M48456</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-21T19:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Jar File Upload To Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/130178#M48724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/180333"&gt;@Srinivas5&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Were you able to find a solution or approach that worked? If so, please mark the helpful reply as the Accepted Solution, or share your approach so others can benefit as well.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 15:34:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jar-file-upload-to-workspace/m-p/130178#M48724</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-08-29T15:34:53Z</dc:date>
    </item>
  </channel>
</rss>

