databricks-cli Questions
5
Solved
I want to use databricks cli:
databricks clusters list
but this requires a manual step that requires interactive work with the user:
databricks configure --token
Is there a way to use databri...
Benis asked 14/8, 2018 at 8:31
4
Solved
I'm trying to create a new cluster in Databricks on Azure using databricks-cli.
I'm using the following command:
databricks clusters create --json '{ "cluster_name": "template2", "spark_version":...
Scrotum asked 6/6, 2018 at 13:13
1
Solved
I'm trying to upload a python file as a workspace file to my Shared Databricks workspace. Using both the CLI and the REST API each Python file I upload turns into a notebook automatically, but I wa...
Petterson asked 30/11, 2023 at 14:36
2
Solved
My ultimate goal is to mount ADLS gen2 containers into my Databricks workspace as part of my Terraform-managed deployment under the auspices of an Azure Service Principal. This is a single deployme...
Lei asked 9/3, 2022 at 18:21
3
I have installed and configured the Databricks CLI, but when I try using it I get an error indicating that it can't find a local issuer certificate:
$ dbfs ls dbfs:/databricks/cluster_init/
Error: ...
Palermo asked 14/9, 2020 at 16:6
1
Solved
Using Databricks Repos, you can add a git repo to Databricks and execute git actions such as git pull. This is done by clicking on the branch name in the top left, and clicking the button saying &q...
Bobbobb asked 30/11, 2021 at 22:20
2
I've installed and configured the Databricks CLI but get the error below when running
databricks workspace ls
Error Returned:
Error: Your authentication information may be incorrect. Please r...
Ovariotomy asked 19/7, 2019 at 15:47
4
I run following task in Azure DevOps, it always hangs for input? Why wasn't my bash automatic supply working?
databricksUrl=https://...
databricksToken=*****
databricks configure --token << ...
Headspring asked 30/9, 2020 at 16:7
1
© 2022 - 2024 — McMap. All rights reserved.