Hello Alexey Serbin, Kudu Jenkins, Adar Dembo, Hao Hao,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11084
to look at the new patch set (#4).
Change subject: perf loadgen: add --auto_database flag and change auto table
name generation
......................................................................
perf loadgen: add --auto_database flag and change auto table name generation
This commit changes the 'perf loadgen' tool to create HMS-compliant
tables when an auto table is created. A new flag allows the database to
be configured, and defaults to the 'default' HMS database.
Change-Id: I20654f7c1525f3804c5f307d90d23e43b3882e8a
---
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_perf.cc
2 files changed, 27 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/11084/4
--
To view, visit http://gerrit.cloudera.org:8080/11084
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I20654f7c1525f3804c5f307d90d23e43b3882e8a
Gerrit-Change-Number: 11084
Gerrit-PatchSet: 4
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins