Fix #8162 Spark timeout in BDC cluster is higher than client-side, causing successful sessions to show as failed (#8164)

* Fix #8162 Spark timeout in BDC cluster is higher than client-side, causing successful sessions to show as failed
This commit is contained in:
Kevin Cunnane
2019-10-31 17:00:36 -07:00
committed by GitHub
parent 5aff7ef4c7
commit 2558d6bff6
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"auth": "None"
},
"ignore_ssl_errors": true,
"livy_session_startup_timeout_seconds": 100,
"logging_config": {
"version": 1,
"formatters": {
@@ -37,4 +38,4 @@
}
}
}
}
}