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 26d4518 commit f37a07cCopy full SHA for f37a07c
R/pkg/R/sparkR.R
@@ -370,7 +370,7 @@ sparkR.session <- function(
370
if (is.na(file.info(sparkHome)$isdir)) {
371
fmt <- paste0("Spark not found in SPARK_HOME: %s.\n",
372
"To search in the cache directory. ",
373
- "It will be installed if not found.")
+ "Installation will start if not found.")
374
msg <- sprintf(fmt, sparkHome)
375
message(msg)
376
packageLocalDir <- install.spark()
0 commit comments