Andrew Wong has uploaded this change for review. (
http://gerrit.cloudera.org:8080/9033
Change subject: mini-cluster: rename data_root to cluster_root
......................................................................
mini-cluster: rename data_root to cluster_root
I found that the name data_root for the root directory in which to place
the cluster's data and logs was a confusing name because:
1. we use "data" here loosely to describe any old bytes, encompassing
not only data blocks, but WALs and logs as well, and
2. the concept of a "data root" already exists to mean a
user-specified location to place data blocks (i.e. an entry in
fs_data_dirs).
As such, this patch renames ExternalMiniClusterOptions's data_root to
cluster_root.
Change-Id: Id8ccc9e232f47a684d6b9226fd84639c4c94d0c3
---
M src/kudu/benchmarks/tpch/tpch_real_world.cc
M src/kudu/integration-tests/ts_itest-base.cc
M src/kudu/mini-cluster/external_mini_cluster.cc
M src/kudu/mini-cluster/external_mini_cluster.h
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool.proto
M src/kudu/tools/tool_action_test.cc
7 files changed, 30 insertions(+), 30 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/9033/1
--
To view, visit http://gerrit.cloudera.org:8080/9033
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8ccc9e232f47a684d6b9226fd84639c4c94d0c3
Gerrit-Change-Number: 9033
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>