<?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 databricks-cli in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78922#M3433</link>
    <description>&lt;P&gt;Hello! I am trying to use the databricks asset bundles through the webui on a databricks compute cluster. However to use this I need the databricks-cli library. I tried to install it on a cluster like described in the documentation using the curl command:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/dev-tools/cli/install.html#curl-update-for-linux-macos-and-windows" target="_blank" rel="noopener"&gt;Install or update the Databricks CLI | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;curl -fsSL &lt;A href="https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh" target="_blank" rel="noopener"&gt;https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh&lt;/A&gt; | sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Output: "&lt;SPAN&gt;Installed Databricks CLI v0.223.2 at /root/bin/databricks."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, when i tried to run databricks -v it says that it doesn't know the command databricks, meaning it didn't install properly. Apparently /root/bin/databricks isn't available in the PATH env variable. To fix this I can just add the location to the PATH variable, but this seems like a convoluted way to get this started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am wondering is, am I not supposed to use the databricks-cli on your own compute clusters? And if it should be compatible with your own platform then is this not a rediculously convoluted way to be able to use your own library on your own platform?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 07:19:36 GMT</pubDate>
    <dc:creator>skelchtermans</dc:creator>
    <dc:date>2024-07-16T07:19:36Z</dc:date>
    <item>
      <title>databricks-cli</title>
      <link>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78922#M3433</link>
      <description>&lt;P&gt;Hello! I am trying to use the databricks asset bundles through the webui on a databricks compute cluster. However to use this I need the databricks-cli library. I tried to install it on a cluster like described in the documentation using the curl command:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/dev-tools/cli/install.html#curl-update-for-linux-macos-and-windows" target="_blank" rel="noopener"&gt;Install or update the Databricks CLI | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;curl -fsSL &lt;A href="https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh" target="_blank" rel="noopener"&gt;https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh&lt;/A&gt; | sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Output: "&lt;SPAN&gt;Installed Databricks CLI v0.223.2 at /root/bin/databricks."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, when i tried to run databricks -v it says that it doesn't know the command databricks, meaning it didn't install properly. Apparently /root/bin/databricks isn't available in the PATH env variable. To fix this I can just add the location to the PATH variable, but this seems like a convoluted way to get this started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am wondering is, am I not supposed to use the databricks-cli on your own compute clusters? And if it should be compatible with your own platform then is this not a rediculously convoluted way to be able to use your own library on your own platform?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 07:19:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78922#M3433</guid>
      <dc:creator>skelchtermans</dc:creator>
      <dc:date>2024-07-16T07:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: databricks-cli</title>
      <link>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78925#M3435</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/112327"&gt;@skelchtermans&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is native support if you use web terminal. But you must first turn it on on workspace. Look at below guide:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/compute/web-terminal.html#cli-workspace" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/compute/web-terminal.html#cli-workspace&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 07:53:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78925#M3435</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-07-16T07:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: databricks-cli</title>
      <link>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78931#M3436</link>
      <description>&lt;P&gt;I have access to a webterminal on a personal compute with a single user acces mode but when I run "databricks -v" it still states that the command databricks is unknown. Do you mean that integration of databricks-cli needs to be turned on on a workspace level?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 08:21:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78931#M3436</guid>
      <dc:creator>skelchtermans</dc:creator>
      <dc:date>2024-07-16T08:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: databricks-cli</title>
      <link>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78937#M3437</link>
      <description>&lt;P&gt;Yeah, to enable it follow below guide:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/admin/clusters/web-terminal.html" target="_blank"&gt;https://docs.databricks.com/en/admin/clusters/web-terminal.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One you done it, you should be able to run datbricks command. In below guide the even use assets bundles commands as an example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/compute/web-terminal.html#cli-workspace" target="_blank"&gt;https://docs.databricks.com/en/compute/web-terminal.html#cli-workspace&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 09:18:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/78937#M3437</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-07-16T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: databricks-cli</title>
      <link>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/79178#M3440</link>
      <description>&lt;P&gt;Thank you for your help! I read over the part of the runtime of your cluster which has to be 15.0 or more in the documentation you linked. I checked and my compute was still on a LTS 14.3 runtime version, which was the cause.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 06:29:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/databricks-cli/m-p/79178#M3440</guid>
      <dc:creator>skelchtermans</dc:creator>
      <dc:date>2024-07-18T06:29:17Z</dc:date>
    </item>
  </channel>
</rss>

