-
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…
-
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…
-
### 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…
-
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版本是否支持
-
Is there any documentation for the Livy endpoint, something similar to one for [Synapse](https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/spark-session?view=rest-synapse-data-plane-2020-1…
-
Hello,
On a new project, I'm testing if I can use this adapter for my workloads, but when I try to just debug the project, I hit a snag :
`Traceback (most recent call last):
File "/home/unix/d…
-
- 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…
-
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…
-
Apache Livy provides a REST interface for interacting with Apache Spark, how can i add livy presets, will seahorse add Livy support?