Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
okeanos-LoD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
okeanos-LoD
Commits
9e1ffd62
Commit
9e1ffd62
authored
Jul 22, 2015
by
Georgios Ouzounis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LAM-49 Changes in apache-flink role's tasks so that init scripts run properly.
parent
a35247ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ansible/roles/apache-flink/tasks/master.yml
ansible/roles/apache-flink/tasks/master.yml
+1
-1
No files found.
ansible/roles/apache-flink/tasks/master.yml
View file @
9e1ffd62
...
...
@@ -23,7 +23,7 @@
template
:
src=flink-init.j2 dest=/etc/init.d/flink-init owner=flink group=lambda mode=0740
-
name
:
Start Apache Flink.
shell
:
/etc/init.d/flink-init start
# Should use Ansible module "service: name=flink-init state=started" when the bug in version 1.9.1 is fixed.
shell
:
su - flink -c "/etc/init.d/flink-init start > /dev/null &"
tags
:
-
start
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