From d59ba8e30751bbf91d49f5530b8242a12bbfb569 Mon Sep 17 00:00:00 2001 From: WeichenXu Date: Tue, 28 Jun 2016 12:12:20 -0700 Subject: [MINOR][SPARKR] update sparkR DataFrame.R comment ## What changes were proposed in this pull request? update sparkR DataFrame.R comment SQLContext ==> SparkSession ## How was this patch tested? N/A Author: WeichenXu Closes #13946 from WeichenXu123/sparkR_comment_update_sparkSession. --- R/pkg/R/DataFrame.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R/pkg') diff --git a/R/pkg/R/DataFrame.R b/R/pkg/R/DataFrame.R index 61d47a8c2d..25327be6ef 100644 --- a/R/pkg/R/DataFrame.R +++ b/R/pkg/R/DataFrame.R @@ -471,7 +471,7 @@ setMethod("createOrReplaceTempView", #' (Deprecated) Register Temporary Table #' -#' Registers a SparkDataFrame as a Temporary Table in the SQLContext +#' Registers a SparkDataFrame as a Temporary Table in the SparkSession #' @param x A SparkDataFrame #' @param tableName A character vector containing the name of the table #' @@ -498,7 +498,7 @@ setMethod("registerTempTable", #' insertInto #' -#' Insert the contents of a SparkDataFrame into a table registered in the current SQL Context. +#' Insert the contents of a SparkDataFrame into a table registered in the current SparkSession. #' #' @param x A SparkDataFrame #' @param tableName A character vector containing the name of the table -- cgit v1.2.3