0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Databricls CLI環境を構築する

0
Last updated at Posted at 2025-12-25

ローカルにdatabricks CLIをインストール

これでdatabricks -- のようなコマンドを使うことができる。

https://dbc-xxxx.cloud.databricks.com

Token(databricks内で発行)
user settings → Developer

Appの作成

Databricks内の新規からappを作成。
今回自分はnode.jsを選択。

ここからは、App作成後のページに記載しているコードでローカルにファイルを
取り込み、連携してから README記載のコマンドでローカルでアプリを立ち上げればいいだけ!

自分の場合はnpmとmodulesの依存関係のエラー
sh: vite: command not found
が出たので以下のプロセスで解決
https://qiita.com/ishidakouki/items/f06fff87d11ae93ba737

これでREADME内のFrontendのnpm runを実行すると、ローカル環境でappが起動しました。
Screenshot 2025-12-25 at 23.28.13.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?