We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9095400 commit 917cfd3Copy full SHA for 917cfd3
r/sparkr/R/osconfig.R
@@ -137,19 +137,6 @@ CloudObjectStorage <- setRefClass("CloudObjectStorage",
137
# validate input
138
validateInput(credentials, cosType, authMethod)
139
140
- # set up hadoop config
141
- if (is.null(credentials["endpoint"][[1]])) {
142
- stop("Attribute endpoint in credentials is missing!")
143
- }
144
-
145
- if (is.null(credentials["accessKey"][[1]])) {
146
- stop("Attribute accessKey in credentials is missing!")
147
148
149
- if (is.null(credentials["secretKey"][[1]])) {
150
- stop("Attribute secretKey in credentials is missing!")
151
152
153
# bind config name
154
.self$configName = configurationName
155
0 commit comments