Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1 KB

README.md

File metadata and controls

executable file
·
36 lines (26 loc) · 1 KB

Overview

This project is a simple Docker image that provides access to the latest -preview- Databricks (CLI Client).

Prerequisites

Building

Type ./build.sh to build the image.

Installation

Docker will automatically install the newly built image into the cache.

Tips and Tricks

Create a .databrickscfg file in your git folder. Paste the following into that file:

[DEFAULT]
host  = <yourhost>
token = <xxxxxxxxxxxxxxxxxxa>

Launching The Image

  • Use ./databricks-cli-cmd.sh to get your databricks version.
  • Use ./databricks-cli-cmd.sh "jobs list" to get your current jobs.

Troubleshooting

License and Credits

This project is licensed under the Apache License Version 2.0, January 2004.

List of Changes