You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/08/13 03:17:59 UTC

[GitHub] [hadoop] timmylicheng commented on issue #1286: Add filter to scmcli listPipelines.

timmylicheng commented on issue #1286: Add filter to scmcli listPipelines.
URL: https://github.com/apache/hadoop/pull/1286#issuecomment-520672989
 
 
   bash-4.2$ ozone scmcli listPipelines
   No filter. List all.
   Pipeline[ Id: 29dc6540-6287-4884-a321-507840e9a5b4, Nodes: bdb39321-3635-4ba3-8a3c-f498019fe0cb{ip: 192.168.16.3, host: ozone_datanode_1.ozone_default, networkLocation: /default-rack, certSerialId: null}, Type:RATIS, Factor:ONE, State:OPEN]
   bash-4.2$ ozone scmcli listPipelines -ff one -fs open
   Pipeline[ Id: 29dc6540-6287-4884-a321-507840e9a5b4, Nodes: bdb39321-3635-4ba3-8a3c-f498019fe0cb{ip: 192.168.16.3, host: ozone_datanode_1.ozone_default, networkLocation: /default-rack, certSerialId: null}, Type:RATIS, Factor:ONE, State:OPEN]
   bash-4.2$ ozone scmcli listPipelines -ff one
   Pipeline[ Id: 29dc6540-6287-4884-a321-507840e9a5b4, Nodes: bdb39321-3635-4ba3-8a3c-f498019fe0cb{ip: 192.168.16.3, host: ozone_datanode_1.ozone_default, networkLocation: /default-rack, certSerialId: null}, Type:RATIS, Factor:ONE, State:OPEN]
   bash-4.2$ ozone scmcli listPipelines -fs open
   Pipeline[ Id: 29dc6540-6287-4884-a321-507840e9a5b4, Nodes: bdb39321-3635-4ba3-8a3c-f498019fe0cb{ip: 192.168.16.3, host: ozone_datanode_1.ozone_default, networkLocation: /default-rack, certSerialId: null}, Type:RATIS, Factor:ONE, State:OPEN]
   bash-4.2$ ozone scmcli listPipelines -ff one -fs close
   bash-4.2$ ozone scmcli listPipelines -ff two -fs open
   bash-4.2$ exit

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org