-
In a multi tenant Kubernetes cluster, it will not always be the case that livy service account has access to all namespaces. Since we look for job in all namespaces, it fails if the permission is not …
-
I upgraded the Kubernetes client from 5.6.0 to 6.5.1 to address P0 vulnerabilities in dependencies and trying to run a simple job.
It submits job and job also succeeds. However, Livy marks it fail…
-
Hello! Does this adapter work with only the Fabric Livy endpoints or would it also work with [Spark Livy endpoints](https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/spark-batch/create-spa…
-
### First Bug
```sql
set livy.session.conf.spark.driver.maxResultSize=8g;
set livy.session.conf.spark.driver.memory=12g;
set livy.session.conf.spark.driver.memoryOverhead=8g;
set livy.session.con…
-
Livy is up and running and SPARK_HOME is set correctly - able to verify by submitting to a non-secure cluster using spark_connect.
But, when trying to connect to a different cluster using livy run…
-
Hello Team,
Under livy_server, after created a session, i tried to get the session status but i get status =error and the msg is:
Authentication failed, URL: https://152101lp38.csh-dijon.cnamt…
-
怎么用有两个代码片段,一个session ,通过sql 执行的结果数据集,传递给下一个片段,参数怎么传递,另外spark 3.5.1版本是否支持
-
Trying to materialize a model with the dbt-fabric adapter. It fails to establish connection to Livy endpoint and times out at [create_session](https://github.com/microsoft/dbt-fabricspark/blob/f2c684e…
-
- Azure Data Studio Version:
Version: 1.7.0 (system setup)
Commit: e1280022d69b651cfff04b30e830904575c8acda
Date: 2019-05-08T00:55:40.928Z
VS Code 1.33.1
Electron: 3.1.8
Chrome: 66.0.3359.181
N…
-
Apache Livy provides a REST interface for interacting with Apache Spark, how can i add livy presets, will seahorse add Livy support?