Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
8f744244
Commit
8f744244
authored
Jan 15, 2016
by
Georgios Ouzounis
Browse files
Implemented check running faq on Central VM.
parent
2cba1279
Changes
1
Hide whitespace changes
Inline
Side-by-side
central_service/app/frontend/app/templates/faqs/lambda-application/check-running.hbs
View file @
8f744244
<section
class=
"content"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
How to check what is running
</h3>
<div
class=
"box-tools pull-right"
>
<button
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i></button>
<button
class=
"btn btn-box-tool"
data-widget=
"remove"
><i
class=
"fa fa-times"
></i></button>
</div>
</div>
<!-- /.box-header -->
<div
class=
"box-body no-padding"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"pad"
>
Follow the steps described in this section to check what is running.
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.box-body -->
</div>
<!--box box-primary-->
</div>
<!--col-xs-12-->
</div>
<!--row -->
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<!-- DIRECT CHAT DANGER -->
<div
class=
"box box-success "
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
Short guide on checking the execution of a Lambda Application
</h3>
</div>
<!-- /.box-header -->
<div
class=
"box-body"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1>
Check Lambda Application Execution
</h1>
<p>
While it is possible to observe which Lambda Applications run on which Lambda Instances using
{{#
link-to
'faqs.lambda-application.observe-running'
}}
this
{{/
link-to
}}
guide, you might want to get
a closer look on the execution of your Application. This can be done by viewing the Apache Flink logs
generated during the execution of your Application. To do that, you have to connect via ssh on the Master Node
of your Lambda Instance. You can find the log files at
<b>
"/home/flink/supervisord_flink_streaming_logs.log"
</b>
and
<b>
"/home/flink/supervisord_flink_batch_logs.log"
</b>
.
</p>
<p>
The step-by-step directives you should execute are the following:
<ol>
<li>
Connect over ssh on the Master Node of your Lambda Instance:
<pre>
ssh -l root snf-XXXXXX.vm.okeanos.grnet.gr
</pre>
where XXXXXX should be replaced with the id of the VM(e.g. snf-543786.vm.okeanos.grnet.gr). To find the id of the Master Node
of your Lambda Instance you can use
{{#
link-to
'faqs.lambda-instance.find-master-node-hostname'
}}
this
{{/
link-to
}}
guide.
</li><br>
<li>
Move to the directory where the log files are places:
<pre>
cd /home/flink
</pre>
</li><br>
<li>
See the log files:
<pre>
cat supervisord_flink_streaming_logs.log
cat supervisord_flink_batch_logs.log
</pre>
</li>
</ol>
</p>
</div>
<!--col-->
</div>
<!--row-->
</div>
<!--class="box-body"-->
</div>
<!--box-->
</div>
<!--col-md-3 -->
</div>
<!--row-->
</section>
<!-- /.content -->
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