This is not needed, was a duplicate of the original template.

This is not needed, was a duplicate of the original template.
This commit is contained in:
Ayman El-Ghazali 2020-07-07 12:44:46 -04:00 коммит произвёл GitHub
Родитель d4adf891c1
Коммит 984c3b1bb4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 27 удалений

Просмотреть файл

@ -1,27 +0,0 @@
{
"name": "{{ job.name }}",
"new_cluster": {
"spark_version": "5.3.x-scala2.11",
"node_type_id": "Standard_D3_v2",
"num_workers": {{ job.workers }}
},
"libraries": [
{
"jar": "dbfs:/my-jar.jar"
},
{
"maven": {
"coordinates": "org.jsoup:jsoup:1.7.2"
}
}
],
"timeout_seconds": 3600,
"max_retries": 1,
"schedule": {
"quartz_cron_expression": "0 15 22 ? * *",
"timezone_id": "America/Los_Angeles"
},
"spark_jar_task": {
"main_class_name": "com.databricks.ComputeModels"
}
}