Skip to content

Commit

Permalink
Update shell.R
Browse files Browse the repository at this point in the history
  • Loading branch information
echohlne committed Nov 9, 2020
1 parent 976e2ce commit 732cb2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions R/pkg/inst/profile/shell.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
cat(" /_/", "\n")
cat("\n")

cat("\nSpark context Web UI available at", SparkR::sparkR.uiWebUrl())
cat("\nSpark context available as 'sc' (master = ", unlist(SparkR::sparkR.conf("spark.master")),
", app id = ", unlist(SparkR::sparkR.conf("spark.app.id")), ").", sep = "")
cat("\nSparkSession available as 'spark'.\n")
cat("\nSparkSession Web UI available at", SparkR::sparkR.uiWebUrl())
cat("\nSparkSession available as 'spark'(master = ", unlist(SparkR::sparkR.conf("spark.master")),
", app id = ",unlist(SparkR::sparkR.conf("spark.app.id")), ").", "\n", sep="")
}

0 comments on commit 732cb2a

Please sign in to comment.