You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DBeaver connection URL, one can include default;#spark.driver.memory=4g;spark.executor.instances=10;spark.executor.cpu=2;spark.executor.memory=4g for each connection session.
Similar to I would like to set/pass session configuration from Apache Superset. I tried the following while adding database connection but it throws Kyuubi sql Exeception
sparksql://localhost:10009/default
Advanced -> others -> engine_config
Please, let me know how can I achieve the same in the Superset? By default, it always starts 2 instances or whatever configured in the spark-default.conf file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Kyuubi 1.9.1, Spark SQL engine on K8S
In DBeaver connection URL, one can include
default;#spark.driver.memory=4g;spark.executor.instances=10;spark.executor.cpu=2;spark.executor.memory=4g
for each connection session.Similar to I would like to set/pass session configuration from Apache Superset. I tried the following while adding database connection but it throws Kyuubi sql Exeception
sparksql://localhost:10009/default
Advanced -> others -> engine_config
Please, let me know how can I achieve the same in the Superset? By default, it always starts 2 instances or whatever configured in the spark-default.conf file.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions