-
Hi Team,
Requirement: Install delta_sharing package in one of our EMR server.
We have installed the package in python using the below command and we are able to se and access the package.
pip…
-
**Describe the bug**
The pyspark kernel worked fine in Conda jupyter notebook, but it is not showing in the vs code jupyter kernel list. But I can use %%spark to connect my livy service and run code …
-
You can still make the rest of the notebook work by commenting out this line:
`lrModel.save(logRegDirfilename)`
And this is the error:
```
Py4JJavaError: An error occurred while calling o1156.…
-
`# Gaussian Mixture clustering
from pyspark.ml.clustering import GaussianMixture
t0 = time()
gm = GaussianMixture(k=8, maxIter=150, seed=seed, featuresCol="pca_features",
p…
-
### Steps to reproduce
Hello, I am getting following error while using Jupyter notebook:
```
Install jupyter and launch notebook:
-hdp ~]$ /opt/anaconda3/bin/jupyter notebook
.......
[I 11:40:…
ghost updated
4 years ago
-
I m using autoML(FLAML) with Spark on large data. The error image is given below
```
train = spark.read.parquet("./train.parquet")
test = spark.read.parquet("./test.parquet")
input_cols = [c…
-
### SynapseML version
0.11.0
### System information
- **Language version** (e.g. python 3.8, scala 2.12): python 3.8, scala 2.12.15
- **Spark Version** (e.g. 3.2.3): 3.2
- **Spark Platform** (e.g…
-
Hello,
I am new to genomics project.
I am running Mango and encountering build errors. Any help is greatly appreciated.
I have the following setup:
Package Versions:
```
- Python 2.7.5
…
-
Is there a way I can use this library for importing a PMML model into Spark using pyspark or scala or sparkR?
-
Students in your tutorial may encounter this. The following code cell generates an error without updating `/etc/hosts`
```
sc = SparkContext('local[4]')
```
The error is as following:
```
Py4JJavaE…