Skip to content

Commit 4282a01

Browse files
committed
Removing erroneous documentation regarding ES Classpath.
fixes elastic#861
1 parent 0ee6ab6 commit 4282a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository-hdfs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## :warning: Starting with ES-Hadoop 5.x, the plugin has moved to Elasticsearch
22

3-
The HDFS Snapshot/Restore plugin has been [_moved_](https://github.com/elastic/elasticsearch/issues/15191) into Elasticsearch proper.
3+
The HDFS Snapshot/Restore plugin has been [_moved_](https://github.com/elastic/elasticsearch/issues/15191) into Elasticsearch proper. When upgrading, please keep in mind that the `light` and `1.x` versions are no longer supported in 5.x.
44

55
More information can be found [here](https://www.elastic.co/guide/en/elasticsearch/plugins/master/repository-hdfs.html).
66

@@ -24,7 +24,7 @@ The `hadoop2` version contains the plugin jar plus the Hadoop 2.x (Yarn) depende
2424
The `light` version contains just the plugin jar, without any Hadoop dependencies.
2525

2626
### What version to use?
27-
It depends on whether you have Hadoop installed on your nodes or not. If you do, then we recommend exposing Hadoop to the Elasticsearch classpath (typically through an environment variable such as +ES_CLASSPATH+ - see the Elasticsearch [reference](https://www.elastic.co/guide/en/elasticsearch/reference/2.0/setup-configuration.html) for more info) and using the `light` version.
27+
It depends on whether you have Hadoop installed on your nodes or not. If you do, then it may be easiest to expose Hadoop to the Elasticsearch classpath (typically by creating symbolic links to the client jars within the Elasticsearch `lib/` directory) and using the `light` version.
2828
This guarantees the existing libraries and configuration are being picked up by the plugin.
2929
If you do not have Hadoop installed, then select either the default version (for Hadoop stable/1.x) or, if you are using Hadoop 2, the `hadoop2` version.
3030

0 commit comments

Comments
 (0)