-
Hi, I am a beginner working with spark and dotnet. Let me explain my setup first.
I have a spark master worker setup deployed using bitnami helm chart. Image is custom made to include deltalake and I …
-
Follow the step, I got my cluster working, but when I use the jupyter book for the example, I got error.
Below is the code:
```
from __future__ import print_function
import sys
from random import…
-
In the scope of this issue all the artifacts of the project will be upgraded to the latest stable versions.
-
my executor threw above error message . i check the folder in the docker container , does not have such file. Available files are
```
cpu.idle cpu.max.burst cpuset.cpus …
-
This is an important feature. It seems the current implementation simply kills the existing application and restarts new one. Any update or plan on improving it, e.g, incremental allocation? Thanks.
…
-
I am trying to run the SparkPi command on my kubernetes cluster which has kubernetes 1.8 and following the official documentation.
The command for running looks like this:
```
bin/spark-submit \
…
-
**Description:**
Currently it is not possible to deploy spark cluster on selected Kubernetes nodes. All spark pods are scheduled randomly.
It would be nice if the spark-operator had a feature to …
-
### Feature description
- what is the functionality you are trying to add/what is the problem you are trying to solve?
So basically we are facing this issue located in the k8s python client:
ht…
-
#ENV:
kylin 3.1.3
hadoop 2.5.0
hive 2.3.9
# ECHO INFO:
```# /***/apache-kylin/bin/kylin.sh start
Using hadoop conf cached dependency...
...................................................[PASS…
-
Spark 2.3 officially support run on kubernetes. While our guide of "Run on Kubernetes" is still based on a special version of Spark 2.2, which is out of date. We need to:
1. update that document to S…