This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 9a98aa061acc13b2636769047e930cd9bb6d4035 Author: Andrew Wong <[email protected]> AuthorDate: Mon Apr 1 10:20:12 2019 -0700 docs: remove extraneous space Change-Id: I0a2d4b6b8e5e09affc4c1a239e3a61d4c58a72f8 Reviewed-on: http://gerrit.cloudera.org:8080/12906 Reviewed-by: Grant Henke <[email protected]> Reviewed-by: Adar Dembo <[email protected]> Tested-by: Andrew Wong <[email protected]> --- docs/administration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration.adoc b/docs/administration.adoc index 725b6c6..2794b40 100644 --- a/docs/administration.adoc +++ b/docs/administration.adoc @@ -1009,7 +1009,7 @@ following steps: + [source,bash] ---- -$ sudo -u kudu kudu fs update_dirs --force --fs_wal_dir=/wals --fs_data_dirs=/data/1,/data/2, /data/3 +$ sudo -u kudu kudu fs update_dirs --force --fs_wal_dir=/wals --fs_data_dirs=/data/1,/data/2,/data/3 ---- +
