We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41db2cb commit d2f1b6eCopy full SHA for d2f1b6e
R/pkg/R/sparkR.R
@@ -315,7 +315,7 @@ sparkRHive.init <- function(jsc = NULL) {
315
#' Get the existing SparkSession or initialize a new SparkSession.
316
#'
317
#' SparkSession is the entry point into SparkR. \code{sparkR.session} gets the existing
318
-#' SparkSession or initialize a new SparkSession.
+#' SparkSession or initializes a new SparkSession.
319
#' Additional Spark properties can be set in \code{...}, and these named parameters take priority
320
#' over values in \code{master}, \code{appName}, named lists of \code{sparkConfig}.
321
0 commit comments