mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -12,6 +12,7 @@
|
||||
"auth": "None"
|
||||
},
|
||||
"ignore_ssl_errors": true,
|
||||
"livy_session_startup_timeout_seconds": 100,
|
||||
"logging_config": {
|
||||
"version": 1,
|
||||
"formatters": {
|
||||
|
||||
@@ -28,6 +28,7 @@ const configBase = {
|
||||
},
|
||||
|
||||
'ignore_ssl_errors': true,
|
||||
'livy_session_startup_timeout_seconds': 100,
|
||||
|
||||
'logging_config': {
|
||||
'version': 1,
|
||||
|
||||
Reference in New Issue
Block a user