[21/50] [abbrv] hbase git commit: HBASE-20344 Fix asciidoc warnings

2018-04-17 Thread zhangduo
HBASE-20344 Fix asciidoc warnings

Signed-off-by: Sean Busbey 


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

Branch: refs/heads/HBASE-19064
Commit: 826909a59cf27adb1578c627e743233b378922a5
Parents: d59a6c8
Author: Peter Somogyi 
Authored: Wed Apr 4 13:36:48 2018 +0200
Committer: Peter Somogyi 
Committed: Fri Apr 13 11:32:40 2018 +0200

--
 src/main/asciidoc/_chapters/backup_restore.adoc | 106 +--
 src/main/asciidoc/_chapters/compression.adoc|  20 
 .../asciidoc/_chapters/getting_started.adoc |   7 --
 src/main/asciidoc/_chapters/hbase_mob.adoc  |   4 -
 src/main/asciidoc/_chapters/ops_mgt.adoc|   3 -
 src/main/asciidoc/_chapters/performance.adoc|   2 -
 src/main/asciidoc/_chapters/schema_design.adoc  |   2 -
 src/main/asciidoc/_chapters/security.adoc   |  12 ---
 src/main/asciidoc/_chapters/shell.adoc  |   2 -
 9 files changed, 53 insertions(+), 105 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/826909a5/src/main/asciidoc/_chapters/backup_restore.adoc
--
diff --git a/src/main/asciidoc/_chapters/backup_restore.adoc 
b/src/main/asciidoc/_chapters/backup_restore.adoc
index b02af41..cb7fced 100644
--- a/src/main/asciidoc/_chapters/backup_restore.adoc
+++ b/src/main/asciidoc/_chapters/backup_restore.adoc
@@ -175,7 +175,7 @@ and its options. The below information is captured in this 
help message for each
 // hbase backup create
 
 [[br.creating.complete.backup]]
-### Creating a Backup Image
+=== Creating a Backup Image
 
 [NOTE]
 
