We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a267e commit 6964a44Copy full SHA for 6964a44
docs/sparksession.md
@@ -4,7 +4,7 @@ Submits application to Apache Spark cluster with config options.
4
# Arguments
5
- `master::String`: the URL to the Spark cluster master.
6
- `appName::String`: the name of the application.
7
-- `config::Dict{String, String}()`: one or more config option for the SparkSession.
+- `config::Dict{String, String}()`: one or more config option for the SparkSession. (optional).
8
9
# Examples
10
Basic spark session:
0 commit comments