From 2fa7da926d6e5532e5202dc6b7eb638e21940fcc Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 17 Apr 2018 14:24:47 -0400 Subject: [PATCH] Updated PySpark on Azure with AZTK (markdown) --- PySpark-on-Azure-with-AZTK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySpark-on-Azure-with-AZTK.md b/PySpark-on-Azure-with-AZTK.md index f68f85c..0ab4f8f 100644 --- a/PySpark-on-Azure-with-AZTK.md +++ b/PySpark-on-Azure-with-AZTK.md @@ -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`: ```conf ... -spark.jars.packages Azure:mmlspark:0.11 +spark.jars.packages Azure:mmlspark:0.12 ... ```