Skip to content

Commit ca4ba59

Browse files
committed
cleanup
1 parent a9152da commit ca4ba59

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

rust/operator-binary/src/connect/server.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,13 @@ pub enum Error {
120120

121121
type 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)]
134131
pub fn build_config_map(
135132
scs: &v1alpha1::SparkConnectServer,

0 commit comments

Comments
 (0)