SynapseML/tools/helm/livy/jars
Puneet Pruthi 3bd5bef91d
style: improve style using pre-commit (#1538)
* chore: pre-commit first pass

* Add developer docs

* update version for pre-commit hooks

* remove manual black hook config

Co-authored-by: Puneet Pruthi <ppruthi@microsoft.com>
2022-06-21 14:31:34 -05:00
..
README.md

README.md

Jars in this folder are added to front of the spark classpath (SPARK_DIST_CLASSPATH) . Add jars here to override the default spark jars. This is useful when your spark job depends on a more up to date version of the default spark jars. Use with caution as jars added here can break spark dependencies.