@@ -204,7 +204,7 @@ dataset with a restore operation, having the backup ID 
readily available can sav
 
 
 [[br.create.positional.cli.arguments]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _type_::
   The type of backup to execute: _full_ or _incremental_. As a reminder, an 
_incremental_ backup requires a _full_ backup to
@@ -215,7 +215,7 @@ _backup_path_::
   are _hdfs:_, _webhdfs:_, _gpfs:_, and _s3fs:_.
 
 [[br.create.named.cli.arguments]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 _-t _::
   A comma-separated list of tables to back up. If no tables are specified, all 
tables are backed up. No regular-expression or
@@ -242,7 +242,7 @@ _-q _::
   is useful to prevent backup tasks from stealing resources away from other 
MapReduce jobs of high importance.
 
 [[br.usage.examples]]
- Example usage
+ Example usage
 
 [source]
 
@@ -255,7 +255,7 @@ in the path _/data/backup_. The _-w_ option specifies that 
no more than three pa
 // hbase backup restore
 
 [[br.restoring.backup]]
-### Restoring a Backup Image
+=== Restoring a Backup Image
 
 Run the following command as an HBase superuser. You can only restore a backup 
on a running HBase cluster because the data must be
 redistributed the RegionServers for the operation to complete successfully.
@@ -266,7 +266,7 @@ hbase restore  
 
 
 [[br.restore.positional.args]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _backup_path_::
   The _backup_path_ argument specifies the full filesystem URI of where to 
store the backup image. Valid prefixes are
@@ -277,7 +277,7 @@ _backup_id_::
 
 
 [[br.restore.named.args]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 _-t _::
   A comma-separated list of tables to restore. See 
<> for more
@@ -304,7 +304,7 @@ _-o_::
 
 
 [[br.restore.usage]]
- Example of Usage
+ Example of Usage
 
 [source]
 
@@ -319,7 +319,7 @@ This command restores two tables of an incremental backup 
image. In this example
 // hbase backup merge
 
 [[br.merge.backup]]
-### Merging Incremental Backup Images
+=== Merging Incremental Backup Images
 
 This command can be used to merge two or more incremental backup images into a 
single incremental
 backup image. This can be used to consolidate multiple, small incremental 
backup images into a single
@@ -332,18 +332,18 @@ $ hbase backup merge 
 
 
 [[br.merge.backup.positional.cli.arguments]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _backup_ids_::
   A comma-separated list of incremental backup image IDs that are to be 
combined into a single image.
 
 [[br.merge.backup.named.cli.arguments]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 None.
 
 [[br.merge.backup.example]]
- Example usage
+ Example usage
 
 

[01/12] hbase git commit: HBASE-20344 Fix asciidoc warnings [Forced Update!]

2018-04-14 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/HBASE-20388 0deb8cd8a -> 3f5027795 (forced update)


HBASE-20344 Fix asciidoc warnings

Signed-off-by: Sean Busbey 


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

Branch: refs/heads/HBASE-20388
Commit: 826909a59cf27adb1578c627e743233b378922a5
Parents: d59a6c8
Author: Peter Somogyi 
Authored: Wed Apr 4 13:36:48 2018 +0200
Committer: Peter Somogyi 
Committed: Fri Apr 13 11:32:40 2018 +0200

--
 src/main/asciidoc/_chapters/backup_restore.adoc | 106 +--
 src/main/asciidoc/_chapters/compression.adoc|  20 
 .../asciidoc/_chapters/getting_started.adoc |   7 --
 src/main/asciidoc/_chapters/hbase_mob.adoc  |   4 -
 src/main/asciidoc/_chapters/ops_mgt.adoc|   3 -
 src/main/asciidoc/_chapters/performance.adoc|   2 -
 src/main/asciidoc/_chapters/schema_design.adoc  |   2 -
 src/main/asciidoc/_chapters/security.adoc   |  12 ---
 src/main/asciidoc/_chapters/shell.adoc  |   2 -
 9 files changed, 53 insertions(+), 105 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/826909a5/src/main/asciidoc/_chapters/backup_restore.adoc
--
diff --git a/src/main/asciidoc/_chapters/backup_restore.adoc 
b/src/main/asciidoc/_chapters/backup_restore.adoc
index b02af41..cb7fced 100644
--- a/src/main/asciidoc/_chapters/backup_restore.adoc
+++ b/src/main/asciidoc/_chapters/backup_restore.adoc
@@ -175,7 +175,7 @@ and its options. The below information is captured in this 
help message for each
 // hbase backup create
 
 [[br.creating.complete.backup]]
-### Creating a Backup Image
+=== Creating a Backup Image
 
 [NOTE]
 
@@ -204,7 +204,7 @@ dataset with a restore operation, having the backup ID 
readily available can sav
 
 
 [[br.create.positional.cli.arguments]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _type_::
   The type of backup to execute: _full_ or _incremental_. As a reminder, an 
_incremental_ backup requires a _full_ backup to
@@ -215,7 +215,7 @@ _backup_path_::
   are _hdfs:_, _webhdfs:_, _gpfs:_, and _s3fs:_.
 
 [[br.create.named.cli.arguments]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 _-t _::
   A comma-separated list of tables to back up. If no tables are specified, all 
tables are backed up. No regular-expression or
@@ -242,7 +242,7 @@ _-q _::
   is useful to prevent backup tasks from stealing resources away from other 
MapReduce jobs of high importance.
 
 [[br.usage.examples]]
- Example usage
+ Example usage
 
 [source]
 
@@ -255,7 +255,7 @@ in the path _/data/backup_. The _-w_ option specifies that 
no more than three pa
 // hbase backup restore
 
 [[br.restoring.backup]]
-### Restoring a Backup Image
+=== Restoring a Backup Image
 
 Run the following command as an HBase superuser. You can only restore a backup 
on a running HBase cluster because the data must be
 redistributed the RegionServers for the operation to complete successfully.
@@ -266,7 +266,7 @@ hbase restore  
 
 
 [[br.restore.positional.args]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _backup_path_::
   The _backup_path_ argument specifies the full filesystem URI of where to 
store the backup image. Valid prefixes are
@@ -277,7 +277,7 @@ _backup_id_::
 
 
 [[br.restore.named.args]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 _-t _::
   A comma-separated list of tables to restore. See 
<> for more
@@ -304,7 +304,7 @@ _-o_::
 
 
 [[br.restore.usage]]
- Example of Usage
+ Example of Usage
 
 [source]
 
@@ -319,7 +319,7 @@ This command restores two tables of an incremental backup 
image. In this example
 // hbase backup merge
 
 [[br.merge.backup]]
-### Merging Incremental Backup Images
+=== Merging Incremental Backup Images
 
 This command can be used to merge two or more incremental backup images into a 
single incremental
 backup image. This can be used to consolidate multiple, small incremental 
backup images into a single
@@ -332,18 +332,18 @@ $ hbase backup merge 
 
 
 [[br.merge.backup.positional.cli.arguments]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _backup_ids_::
   A comma-separated list of incremental backup image IDs that are to be 
combined into a single image.
 
 [[br.merge.backup.named.cli.arguments]]
- Named Command-Line Arguments
+ Named 

hbase git commit: HBASE-20344 Fix asciidoc warnings

2018-04-13 Thread psomogyi
Repository: hbase
Updated Branches:
  refs/heads/master d59a6c816 -> 826909a59


HBASE-20344 Fix asciidoc warnings

Signed-off-by: Sean Busbey 


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

Branch: refs/heads/master
Commit: 826909a59cf27adb1578c627e743233b378922a5
Parents: d59a6c8
Author: Peter Somogyi 
Authored: Wed Apr 4 13:36:48 2018 +0200
Committer: Peter Somogyi 
Committed: Fri Apr 13 11:32:40 2018 +0200

--
 src/main/asciidoc/_chapters/backup_restore.adoc | 106 +--
 src/main/asciidoc/_chapters/compression.adoc|  20 
 .../asciidoc/_chapters/getting_started.adoc |   7 --
 src/main/asciidoc/_chapters/hbase_mob.adoc  |   4 -
 src/main/asciidoc/_chapters/ops_mgt.adoc|   3 -
 src/main/asciidoc/_chapters/performance.adoc|   2 -
 src/main/asciidoc/_chapters/schema_design.adoc  |   2 -
 src/main/asciidoc/_chapters/security.adoc   |  12 ---
 src/main/asciidoc/_chapters/shell.adoc  |   2 -
 9 files changed, 53 insertions(+), 105 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/826909a5/src/main/asciidoc/_chapters/backup_restore.adoc
--
diff --git a/src/main/asciidoc/_chapters/backup_restore.adoc 
b/src/main/asciidoc/_chapters/backup_restore.adoc
index b02af41..cb7fced 100644
--- a/src/main/asciidoc/_chapters/backup_restore.adoc
+++ b/src/main/asciidoc/_chapters/backup_restore.adoc
@@ -175,7 +175,7 @@ and its options. The below information is captured in this 
help message for each
 // hbase backup create
 
 [[br.creating.complete.backup]]
-### Creating a Backup Image
+=== Creating a Backup Image
 
 [NOTE]
 
@@ -204,7 +204,7 @@ dataset with a restore operation, having the backup ID 
readily available can sav
 
 
 [[br.create.positional.cli.arguments]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _type_::
   The type of backup to execute: _full_ or _incremental_. As a reminder, an 
_incremental_ backup requires a _full_ backup to
@@ -215,7 +215,7 @@ _backup_path_::
   are _hdfs:_, _webhdfs:_, _gpfs:_, and _s3fs:_.
 
 [[br.create.named.cli.arguments]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 _-t _::
   A comma-separated list of tables to back up. If no tables are specified, all 
tables are backed up. No regular-expression or
@@ -242,7 +242,7 @@ _-q _::
   is useful to prevent backup tasks from stealing resources away from other 
MapReduce jobs of high importance.
 
 [[br.usage.examples]]
- Example usage
+ Example usage
 
 [source]
 
@@ -255,7 +255,7 @@ in the path _/data/backup_. The _-w_ option specifies that 
no more than three pa
 // hbase backup restore
 
 [[br.restoring.backup]]
-### Restoring a Backup Image
+=== Restoring a Backup Image
 
 Run the following command as an HBase superuser. You can only restore a backup 
on a running HBase cluster because the data must be
 redistributed the RegionServers for the operation to complete successfully.
@@ -266,7 +266,7 @@ hbase restore  
 
 
 [[br.restore.positional.args]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _backup_path_::
   The _backup_path_ argument specifies the full filesystem URI of where to 
store the backup image. Valid prefixes are
@@ -277,7 +277,7 @@ _backup_id_::
 
 
 [[br.restore.named.args]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 _-t _::
   A comma-separated list of tables to restore. See 
<> for more
@@ -304,7 +304,7 @@ _-o_::
 
 
 [[br.restore.usage]]
- Example of Usage
+ Example of Usage
 
 [source]
 
@@ -319,7 +319,7 @@ This command restores two tables of an incremental backup 
image. In this example
 // hbase backup merge
 
 [[br.merge.backup]]
-### Merging Incremental Backup Images
+=== Merging Incremental Backup Images
 
 This command can be used to merge two or more incremental backup images into a 
single incremental
 backup image. This can be used to consolidate multiple, small incremental 
backup images into a single
@@ -332,18 +332,18 @@ $ hbase backup merge 
 
 
 [[br.merge.backup.positional.cli.arguments]]
- Positional Command-Line Arguments
+ Positional Command-Line Arguments
 
 _backup_ids_::
   A comma-separated list of incremental backup image IDs that are to be 
combined into a single image.
 
 [[br.merge.backup.named.cli.arguments]]
- Named Command-Line Arguments
+ Named Command-Line Arguments
 
 None.