Skip to content

Commit f37a07c

Browse files
committed
message update
1 parent 26d4518 commit f37a07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/sparkR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ sparkR.session <- function(
370370
if (is.na(file.info(sparkHome)$isdir)) {
371371
fmt <- paste0("Spark not found in SPARK_HOME: %s.\n",
372372
"To search in the cache directory. ",
373-
"It will be installed if not found.")
373+
"Installation will start if not found.")
374374
msg <- sprintf(fmt, sparkHome)
375375
message(msg)
376376
packageLocalDir <- install.spark()

0 commit comments

Comments
 (0)