Hello Kudu Jenkins, Andrew Wong, Bankim Bhavsar,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17808
to look at the new patch set (#2).
Change subject: [tool] Support to dump and edit pbc in JSON pretty format
......................................................................
[tool] Support to dump and edit pbc in JSON pretty format
If using 'kudu pbc edit' tool to edit a large protobuf container file
which contains a single object, the editing content is in JSON compact
format which is hard for human reading.
This patch enhance 'pbc edit' tool to dump PBC content in JSON pretty
format by adding --json_pretty flag, and also for 'pbc dump' tool.
Change-Id: I6d404e6cd487a644fa848513670c4945bf789578
---
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_pbc.cc
M src/kudu/util/pb_util.cc
M src/kudu/util/pb_util.h
4 files changed, 367 insertions(+), 48 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/17808/2
--
To view, visit http://gerrit.cloudera.org:8080/17808
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6d404e6cd487a644fa848513670c4945bf789578
Gerrit-Change-Number: 17808
Gerrit-PatchSet: 2
Gerrit-Owner: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Bankim Bhavsar <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)