From 519155b1c072b6c47aff0a65d26e9eb09b624e2a Mon Sep 17 00:00:00 2001 From: bassel-zeidan Date: Thu, 5 Oct 2017 00:24:48 +0200 Subject: [PATCH] Update README.md --- r/sparkr/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/r/sparkr/README.md b/r/sparkr/README.md index 9865574..c5b36e4 100644 --- a/r/sparkr/README.md +++ b/r/sparkr/README.md @@ -37,7 +37,7 @@ within a DSX Jupyter notebook, you can obtain your account credentials in the fo If your Object Storage was created with a Softlayer account, each part of the credentials will be found as text that you can copy and paste into the example code below. -### Softlayer - IBM Cloud Object Storage +### Softlayer - IBM Cloud Object Storage (COS) library(ibmos2sparkR) configurationName = "bluemixO123" @@ -60,9 +60,8 @@ be found as text that you can copy and paste into the example code below. header = "true") head(df.data.1) -### Bluemix - IBM Cloud Object Storage -The class CloudObjectStorage allows you to connect to an IBM Cloud Object Storage (COS) hosted on Bluemix. You can connect to -a Bluemix COS using api keys as follows: +### Bluemix - IBM Cloud Object Storage (COS) +The class CloudObjectStorage allows you to connect to an IBM Cloud Object Storage (COS) hosted on Bluemix. You can connect to a Bluemix COS using api keys as follows: library(ibmos2sparkR) configurationName = "bluemixO123"