This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f49b0c6f39 add_conf_file_jdbc_drivers_dir (#17083)
f49b0c6f39 is described below

commit f49b0c6f392bd0679b0d125cc6986f63562dbd46
Author: catpineapple <42031973+catpineap...@users.noreply.github.com>
AuthorDate: Fri Feb 24 08:36:34 2023 +0800

    add_conf_file_jdbc_drivers_dir (#17083)
---
 conf/be.conf | 3 +++
 conf/fe.conf | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/conf/be.conf b/conf/be.conf
index 7dd09d81f3..30eee9e088 100644
--- a/conf/be.conf
+++ b/conf/be.conf
@@ -51,6 +51,9 @@ brpc_port = 8060
 # Default value is ${DORIS_HOME}/storage, you should create it by hand.
 # storage_root_path = ${DORIS_HOME}/storage
 
+# Default dirs to put jdbc drivers,default value is ${DORIS_HOME}/jdbc_drivers
+# jdbc_drivers_dir = ${DORIS_HOME}/jdbc_drivers
+
 # Advanced configurations
 # sys_log_dir = ${DORIS_HOME}/log
 # sys_log_roll_mode = SIZE-MB-1024
diff --git a/conf/fe.conf b/conf/fe.conf
index c91313b5dc..4a52b6ee06 100644
--- a/conf/fe.conf
+++ b/conf/fe.conf
@@ -41,6 +41,9 @@ sys_log_level = INFO
 # Default value is ${DORIS_HOME}/doris-meta
 # meta_dir = ${DORIS_HOME}/doris-meta
 
+# Default dirs to put jdbc drivers,default value is ${DORIS_HOME}/jdbc_drivers
+# jdbc_drivers_dir = ${DORIS_HOME}/jdbc_drivers
+
 http_port = 8030
 rpc_port = 9020
 query_port = 9030


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to