File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
rust/operator-binary/src/connect Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,13 @@ pub enum Error {
120120
121121type Result < T , E = Error > = std:: result:: Result < T , E > ;
122122
123- //
124123// Assemble the configuration of the spark-connect server.
125124// This config map contains the following entries:
126125// - security.properties : with jvm dns cache ttls
127126// - spark-defaults.conf : with spark configuration properties
128- // - log4j2.properties : todo: see code comment below
129- //
130- // The spark-env.sh is omitted because the envitonment variables are
131- // added directly to the container environment.
132- //
127+ // - log4j2.properties : with logging configuration
128+ // - spark-env.sh : OMITTED because the environment variables are added directly
129+ // to the container environment.
133130#[ allow( clippy:: result_large_err) ]
134131pub fn build_config_map (
135132 scs : & v1alpha1:: SparkConnectServer ,
You can’t perform that action at this time.
0 commit comments