当前位置:网站首页>DBFS CLI : 01-Setting up the CLI
DBFS CLI : 01-Setting up the CLI
2022-04-22 19:16:00 【wangyanglongcc】
Setting up the CLI
install
pip install databricks-cli
Set up a connection to databricks
- from portal Get on the host Of url , It's like this
https://adb-79479539573402579589.1.databricks.azure.cn/
- Create a token
Settings > User Settings > Access Tokens > Generate New Token
By the following order , And then put host and token Enter the information
databricks configure --token
token Information input will not be displayed , Just press enter .
After executing the above order , In the local directory C:\Users\{yourusername} Will generate a .databrickscfg file , The contents are as follows
[DEFAULT]
host = https://adb-73432553439.1.databricks.azure.cn/
token = dapid39533432534b888d77c650
jobs-api-version = 2.0
A profound
Check which clusters exist in the current environment
databricks clusters list
Common commands
Reference link :https://docs.databricks.com/dev-tools/cli/index.html#cli-commands
-
Cluster Policies CLI
-
Clusters CLI
-
DBFS CLI
-
Groups CLI
-
Instance Pools CLI
-
Jobs CLI
-
Libraries CLI
-
Repos CLI
-
Runs CLI
-
Secrets CLI
-
Stack CLI
-
Tokens CLI
-
Workspace CLI
版权声明
本文为[wangyanglongcc]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204221909133819.html
边栏推荐
猜你喜欢

webrtc+turn+peerconnection_ Server measurement delay
![[Luogu] p2372 yyy2015c01 challenge perimeter (BFS)](/img/80/cae4f93f5432450469a07fb6e6e7fc.png)
[Luogu] p2372 yyy2015c01 challenge perimeter (BFS)

Detailed explanation of transfer method

C # joint programming with Halcon

Network security -- the use of burp suite packet capture tool

网络安全——Burp Suite抓包工具的使用

Solution for C10K scenario of ICBC distributed service

Database index

Redis缓存之String的滥用

Pychar configures CONDA and uses the correct image source address in China
随机推荐
团队工作原则
消息队列最佳实践
2020-09-08 remove comments from JS code
Introduction to high performance key value database redis
Flink窗口的类型
Revit (4) - second opening - creating columns in batch
Revit (4) - 二开 -创建批量创建柱子
WebRTC:Mesh/MCU/SFU三种通信架构
Markdown 学习和实践
The third job analysis
MySQL query with serial number
System Analyst - paper writing framework construction
创建线程的四种方式
09-Partitioning
数据库连接池HikariCP中的FastList快在哪里
There are so many operation and maintenance tools, which one to choose? Follow me for three seconds
Configure interceptor not to intercept swagger
ArrayList学习笔记
Youth training camp - swipe questions and punch in - control the number of goroutines executed concurrently
Understanding of string constant pool and intern method