Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 621 Bytes

Example ETL Application (Scala)

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.

Getting started

  1. Import the project into your favorite IDE that can handle Maven build projects.
  2. 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.