hbase git commit: HBASE-20058 improper quoting in presplitting command docs

2018-03-12 Thread chia7712
Repository: hbase
Updated Branches:
  refs/heads/master e8ee5c060 -> ec8aaeded


HBASE-20058 improper quoting in presplitting command docs

Signed-off-by: Chia-Ping Tsai 


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ec8aaede
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ec8aaede
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ec8aaede

Branch: refs/heads/master
Commit: ec8aaeded846eaa37753e8eab43f665b92bd1e52
Parents: e8ee5c0
Author: maoling 
Authored: Sat Feb 24 11:59:05 2018 +0800
Committer: Chia-Ping Tsai 
Committed: Mon Mar 12 23:33:59 2018 +0800

--
 src/main/asciidoc/_chapters/shell.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/ec8aaede/src/main/asciidoc/_chapters/shell.adoc
--
diff --git a/src/main/asciidoc/_chapters/shell.adoc 
b/src/main/asciidoc/_chapters/shell.adoc
index 1e51a20..522f482 100644
--- a/src/main/asciidoc/_chapters/shell.adoc
+++ b/src/main/asciidoc/_chapters/shell.adoc
@@ -377,7 +377,7 @@ This will continue for all split points up to the last. The 
last region will be
 
 [source]
 
-hbase>create 't1','f',SPLITS => ['10','20',30']
+hbase>create 't1','f',SPLITS => ['10','20','30']
 
 
 In the above example, the table 't1' will be created with column family 'f', 
pre-split to four regions. Note the first region will contain all keys from 
'\x00' up to '\x30' (as '\x31' is the ASCII code for '1').



hbase git commit: HBASE-20058 improper quoting in presplitting command docs

2018-03-12 Thread chia7712
Repository: hbase
Updated Branches:
  refs/heads/branch-2 fac3b8aad -> 011809517


HBASE-20058 improper quoting in presplitting command docs

Signed-off-by: Chia-Ping Tsai 


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/01180951
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/01180951
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/01180951

Branch: refs/heads/branch-2
Commit: 011809517a554f0bcef2bad87c41a3f17b0147df
Parents: fac3b8a
Author: maoling 
Authored: Sat Feb 24 11:59:05 2018 +0800
Committer: Chia-Ping Tsai 
Committed: Mon Mar 12 23:46:37 2018 +0800

--
 src/main/asciidoc/_chapters/shell.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/01180951/src/main/asciidoc/_chapters/shell.adoc
--
diff --git a/src/main/asciidoc/_chapters/shell.adoc 
b/src/main/asciidoc/_chapters/shell.adoc
index 1e51a20..522f482 100644
--- a/src/main/asciidoc/_chapters/shell.adoc
+++ b/src/main/asciidoc/_chapters/shell.adoc
@@ -377,7 +377,7 @@ This will continue for all split points up to the last. The 
last region will be
 
 [source]
 
-hbase>create 't1','f',SPLITS => ['10','20',30']
+hbase>create 't1','f',SPLITS => ['10','20','30']
 
 
 In the above example, the table 't1' will be created with column family 'f', 
pre-split to four regions. Note the first region will contain all keys from 
'\x00' up to '\x30' (as '\x31' is the ASCII code for '1').