Skip to content

Commit

Permalink
Remove more 5.x references
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Apr 15, 2021
1 parent 6a19089 commit 1a9b53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions esrally/mechanic/supplier.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ def create(cfg, sources, distribution, car, plugins=None):
def _required_version(version):
if not version or version.strip() == "":
raise exceptions.SystemSetupError("Could not determine version. Please specify the Elasticsearch distribution "
"to download with the command line parameter --distribution-version. "
"E.g. --distribution-version=5.0.0")
"to download with the command line parameter --distribution-version.")
else:
return version

Expand Down
2 changes: 1 addition & 1 deletion esrally/resources/track-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
},
"pipeline": {
"type": "string",
"description": "[Only for type == 'index']: Defines the name of the ingest node pipeline to use (only supported from Elasticsearch 5.0)."
"description": "[Only for type == 'index']: Defines the name of the ingest node pipeline to use."
},
"conflicts": {
"type": "string",
Expand Down

0 comments on commit 1a9b53c

Please sign in to comment.