Updated PySpark on Azure with AZTK (markdown)

Eli Barzilay 2018-04-17 14:24:47 -04:00
Родитель 70574b9347
Коммит 2fa7da926d
1 изменённых файлов: 1 добавлений и 1 удалений

@ -46,7 +46,7 @@ Feel free to modify the other parameters as needed.
To install __mmlspark__, you will need to add the following line into at the end of `.aztk/spark-defaults.conf`: To install __mmlspark__, you will need to add the following line into at the end of `.aztk/spark-defaults.conf`:
```conf ```conf
... ...
spark.jars.packages Azure:mmlspark:0.11 spark.jars.packages Azure:mmlspark:0.12
... ...
``` ```