Repository: incubator-systemml Updated Branches: refs/heads/master c334c2c85 -> bcdc9da51
[SYSTEMML-594] Adding tutorial to run SystemML on Bluemix/DSW using Zeppelin/Jupyter Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/bcdc9da5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/bcdc9da5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/bcdc9da5 Branch: refs/heads/master Commit: bcdc9da51b85388f7221394bc6273ff654e9f102 Parents: c334c2c Author: Niketan Pansare <[email protected]> Authored: Mon May 16 18:07:26 2016 -0700 Committer: Niketan Pansare <[email protected]> Committed: Mon May 16 18:08:37 2016 -0700 ---------------------------------------------------------------------- samples/images/bluemix_screen.jpeg | Bin 0 -> 103436 bytes samples/images/bluemix_spark_screen.jpeg | Bin 0 -> 116357 bytes samples/images/bluemix_spark_screen2.jpeg | Bin 0 -> 145489 bytes samples/images/bluemix_spark_screen3.jpeg | Bin 0 -> 103383 bytes samples/images/bluemix_spark_screen4.jpeg | Bin 0 -> 160587 bytes samples/images/datascientistworkbench.jpeg | Bin 0 -> 155624 bytes samples/images/datascientistworkbench1.jpeg | Bin 0 -> 133176 bytes samples/images/datascientistworkbench2.jpeg | Bin 0 -> 175770 bytes samples/import-nb-bluemix.md | 26 +++++ samples/import-nb-datascientistworkbench.md | 18 ++++ samples/jupyter-notebooks/tutorial1.ipynb | 103 +++++++++++++++++++ .../zeppelin-notebooks/tutorial1_zeppelin.json | 1 + 12 files changed, 148 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/bluemix_screen.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/bluemix_screen.jpeg b/samples/images/bluemix_screen.jpeg new file mode 100644 index 0000000..acdb1fd Binary files /dev/null and b/samples/images/bluemix_screen.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/bluemix_spark_screen.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/bluemix_spark_screen.jpeg b/samples/images/bluemix_spark_screen.jpeg new file mode 100644 index 0000000..ae69d79 Binary files /dev/null and b/samples/images/bluemix_spark_screen.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/bluemix_spark_screen2.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/bluemix_spark_screen2.jpeg b/samples/images/bluemix_spark_screen2.jpeg new file mode 100644 index 0000000..ddb4896 Binary files /dev/null and b/samples/images/bluemix_spark_screen2.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/bluemix_spark_screen3.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/bluemix_spark_screen3.jpeg b/samples/images/bluemix_spark_screen3.jpeg new file mode 100644 index 0000000..c0ecd3c Binary files /dev/null and b/samples/images/bluemix_spark_screen3.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/bluemix_spark_screen4.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/bluemix_spark_screen4.jpeg b/samples/images/bluemix_spark_screen4.jpeg new file mode 100644 index 0000000..11c409b Binary files /dev/null and b/samples/images/bluemix_spark_screen4.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/datascientistworkbench.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/datascientistworkbench.jpeg b/samples/images/datascientistworkbench.jpeg new file mode 100644 index 0000000..09e7a36 Binary files /dev/null and b/samples/images/datascientistworkbench.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/datascientistworkbench1.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/datascientistworkbench1.jpeg b/samples/images/datascientistworkbench1.jpeg new file mode 100644 index 0000000..55b15f4 Binary files /dev/null and b/samples/images/datascientistworkbench1.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/images/datascientistworkbench2.jpeg ---------------------------------------------------------------------- diff --git a/samples/images/datascientistworkbench2.jpeg b/samples/images/datascientistworkbench2.jpeg new file mode 100644 index 0000000..5bb631a Binary files /dev/null and b/samples/images/datascientistworkbench2.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/import-nb-bluemix.md ---------------------------------------------------------------------- diff --git a/samples/import-nb-bluemix.md b/samples/import-nb-bluemix.md new file mode 100644 index 0000000..d30a3d8 --- /dev/null +++ b/samples/import-nb-bluemix.md @@ -0,0 +1,26 @@ +## General setup to run one of the Jupyter notebooks on IBM Bluemix: + +* Clone the repository to download the notebooks +``` +git clone https://github.com/apache/incubator-systemml.git +``` + +* Log on to https://console.ng.bluemix.net/ and create Apache Spark service: + + + +* Go to Apache Spark service dashboard and click on notebook button: + + + +* Create a new notebook: + + + +* Upload the notebook from this tutorial you want run on bluemix: + + + +* Hurray, we now have a scala notebook running on bluemix: + + http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/import-nb-datascientistworkbench.md ---------------------------------------------------------------------- diff --git a/samples/import-nb-datascientistworkbench.md b/samples/import-nb-datascientistworkbench.md new file mode 100644 index 0000000..c088052 --- /dev/null +++ b/samples/import-nb-datascientistworkbench.md @@ -0,0 +1,18 @@ +## General setup to run one of the Zeppelin notebooks on https://datascientistworkbench.com/: + +* Clone the repository to download the notebooks +``` +git clone https://github.com/apache/incubator-systemml.git +``` + +* Create Zeppelin notebook + + + +* Upload Zeppelin notebook + + + +* Hurray, we now have a scala notebook running on datascientist workbench: + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/jupyter-notebooks/tutorial1.ipynb ---------------------------------------------------------------------- diff --git a/samples/jupyter-notebooks/tutorial1.ipynb b/samples/jupyter-notebooks/tutorial1.ipynb new file mode 100644 index 0000000..4cde8f8 --- /dev/null +++ b/samples/jupyter-notebooks/tutorial1.ipynb @@ -0,0 +1,103 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Starting download from https://sparktc.ibmcloud.com/repo/latest/SystemML.jar\n", + "Finished download of SystemML.jar\n" + ] + } + ], + "source": [ + "%AddJar https://sparktc.ibmcloud.com/repo/latest/SystemML.jar" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "import org.apache.sysml.api.MLContext" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "import org.apache.spark.sql.SQLContext\n", + "val sqlCtx = new SQLContext(sc)\n", + "val ml = new MLContext(sc)\n", + "val dml = \"\"\"\n", + "X = rand(rows=100, cols=10)\n", + "sumX = sum(X)\n", + "outMatrix = matrix(sumX, rows=1, cols=1)\n", + "write(outMatrix, \" \", format=\"csv\")\n", + "\"\"\"\n", + "ml.reset()\n", + "ml.registerOutput(\"outMatrix\")\n", + "val out = ml.executeScript(dml)\n", + "val outMatrix = out.getDF(sqlCtx, \"outMatrix\")" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "+---+------------------+\n", + "| ID| C1|\n", + "+---+------------------+\n", + "|0.0|507.71224689601286|\n", + "+---+------------------+\n", + "\n" + ] + } + ], + "source": [ + "outMatrix.show" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Scala 2.10", + "language": "scala", + "name": "spark" + }, + "language_info": { + "name": "scala" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/bcdc9da5/samples/zeppelin-notebooks/tutorial1_zeppelin.json ---------------------------------------------------------------------- diff --git a/samples/zeppelin-notebooks/tutorial1_zeppelin.json b/samples/zeppelin-notebooks/tutorial1_zeppelin.json new file mode 100644 index 0000000..a0385dd --- /dev/null +++ b/samples/zeppelin-notebooks/tutorial1_zeppelin.json @@ -0,0 +1 @@ +{"paragraphs":[{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true,"editorMode":"ace/mode/scala"},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1460062914890_499572682","id":"20160407-210154_742995576","dateCreated":"Apr 7, 2016 9:01:54 PM","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:354","text":"%dep\r\nz.load(\"org.apache.systemml:systemml:0.9.0-incubating\")","dateUpdated":"Apr 8, 2016 12:30:17 AM","dateFinished":"Apr 7, 2016 9:04:46 PM","dateStarted":"Apr 7, 2016 9:04:46 PM","result":{"code":"SUCCESS","type":"TEXT","msg":"res1: org.apache.zeppelin.spark.dep.Dependency = org.apache.zeppelin.spark.dep.Dependency@2652117f\n"}},{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true,"editorMode":"ace/mode/scala"},"settings":{"params":{},"forms":{}},"jobName":"paragraph _1460063047961_207364377","id":"20160407-210407_1127760007","dateCreated":"Apr 7, 2016 9:04:07 PM","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:375","dateUpdated":"Apr 7, 2016 9:04:46 PM","dateFinished":"Apr 7, 2016 9:05:10 PM","dateStarted":"Apr 7, 2016 9:04:46 PM","result":{"code":"SUCCESS","type":"TEXT","msg":"import org.apache.sysml.api.MLContext\n"},"text":"import org.apache.sysml.api.MLContext"},{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true,"editorMode":"ace/mode/scala"},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1460063086400_-566304364","id":"20160407-210446_523705226","dateCreated":"Apr 7, 2016 9:04:46 PM","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:395","dateUpdated":"Apr 7, 2016 9:44:43 PM","dateFinished":"Apr 7, 2016 9:44:44 PM","dateStarted":"Apr 7, 2016 9:44:43 PM","result":{"code":"SUCCESS","type":"TEXT"," msg":"import org.apache.spark.sql.SQLContext\nsqlCtx: org.apache.spark.sql.SQLContext = org.apache.spark.sql.SQLContext@44252a8a\nml: org.apache.sysml.api.MLContext = org.apache.sysml.api.MLContext@f5ff11c\ndml: String = \n\"\nX = rand(rows=100, cols=10)\nsumX = sum(X)\noutMatrix = matrix(sumX, rows=1, cols=1)\nwrite(outMatrix, \" \", format=\"csv\")\n\"\nout: org.apache.sysml.api.MLOutput = org.apache.sysml.api.MLOutput@7f2976c4\noutMatrix: org.apache.spark.sql.DataFrame = [ID: double, C1: double]\n"},"text":"import org.apache.spark.sql.SQLContext\nval sqlCtx = new SQLContext(sc)\nval ml = new MLContext(sc)\nval dml = \"\"\"\nX = rand(rows=100, cols=10)\nsumX = sum(X)\noutMatrix = matrix(sumX, rows=1, cols=1)\nwrite(outMatrix, \" \", format=\"csv\")\n\"\"\"\nml.reset()\nml.registerOutput(\"outMatrix\")\nval out = ml.executeScript(dml)\nval outMatrix = out.getDF(sqlCtx, \"outMatrix\")"},{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"value s":[],"groups":[],"scatter":{}},"enabled":true,"editorMode":"ace/mode/scala"},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1460063826194_1965196735","id":"20160407-211706_2075868632","dateCreated":"Apr 7, 2016 9:17:06 PM","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:413","dateUpdated":"Apr 7, 2016 9:45:23 PM","dateFinished":"Apr 7, 2016 9:45:23 PM","dateStarted":"Apr 7, 2016 9:45:23 PM","result":{"code":"SUCCESS","type":"TEXT","msg":"+---+------------------+\n| ID| C1|\n+---+------------------+\n|0.0|508.60328663270093|\n+---+------------------+\n\n"},"text":"outMatrix.show()"},{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true,"editorMode":"ace/mode/sh"},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1460065523381_66686365","id":"20160407-214523_1983686952","dateCreated":"Apr 7, 2016 9:45:23 PM","status":"FINISHED","progressUpda teIntervalMs":500,"$$hashKey":"object:506","dateUpdated":"Apr 7, 2016 9:50:27 PM","dateFinished":"Apr 7, 2016 9:50:31 PM","dateStarted":"Apr 7, 2016 9:50:27 PM","result":{"code":"SUCCESS","type":"TEXT","msg":"--2016-04-07 21:50:28-- https://sparktc.ibmcloud.com/repo/latest/SystemML.jar\nResolving sparktc.ibmcloud.com (sparktc.ibmcloud.com)... 169.54.146.42\nConnecting to sparktc.ibmcloud.com (sparktc.ibmcloud.com)|169.54.146.42|:443... connected.\nHTTP request sent, awaiting response... 200 OK\nLength: 6299395 (6.0M) [application/x-java-archive]\nSaving to: 'SystemML.jar'\n\n 0K .......... .......... .......... .......... .......... 0% 261K 23s\n 50K .......... .......... .......... .......... .......... 1% 390K 19s\n 100K .......... .......... .......... .......... .......... 2% 777K 15s\n 150K .......... .......... .......... .......... .......... 3% 391K 15s\n 200K .......... .......... .......... .......... .......... 4% 779K 14s\n 250K .......... ..... ..... .......... .......... .......... 4% 777K 12s\n 300K .......... .......... .......... .......... .......... 5% 781K 12s\n 350K .......... .......... .......... .......... .......... 6% 780K 11s\n 400K .......... .......... .......... .......... .......... 7% 782K 11s\n 450K .......... .......... .......... .......... .......... 8% 781K 10s\n 500K .......... .......... .......... .......... .......... 8% 784K 10s\n 550K .......... .......... .......... .......... .......... 9% 69.8M 9s\n 600K .......... .......... .......... .......... .......... 10% 783K 9s\n 650K .......... .......... .......... .......... .......... 11% 785K 8s\n 700K .......... .......... .......... .......... .......... 12% 72.6M 8s\n 750K .......... .......... .......... .......... .......... 13% 785K 8s\n 800K .......... .......... .......... .......... .......... 13% 784K 8s\n 850K .......... .......... .......... .......... .......... 14% 69.5M 7s\n 900K ...... .... .......... .......... .......... .......... 15% 785K 7s\n 950K .......... .......... .......... .......... .......... 16% 73.5M 7s\n 1000K .......... .......... .......... .......... .......... 17% 787K 7s\n 1050K .......... .......... .......... .......... .......... 17% 68.8M 6s\n 1100K .......... .......... .......... .......... .......... 18% 789K 6s\n 1150K .......... .......... .......... .......... .......... 19% 66.6M 6s\n 1200K .......... .......... .......... .......... .......... 20% 788K 6s\n 1250K .......... .......... .......... .......... .......... 21% 72.4M 6s\n 1300K .......... .......... .......... .......... .......... 21% 792K 5s\n 1350K .......... .......... .......... .......... .......... 22% 72.9M 5s\n 1400K .......... .......... .......... .......... .......... 23% 785K 5s\n 1450K .......... .......... .......... .......... .......... 24% 73.4M 5s\n 1500K .......... .......... .......... .......... .......... 25% 76.9M 5s\n 1550K .. ........ .......... .......... .......... .......... 26% 794K 5s\n 1600K .......... .......... .......... .......... .......... 26% 55.5M 5s\n 1650K .......... .......... .......... .......... .......... 27% 792K 5s\n 1700K .......... .......... .......... .......... .......... 28% 76.9M 4s\n 1750K .......... .......... .......... .......... .......... 29% 799K 4s\n 1800K .......... .......... .......... .......... .......... 30% 48.1M 4s\n 1850K .......... .......... .......... .......... .......... 30% 53.7M 4s\n 1900K .......... .......... .......... .......... .......... 31% 800K 4s\n 1950K .......... .......... .......... .......... .......... 32% 42.3M 4s\n 2000K .......... .......... .......... .......... .......... 33% 799K 4s\n 2050K .......... .......... .......... .......... .......... 34% 45.4M 4s\n 2100K .......... .......... .......... .......... .......... 34% 73.8M 4s\n 2150K .......... .......... .......... .......... .......... 35% 802K 4s\n 2200 K .......... .......... .......... .......... .......... 36% 44.1M 3s\n 2250K .......... .......... .......... .......... .......... 37% 74.8M 3s\n 2300K .......... .......... .......... .......... .......... 38% 802K 3s\n 2350K .......... .......... .......... .......... .......... 39% 58.0M 3s\n 2400K .......... .......... .......... .......... .......... 39% 52.0M 3s\n 2450K .......... .......... .......... .......... .......... 40% 803K 3s\n 2500K .......... .......... .......... .......... .......... 41% 68.7M 3s\n 2550K .......... .......... .......... .......... .......... 42% 54.0M 3s\n 2600K .......... .......... .......... .......... .......... 43% 67.7M 3s\n 2650K .......... .......... .......... .......... .......... 43% 802K 3s\n 2700K .......... .......... .......... .......... .......... 44% 72.4M 3s\n 2750K .......... .......... .......... .......... .......... 45% 76.8M 3s\n 2800K .......... .......... .......... .......... .......... 46% 802K 3s\n 2850K .......... .......... .......... .......... .......... 47% 68.9M 3s\n 2900K .......... .......... .......... .......... .......... 47% 72.7M 2s\n 2950K .......... .......... .......... .......... .......... 48% 71.4M 2s\n 3000K .......... .......... .......... .......... .......... 49% 805K 2s\n 3050K .......... .......... .......... .......... .......... 50% 59.7M 2s\n 3100K .......... .......... .......... .......... .......... 51% 74.2M 2s\n 3150K .......... .......... .......... .......... .......... 52% 78.6M 2s\n 3200K .......... .......... .......... .......... .......... 52% 811K 2s\n 3250K .......... .......... .......... .......... .......... 53% 68.5M 2s\n 3300K .......... .......... .......... .......... .......... 54% 78.7M 2s\n 3350K .......... .......... .......... .......... .......... 55% 76.8M 2s\n 3400K .......... .......... .......... .......... .......... 56% 74.2M 2s\n 3450K .......... .......... .......... .......... .......... 56% 810K 2s \n 3500K .......... .......... .......... .......... .......... 57% 69.7M 2s\n 3550K .......... .......... .......... .......... .......... 58% 75.6M 2s\n 3600K .......... .......... .......... .......... .......... 59% 64.1M 2s\n 3650K .......... .......... .......... .......... .......... 60% 84.3M 2s\n 3700K .......... .......... .......... .......... .......... 60% 813K 2s\n 3750K .......... .......... .......... .......... .......... 61% 68.7M 2s\n 3800K .......... .......... .......... .......... .......... 62% 59.3M 1s\n 3850K .......... .......... .......... .......... .......... 63% 78.6M 1s\n 3900K .......... .......... .......... .......... .......... 64% 79.4M 1s\n 3950K .......... .......... .......... .......... .......... 65% 819K 1s\n 4000K .......... .......... .......... .......... .......... 65% 32.7M 1s\n 4050K .......... .......... .......... .......... .......... 66% 62.5M 1s\n 4100K .......... .......... .......... .......... .......... 67% 80.1 M 1s\n 4150K .......... .......... .......... .......... .......... 68% 67.0M 1s\n 4200K .......... .......... .......... .......... .......... 69% 71.9M 1s\n 4250K .......... .......... .......... .......... .......... 69% 827K 1s\n 4300K .......... .......... .......... .......... .......... 70% 44.6M 1s\n 4350K .......... .......... .......... .......... .......... 71% 77.6M 1s\n 4400K .......... .......... .......... .......... .......... 72% 62.9M 1s\n 4450K .......... .......... .......... .......... .......... 73% 78.9M 1s\n 4500K .......... .......... .......... .......... .......... 73% 832K 1s\n 4550K .......... .......... .......... .......... .......... 74% 39.8M 1s\n 4600K .......... .......... .......... .......... .......... 75% 51.5M 1s\n 4650K .......... .......... .......... .......... .......... 76% 79.2M 1s\n 4700K .......... .......... .......... .......... .......... 77% 80.0M 1s\n 4750K .......... .......... .......... .......... .......... 78% 83.1M 1s\n 4800K .......... .......... .......... .......... .......... 78% 828K 1s\n 4850K .......... .......... .......... .......... .......... 79% 42.5M 1s\n 4900K .......... .......... .......... .......... .......... 80% 58.9M 1s\n 4950K .......... .......... .......... .......... .......... 81% 81.3M 1s\n 5000K .......... .......... .......... .......... .......... 82% 70.3M 1s\n 5050K .......... .......... .......... .......... .......... 82% 82.1M 1s\n 5100K .......... .......... .......... .......... .......... 83% 831K 1s\n 5150K .......... .......... .......... .......... .......... 84% 68.6M 1s\n 5200K .......... .......... .......... .......... .......... 85% 48.0M 0s\n 5250K .......... .......... .......... .......... .......... 86% 73.5M 0s\n 5300K .......... .......... .......... .......... .......... 86% 71.6M 0s\n 5350K .......... .......... .......... .......... .......... 87% 74.0M 0s\n 5400K .......... .......... .......... .......... .......... 88% 67.7M 0s\n 5450K .......... .......... .......... .......... .......... 89% 831K 0s\n 5500K .......... .......... .......... .......... .......... 90% 38.5M 0s\n 5550K .......... .......... .......... .......... .......... 91% 80.7M 0s\n 5600K .......... .......... .......... .......... .......... 91% 58.1M 0s\n 5650K .......... .......... .......... .......... .......... 92% 80.2M 0s\n 5700K .......... .......... .......... .......... .......... 93% 81.6M 0s\n 5750K .......... .......... .......... .......... .......... 94% 814K 0s\n 5800K .......... .......... .......... .......... .......... 95% 77.0M 0s\n 5850K .......... .......... .......... .......... .......... 95% 80.6M 0s\n 5900K .......... .......... .......... .......... .......... 96% 85.3M 0s\n 5950K .......... .......... .......... .......... .......... 97% 83.9M 0s\n 6000K .......... .......... .......... .......... .......... 98% 69.3M 0s\n 6050K .......... .......... .......... .......... ....... ... 99% 834K 0s\n 6100K .......... .......... .......... .......... .......... 99% 77.1M 0s\n 6150K . 100% 3343G=3.0s\n\n2016-04-07 21:50:31 (1.99 MB/s) - 'SystemML.jar' saved [6299395/6299395]\n\n"},"text":"%sh\nwget https://sparktc.ibmcloud.com/repo/latest/SystemML.jar"},{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true,"editorMode":"ace/mode/scala"},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1460065827533_-970219022","id":"20160407-215027_1832456962","dateCreated":"Apr 7, 2016 9:50:27 PM","status":"ERROR","progressUpdateIntervalMs":500,"$$hashKey":"object:528","dateUpdated":"Apr 7, 2016 9:51:02 PM","dateFinished":"Apr 7, 2016 9:51:02 PM","dateStarted":"Apr 7, 2016 9:51:02 PM","result":{"code":"ERROR","type":"TEXT","msg":"Must be used before SparkInterpreter (%spark) initialized\nHint: put this paragraph before any Spark code and restart Zeppelin/Interpreter"},"text":"%dep\nz.load(\"SystemML.jar\")"},{"config":{"colWidth":12,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1460065862398_1266603814","id":"20160407-215102_2146717979","dateCreated":"Apr 7, 2016 9:51:02 PM","status":"READY","progressUpdateIntervalMs":500,"$$hashKey":"object:550"}],"name":"Test MLContext in Zeppelin","id":"2BF3FUMPS","angularObjects":{"2BGXRRNEQ":[],"2BGXC9DMN":[],"2BHJKJYEK":[],"2BGF74GHC":[]},"config":{"looknfeel":"default"},"info":{}} \ No newline at end of file
