From 62aed6eea5a18cab3d446159392ffd18b251b057 Mon Sep 17 00:00:00 2001 From: Matthew Tovbin Date: Sat, 22 Sep 2018 23:04:41 -0700 Subject: [PATCH] Update Running-from-Spark-Shell.md --- docs/examples/Running-from-Spark-Shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/Running-from-Spark-Shell.md b/docs/examples/Running-from-Spark-Shell.md index 5132e22591..685cda4900 100644 --- a/docs/examples/Running-from-Spark-Shell.md +++ b/docs/examples/Running-from-Spark-Shell.md @@ -3,7 +3,7 @@ Start up your spark shell and add the [TransmogrifAI package](https://spark-packages.org/package/salesforce/TransmogrifAI): ```bash -$SPARK_HOME/bin/spark-shell --packages com.salesforce.transmogrifai:transmogrifai-core_2.11:0.3.4 +$SPARK_HOME/bin/spark-shell --packages com.salesforce.transmogrifai:transmogrifai-core_2.11:0.4.0 ``` Or if you'd like to use the latest version from master: