Fengling Wang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/11313


Change subject: [location_awareness] Add 'location' column in tserver list
......................................................................

[location_awareness] Add 'location' column in tserver list

Command:
kudu tserver list -columns=uuid,location <master_addresses>

Example result:
                uuid              |   location
----------------------------------+--------------
 1259764cdc5f489984900d49b545802f | loc0
 14446895a8bf47cd92e73836de623ffb | not assigned
 9d7a11e19b324f62b2e6d074f6003ca4 | loc1

This command will list the location of each tserver. If the
location of the tserver has not been set, 'not assgined' will
be displayed.

Change-Id: If6c9dc8bd08b8d907111fac850fc6fd2c2b96fb8
---
M src/kudu/common/wire_protocol.proto
M src/kudu/master/ts_descriptor.cc
M src/kudu/tools/kudu-tool-test.cc
A src/kudu/tools/testdata/first_argument.sh
M src/kudu/tools/tool_action_tserver.cc
5 files changed, 62 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/11313/1
--
To view, visit http://gerrit.cloudera.org:8080/11313
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If6c9dc8bd08b8d907111fac850fc6fd2c2b96fb8
Gerrit-Change-Number: 11313
Gerrit-PatchSet: 1
Gerrit-Owner: Fengling Wang <fw...@cloudera.com>

Reply via email to