You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/05/08 01:49:24 UTC

[systemds] branch master updated: [MINOR] Update spark runtime version in databricks notebook (#1267)

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cfbfef  [MINOR] Update spark runtime version in databricks notebook (#1267)
1cfbfef is described below

commit 1cfbfef9675ccad567b641e417d1829179a41cb6
Author: j143 <j1...@protonmail.com>
AuthorDate: Sat May 8 07:19:17 2021 +0530

    [MINOR] Update spark runtime version in databricks notebook (#1267)
    
    make sure setup instructions are up-to-date and relevant
---
 notebooks/databricks/MLContext.scala | 7 +++++--
 notebooks/databricks/README.md       | 8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/notebooks/databricks/MLContext.scala b/notebooks/databricks/MLContext.scala
index f7dcf75..dc10860 100644
--- a/notebooks/databricks/MLContext.scala
+++ b/notebooks/databricks/MLContext.scala
@@ -1,3 +1,4 @@
+// Databricks notebook source
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,7 +18,9 @@
  * under the License.
  */
 
-// Databricks notebook source
+
+// COMMAND ----------
+
 // MAGIC %md # Apache SystemDS on Databricks in 5 minutes
 
 // COMMAND ----------
@@ -27,7 +30,7 @@
 // MAGIC 1. In the sidebar, right-click the **Clusters** button and open the link in a new window.
 // MAGIC 1. On the Clusters page, click **Create Cluster**.
 // MAGIC 1. Name the cluster **Quickstart**.
-// MAGIC 1. In the Databricks Runtime Version drop-down, select **6.3 (Scala 2.11, Spark 2.4.4)**.
+// MAGIC 1. In the Databricks Runtime Version drop-down, select **6.4 (Scala 2.11, Spark 2.4.5)**.
 // MAGIC 1. Click **Create Cluster**.
 // MAGIC 1. Attach `SystemDS.jar` file to the libraries
 
diff --git a/notebooks/databricks/README.md b/notebooks/databricks/README.md
index e7596c9..f4ce275 100644
--- a/notebooks/databricks/README.md
+++ b/notebooks/databricks/README.md
@@ -1,9 +1,9 @@
-#### Setup SystemDS on Databricks platform
+#### Setup Apache SystemDS on Databricks platform
 
 1. Create a new account at [databricks cloud](https://community.cloud.databricks.com/)
 2. In left-side navbar select **Clusters** > **`+ Create Cluster`** > Name the cluster! > **`Create Cluster`**
 3. Navigate to the created cluster configuration.
-    a. Select **Libraries**
-    b. Select **Install New** > **Library Source [`Upload`]** and **Library Type [`Jar`]**
-    c. Upload the `SystemDS.jar` file! > **`Install`**
+    1. Select **Libraries**
+    2. Select **Install New** > **Library Source [`Upload`]** and **Library Type [`Jar`]**
+    3. Upload the `SystemDS.jar` file! > **`Install`**
 4. Attach a notebook to the cluster above.