-
Hello *
I do: (spark kernel loaded)
%reload_ext sparkmagic.magics
%manage_spark
Error Message:
MagicsControllerWidget(children=(Tab(children=(ManageSessionWidget(children=(HTML(value=''), HTM…
-
i have deploy griffin and run at local,but when i run `java -jar service/target/service.jar`, it says port 8080 is used.how can i change the port to others?
-
If a column has null value in every row/record, %%sql will not drop that entire column.
To reproduce, create a table where a column has only null values, e.g.
%%sql
insert into table
values (1…
-
### Backend
VL (Velox)
### Bug description
I am using Gluten(tag v1.1.1) + Velox + folly + spark3.4.2 + yarn,building with centos8 aarch64, running on aarch64 , while yarn container running with …
-
Hi,
Can anyone please point me to the process of enabling Jupyter notebook on a kerberized environment or confirm if this is at all possible.
-
When inserting 46000++ records in Azure Data Studio, the app become not responsive. The query itself took only about 3 mins
-
### 请描述您的问题
*询问有关本项目的使用和其他方面的相关问题。*
![image](https://user-images.githubusercontent.com/72912423/181450801-86d03efe-fcca-4a13-9a8a-744d2c0bb0cb.png)
-
When using the BinaryClassificationMetrics there is an error, possible related to conversion of data types. This only occurs when using Sparkmagic and Livy.
*Input:*
```from pyspark import SparkCo…
-
Hi all
I've executed the following steps in order to use sparkmagic fron Jupyter notebook:
- create a new and clean environment
` conda create -n spark python=3`
- add kernel
` conda …
-
I have installed ambari-server and agent following the [official documentation](https://www.opensourcedataplatform.com/docs/1.2.2.0/introduction/). Hosts are registered and all hosts checks are passed…