提交 070fd511 编写于 作者: Q qiaozhanwei 提交者: lgcareer

.escheduler_env.sh to dolphinscheduler_env.sh (#941)

* add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml

* .escheduler_env.sh to dolphinscheduler_env.sh
上级 58b55d40
......@@ -32,7 +32,7 @@ login.user.keytab.username=hdfs-mycluster@ESZ.COM
login.user.keytab.path=/opt/hdfs.headless.keytab
# system env path. self configuration, please make sure the directory and file exists and have read write execute permissions
escheduler.env.path=/opt/.escheduler_env.sh
escheduler.env.path=/opt/.dolphinscheduler_env.sh
#resource.view.suffixs
resource.view.suffixs=txt,log,sh,conf,cfg,py,java,sql,hql,xml
......
......@@ -17,7 +17,7 @@ public class EnvFileTest {
@Test
public void test() {
String path = System.getProperty("user.dir")+"/script/env/.escheduler_env.sh";
String path = System.getProperty("user.dir")+"/script/env/.dolphinscheduler_env.sh";
String pythonHome = getPythonHome(path);
logger.info(pythonHome);
}
......
......@@ -161,7 +161,7 @@ downloadPath="/tmp/escheduler/download"
execPath="/tmp/escheduler/exec"
# SHELL environmental variable path
shellEnvPath="$installPath/conf/env/.escheduler_env.sh"
shellEnvPath="$installPath/conf/env/.dolphinscheduler_env.sh"
# suffix of the resource file
resSuffixs="txt,log,sh,conf,cfg,py,java,sql,hql,xml"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册