You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Kaushal Kumar (Jira)" <ji...@apache.org> on 2021/09/22 11:29:00 UTC

[jira] [Created] (STORM-3794) storm list displays logs and execution information

Kaushal Kumar created STORM-3794:
------------------------------------

             Summary: storm list displays logs and execution information
                 Key: STORM-3794
                 URL: https://issues.apache.org/jira/browse/STORM-3794
             Project: Apache Storm
          Issue Type: Question
          Components: storm-client
            Reporter: Kaushal Kumar


We are using storm list command to get the list of running topology along with its statuses. The execution response shows few log statements and then a table containing the topology details. Is there any option available in list command to suppress the meta information (Running:... and logs) and only show the topology details.

 
{code:java}
[vagrant@agent1 bin]$ sudo /opt/storm/bin/storm list
Running: java -client -Ddaemon.name= -Dstorm.options= -Dstorm.home=/opt/storm -Dstorm.log.dir=/opt/storm/logs -Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib:/usr/lib64 -Dstorm.conf.file= -cp /opt/storm/*:/opt/storm/lib/*:/opt/storm/extlib/*:/opt/storm/extlib-daemon/*:/opt/storm/conf:/opt/storm/bin org.apache.storm.command.ListTopologies
11:18:10.808 [main] INFO o.a.s.v.ConfigValidation - Will use [class org.apache.storm.DaemonConfig, class org.apache.storm.Config] for validation
11:18:10.897 [main] WARN o.a.s.v.ConfigValidation - task.heartbeat.frequency.secs is a deprecated config please see class org.apache.storm.Config.TASK_HEARTBEAT_FREQUENCY_SECS for more information.
11:18:10.999 [main] INFO o.a.s.u.NimbusClient - Found leader nimbus : agent1.corp.fairisaac.com:6627
Topology_name Status Num_tasks Num_workers Uptime_secs Topology_Id Owner 
----------------------------------------------------------------------------------------
TestJob_1 ACTIVE 6 1 5263482 TestJob_1-13-1627046008 xyz 
[vagrant@agent1 bin]${code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)