From c514b26c8be3570e62e56bf8f793225c94e84eff Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 11 Jan 2016 09:43:00 +0100 Subject: [PATCH 1/2] Change link for HDFS support to plugins docs I came to this change when I read https://github.com/elastic/elasticsearch/pull/15591 HDFS plugin link has not been updated when we moved HDFS to elasticsearch repository (#15192). --- docs/reference/modules/snapshots.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/snapshots.asciidoc b/docs/reference/modules/snapshots.asciidoc index dbb9f395402c7..2343d079bd916 100644 --- a/docs/reference/modules/snapshots.asciidoc +++ b/docs/reference/modules/snapshots.asciidoc @@ -160,7 +160,7 @@ shared file system repository. Other repository backends are available in these official plugins: * {plugins}/repository-s3.html[repository-s3] for S3 repository support -* https://github.com/elasticsearch/elasticsearch-hadoop/tree/master/repository-hdfs[HDFS Plugin] for Hadoop environments +* {plugins}/repository-s3.html[repository-hdfs] for HDFS repository support in Hadoop environments * {plugins}/repository-azure.html[repository-azure] for Azure storage repositories [float] From bc181c031090644a0fc8a2e0113aeb0224e9fc4a Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 11 Jan 2016 09:56:17 +0100 Subject: [PATCH 2/2] Fix s3 with hdfs --- docs/reference/modules/snapshots.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/snapshots.asciidoc b/docs/reference/modules/snapshots.asciidoc index 2343d079bd916..969a74f019d8f 100644 --- a/docs/reference/modules/snapshots.asciidoc +++ b/docs/reference/modules/snapshots.asciidoc @@ -160,7 +160,7 @@ shared file system repository. Other repository backends are available in these official plugins: * {plugins}/repository-s3.html[repository-s3] for S3 repository support -* {plugins}/repository-s3.html[repository-hdfs] for HDFS repository support in Hadoop environments +* {plugins}/repository-hdfs.html[repository-hdfs] for HDFS repository support in Hadoop environments * {plugins}/repository-azure.html[repository-azure] for Azure storage repositories [float]