Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
d0508e42
Unverified
Commit
d0508e42
authored
Feb 24, 2022
by
aiwenmo
Committed by
GitHub
Feb 24, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #153 from xiebanggui777/dev
Update auto.sh
parents
7bcfde99
5195d22c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
auto.sh
dlink-doc/bin/auto.sh
+6
-0
No files found.
dlink-doc/bin/auto.sh
View file @
d0508e42
...
...
@@ -6,6 +6,12 @@ JAR_NAME="./dlink-admin-*.jar"
# 如果需要将FLINK依赖直接加入启动脚本,在SETTING中增加$FLINK_HOME/lib
SETTING
=
"-Dloader.path=./lib,./plugins -Ddruid.mysql.usePingMethod=false"
if
[
!
-d
${
HADOOP_HOME
}
]
;
then
echo
'WARNING!!!...not find HADOOP_HOME for CLASSPATH.'
else
export
HADOOP_HOME
=
"
${
HADOOP_HOME
}
"
fi
# 首次启动时候自动创建plugins文件夹和引用flink\lib包!
if
[
!
-d
"./plugins"
]
;
then
echo
'mkdir plugins now'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment