You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: r/sparkr/README.md
+47-23Lines changed: 47 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
# ibmos2sparkR
2
2
3
-
The package sets Spark Hadoop configurations for connecting to
3
+
The package sets Spark Hadoop configurations for connecting to
4
4
IBM Bluemix Object Storage and Softlayer Account Object Storage instances. This packages uses the new [stocator](https://github.com/SparkTC/stocator) driver, which implements the `swift2d` protocol, and is availble
5
-
on the latest IBM Apache Spark Service instances (and through IBM Data Science Experience).
5
+
on the latest IBM Apache Spark Service instances (and through IBM Data Science Experience).
6
6
7
-
Using the `stocator` driver connects your Spark executor nodes directly
7
+
Using the `stocator` driver connects your Spark executor nodes directly
8
8
to your data in object storage.
9
9
This is an optimized, high-performance method to connect Spark to your data. All IBM Apache Spark kernels
10
-
are instantiated with the `stocator` driver in the Spark kernel's classpath.
11
-
You can also run this locally by installing the [stocator driver](https://github.com/SparkTC/stocator)
12
-
and adding it to your local Apache Spark kernel's classpath.
10
+
are instantiated with the `stocator` driver in the Spark kernel's classpath.
11
+
You can also run this locally by installing the [stocator driver](https://github.com/SparkTC/stocator)
12
+
and adding it to your local Apache Spark kernel's classpath.
13
13
14
14
15
15
This package expects a SparkContext instantiated by SparkR. It has been tested to work with
16
16
IBM Spark service in R notebooks on IBM DSX, though it should work with other Spark installations
17
17
that utilize the [swift2d/stocator](https://github.com/SparkTC/stocator) protocol.
0 commit comments