This commit is contained in:
miguelgfierro 2020-06-22 12:49:57 +00:00
Родитель 871ef72e64
Коммит 1881066726
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -192,6 +192,13 @@ SPARK_WORKER_OPTS="-Dspark.worker.cleanup.enabled=true, -Dspark.worker.cleanup.a
* Another source of problems is when the variable `SPARK_HOME` is not set correctly. In the Azure DSVM, `SPARK_HOME` should be `/dsvm/tools/spark/current`.
* Java 11 might produce errors when running the notebooks. To change it to Java 8:
```
sudo apt install openjdk-8-jdk
sudo update-alternatives --config java
```
## Setup guide for Azure Databricks
### Requirements of Azure Databricks