This is a very simple example applications that show-cases how to run and debug an application directly from an IDE. The application uses the existing Databricks sample datasets.
- Import the project into your favorite IDE that can handle Maven build projects.
- To run, make sure to set the environment variables for
DATABRICKS_HOST
,DATABRICKS_TOKEN
,DATABRICKS_CLUSTER_ID
. Alternatively, please see docs for other ways to configure connection with server.