File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,8 @@ This library is cross-built on both Scala 2.10 (for Spark 1.6.0) and Scala 2.11
49
49
50
50
#### IBM Spark Service
51
51
52
- The ` %AddDeps ` magic funtion within a Scala notebook, available on IBM Spark Service in the [ IBM
53
- Data Science Experience] ( http://datascience.ibm.com ) , will install the package.
54
-
55
-
56
- ##### Spark 1.6.0 (Scala 2.10)
57
-
58
- ``` scala
59
- % AddDeps com.ibm.ibmos2spark ibmos2spark_2.10 0.0.8
60
- ```
61
-
62
- ##### Spark 2.0.2 (Scala 2.11)
63
-
64
- ``` scala
65
- % AddDeps com.ibm.ibmos2spark ibmos2spark_2.11 0.0.8
66
- ```
67
-
68
-
52
+ The ` ibmos2spark ` Scala library package is now pre-installed on IBM Apache Spark as a service. This includes
53
+ service instances created in Bluemix or in Data Science Experience.
69
54
70
55
### Snapshots
71
56
You can’t perform that action at this time.
0 commit comments