[
https://issues.apache.org/jira/browse/SLIDER-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14183461#comment-14183461
]
Steve Loughran commented on SLIDER-306:
---------------------------------------
{code}
$ slider list
test-agent-cluster-lifecycle
$ slider list --state RUNNING
$ slider list --live
test-agent-cluster-lifecycle ACCEPTED application_1414052463672_0034
$ slider list --state RUNNING
test-agent-cluster-lifecycle RUNNING application_1414052463672_0035
http://nn.example.com:8088/proxy/application_1414052463672_0035/
$ slider list -live --verbose
test-agent-cluster-lifecycle RUNNING application_1414052463672_0035
$ slider list -live --verbose
test-agent-cluster-lifecycle RUNNING application_1414052463672_0035
http://nn.example.com:8088/proxy/application_1414052463672_0035/
application test-agent-cluster-lifecycle/org-apache-slider
version: 0.1.0
description: when started it creates a new log file and stores all commands
in the
l...
name: test_command_log
state: RUNNING
URL: http://nn.example.com:8088/proxy/application_1414052463672_0035/
Started 24 Oct 2014 20:11:39 GMT
RPC :nn.example.com:35901
{code}
> Slider list command live and history options
> --------------------------------------------
>
> Key: SLIDER-306
> URL: https://issues.apache.org/jira/browse/SLIDER-306
> Project: Slider
> Issue Type: Improvement
> Components: client
> Affects Versions: Slider 0.40
> Reporter: Vasanth kumar RJ
> Assignee: Vasanth kumar RJ
> Priority: Minor
> Fix For: Slider 0.60
>
> Attachments: SLIDER-306-002.patch, SLIDER-306-005.patch,
> SLIDER-306-1.patch, SLIDER-306-update-1.patch, SLIDER-306.patch
>
>
> Currently slider list command shows all the finished and running instances
> which is not order on any field.
> Patch introduced live and history option to view live instances and finished
> instances.
> When listing all instances or only history/finished instances, first shows
> finished instance ordered by finish time and then show running instances
> ordered by start time.
> //List only live
> >slider list --live
> //List only history or finished
> >slider list --history
> >slider list c1 --history
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)