This commit is contained in:
Ubuntu 2021-06-24 20:07:32 +00:00
Родитель e08393c364
Коммит d78193cc62
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -169,7 +169,7 @@ unset SPARK_HOME
```
sudo apt install openjdk-8-jdk
sudo update-alternatives --config java
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
```
* We found that there might be conflicts between the current MMLSpark jars available in the DSVM and the ones used by the library. In that case, it is better to remove those jars and rely on loading them from Maven or other repositories made available by MMLSpark team.