-
Hi everyone,
If I understand well, I can use this package with pySpark. Is it correct ?
Moreover, I am not able to import the package in my python notebook (Datalab): "No module found" error.
…
-
When i try to create new jupyter notebook, I get below options
Python 2
Python 3
Python 3.5
Python 3.6
xpython
xpython is not providing me option to choose python version.
When I create xp…
-
### SynapseML version
using docker installation mentioned here https://microsoft.github.io/SynapseML/docs/getting_started/installation/#docker
### System information
- **Language version** (e…
-
Hello,
I been searching in google for a couple of hours now but I cant find a workaround this error. I'm trying to use DockerOperator for airflow.
DAG:
```from airflow import DAG
from airflow…
-
We use Jupyter notebooks to access BigTable data like so:
```
from google.cloud import bigtable
from google.cloud import happybase
client = bigtable.Client(project=project_id, admin=True)
instanc…
-
For the flip coin demo, use range instead:
heads = (sc.parallelize(range(n))
.map(lambda _: random.random())
.filter(lambda r: r
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
I have been unable to get conda-forge pyspark working out of the box, and have spent a coupl…
-
I have some questions:
1) I was trying to implement a "pyspark custom estimator" using this GitHub notebook:
https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-spark/pyspark…
-
Working on cloudera VM for windows, course 3, week1, trying to set up spark with jupyter notebooks.
After installing scripts and supposedly anaconda with jupyter support (./setup.sh) and after sou…
-
Issue Type: Bug
Open few notebooks with non sql kernel
Close ADS
Reopen ADS
Some files failed to load kernel->Kernel Dropdown: No kernel. This is good.
Notification: Could not start session: I…