Browse Source

[DOCS] Link docs on repository-hdfs plugin

relates #15191
Costin Leau 9 years ago
parent
commit
4426ed0a09
2 changed files with 8 additions and 6 deletions
  1. 4 3
      docs/plugins/repository-hdfs.asciidoc
  2. 4 3
      docs/plugins/repository.asciidoc

+ 4 - 3
docs/plugins/repository-hdfs.asciidoc

@@ -8,7 +8,7 @@ The HDFS repository plugin adds support for using HDFS File System as a reposito
 [float]
 ==== Installation
 
-This plugin can be installed using the plugin manager:
+This plugin can be installed using the plugin manager using _one_ of the following packages:
 
 [source,sh]
 ----------------------------------------------------------------
@@ -17,14 +17,14 @@ sudo bin/plugin install repository-hdfs-hadoop2
 sudo bin/plugin install repository-hdfs-lite
 ----------------------------------------------------------------
 
-The plugin must be installed on every node in the cluster, and each node must
+The chosen plugin must be installed on every node in the cluster, and each node must
 be restarted after installation.
 
 [[repository-hdfs-remove]]
 [float]
 ==== Removal
 
-The plugin can be removed with the following command:
+The plugin can be removed by specifying the _installed_ package using _one_ of the following commands:
 
 [source,sh]
 ----------------------------------------------------------------
@@ -76,6 +76,7 @@ additional permissions which are not provided by the plugin.
 
 In this case there are several workarounds:
 * add the permission into `plugin-security.policy` (available in the plugin folder)
+
 * disable the security manager through `es.security.manager.enabled=false` configurations setting - NOT RECOMMENDED
 
 If you find yourself in such a situation, please let us know what Hadoop distro version and OS you are using and what permission is missing

+ 4 - 3
docs/plugins/repository.asciidoc

@@ -18,10 +18,9 @@ The S3 repository plugin adds support for using S3 as a repository.
 
 The Azure repository plugin adds support for using Azure as a repository.
 
-https://github.com/elastic/elasticsearch-hadoop/tree/master/repository-hdfs[Hadoop HDFS Repository]::
+<<repository-hdfs,HDFS Repository>>::
 
-The Hadoop HDFS Repository plugin adds support for using an HDFS file system
-as a repository.
+The Hadoop HDFS Repository plugin adds support for using HDFS as a repository.
 
 
 [float]
@@ -40,3 +39,5 @@ include::repository-azure.asciidoc[]
 
 include::repository-s3.asciidoc[]
 
+include::repository-hdfs.asciidoc[]
+