databricks / Spark-The-Definitive-Guide

Spark: The Definitive Guide's Code Repository
http://shop.oreilly.com/product/0636920034957.do
Other
2.85k stars 2.76k forks source link

Ch_9 running SQLite in Databricks #33

Closed johnnyjw closed 5 years ago

johnnyjw commented 5 years ago

Hi Is it possible to run the JDBC SQLite code in Databricks Community Edition? If so how would I set this up?

Thanks Jonathan

bllchmbrs commented 5 years ago

You should be able to prepend "/dbfs" to access it using local APIs. For instance: https://docs.databricks.com/user-guide/dbfs-databricks-file-system.html#access-dbfs-using-local-file-apis