talake-spark3_2.12.14.5.0.source-code.reference.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datalake-spark3_2.12 Show documentation
Show all versions of datalake-spark3_2.12 Show documentation
Library built on top of Apache Spark to speed-up data lakes development..
# configuration example for ca.ferlab.datalake.core.config.Configuration class
datalake = {
storages = [
{
filesystem=LOCAL
id = "default"
path = "spark-warehouse"
}
]
}