Can someone point out what's wrong with my configuration of the
repository-hdfs plugin in my elasticsearch.yml ? I'm using Elasticsearch
v1.3.4, repository-hdfs v2.0.2. The relevant part of elasticsearch.yml:
[file:/etc/elasticsearch/elasticsearch.yml]]
ElasticsearchParseException[malformed, expected settings to start with
'object', instead was [VALUE_STRING]]
You probably have a syntax error (make sure you are using spaces and NOT tabs in your yml file). I just did a quick
check and it worked with the latest ES.
As inspiration you can try the configuration used within the test suite (checked every night) available here [1].
Additionally you can register the repository dynamically through the REST API as documented here [2]. This makes it easy
to check various settings and see what works and doesn't.
Can someone point out what's wrong with my configuration of the repository-hdfs plugin in my elasticsearch.yml ? I'm
using Elasticsearch v1.3.4, repository-hdfs v2.0.2. The relevant part of elasticsearch.yml:
You probably have a syntax error (make sure you are using spaces and NOT tabs in your yml file). I just did a quick check and it worked with the latest ES.
As inspiration you can try the configuration used within the test suite (checked every night) available here [1]. Additionally you can register the repository dynamically through the REST API as documented here [2]. This makes it easy to check various settings and see what works and doesn't.
Can someone point out what's wrong with my configuration of the repository-hdfs plugin in my elasticsearch.yml ? I'm
using Elasticsearch v1.3.4, repository-hdfs v2.0.2. The relevant part of elasticsearch.yml:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.