Docs: Document ES_CLASSPATH removal in breaking changes

Closes #14008
This commit is contained in:
Clinton Gormley 2015-10-08 18:22:48 +02:00
parent c208add625
commit 499d53c506
1 changed files with 8 additions and 2 deletions

View File

@ -174,3 +174,9 @@ environment variable, or the `-Des.config`, `-Des.default.config`, or
Instead, the config file must be named `elasticsearch.yml` and must be located
in the default `config/` directory, or in the directory specified in the
`CONF_DIR` environment variable.
==== `ES_CLASSPATH removed`
The `ES_CLASSPATH` environment variable is no longer used to set the class
path. External libraries should preferably be loaded using the plugin
mechanism or, if you really must, be copied to the `lib/` directory.