-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #296 from WeDataSphere/dev-1.0.0-rc
Modify install.sh, config.sh and sqoop engine pom.xml file
- Loading branch information
Showing
35 changed files
with
563 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
LINKIS_GATEWAY_HOST= | ||
LINKIS_GATEWAY_PORT= | ||
LINKIS_SERVER_URL= | ||
LINKIS_TOKEN= | ||
EUREKA_PORT= | ||
DEFAULT_ZONE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 设置数据库的连接信息 | ||
# 包括IP地址、数据库名称、用户名、端口 | ||
MYSQL_HOST= | ||
MYSQL_PORT= | ||
MYSQL_USERNAME= | ||
MYSQL_PASSWORD= | ||
DATABASE= | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.