We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218c406 commit 5e46bc0Copy full SHA for 5e46bc0
rust/operator-binary/src/connect/common.rs
@@ -87,8 +87,8 @@ pub(crate) fn jvm_args(
87
}
88
89
90
-// Merges spark properties from the server and the executor
91
-// and generates the contents of the.
+// Merges server and executor properties and renders the contents
+// of the Spark properties file.
92
pub(crate) fn spark_properties(
93
props: &[BTreeMap<String, Option<String>>; 2],
94
) -> Result<String, Error> {
0 commit comments