From 5bdca9e9b85f1800ca9b0e6745ad433242d8d137 Mon Sep 17 00:00:00 2001 From: zhaokaiat5665 Date: Mon, 6 Nov 2023 16:05:50 +0800 Subject: [PATCH] =?UTF-8?q?[fire-1082]=20=E5=BD=93=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E5=B0=86=E5=AF=86=E7=A0=81=E6=94=BE=E5=88=B0=E5=8C=85=E5=90=AB?= =?UTF-8?q?pwd=E7=9A=84=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=97=B6=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E5=AF=86=E7=A0=81=E6=B3=84=E9=9C=B2=E7=9A=84=E9=A3=8E?= =?UTF-8?q?=E9=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fire-engines/fire-spark/src/main/resources/spark.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fire-engines/fire-spark/src/main/resources/spark.properties b/fire-engines/fire-spark/src/main/resources/spark.properties index 55eb6fc..57bbfc0 100644 --- a/fire-engines/fire-spark/src/main/resources/spark.properties +++ b/fire-engines/fire-spark/src/main/resources/spark.properties @@ -32,7 +32,7 @@ spark.local.cores spark.chkpoint.dir = hdfs://appcluster/user/spark/ckpoint/ # \u9ED8\u8BA4\u7684spark\u65E5\u5FD7\u7EA7\u522B spark.log.level = WARN -spark.redaction.regex = (?i)secret|password|map|address|namenode|connection|metastore +spark.redaction.regex = (?i)secret|password|pass|pwd|map|address|namenode|connection|metastore spark.fire.scheduler.blacklist = jvmMonitor # \u6307\u5B9A\u5728spark\u5F15\u64CE\u4E0B\uFF0C\u53EF\u8FDB\u884C\u914D\u7F6E\u540C\u6B65\u7684\u5B50\u7C7B\u5B9E\u73B0 spark.fire.conf.deploy.engine = com.zto.fire.spark.sync.SyncSparkEngine -- Gitee