That might simply indicate that your update command doesn't contain any
updatable settings. How does it look like? Does it contain "persistent" or
"transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain any
updatable settings. How does it look like? Does it contain "persistent" or
"transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
There are some examples and list of settings that you can update on this
page:
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain any
updatable settings. How does it look like? Does it contain "persistent" or
"transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain any
updatable settings. How does it look like? Does it contain "persistent" or
"transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain any
updatable settings. How does it look like? Does it contain "persistent" or
"transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
Every setting I tried is throwing the same error message. I think that I
should see the full list of cluster wide settings with 'curl -XGET http://localhost:7104/_cluster/settings' but I am seeing empty persistent
and transient settings like
{"persistent":{},"transient":{}}
What did I do wrong?
On Friday, November 16, 2012 4:48:14 PM UTC-8, Jae wrote:
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain any
updatable settings. How does it look like? Does it contain "persistent" or
"transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
When you run it with -XGET you only get back the setting that you set there
using -XPUT.
On Friday, November 16, 2012 7:59:58 PM UTC-5, Jae wrote:
Every setting I tried is throwing the same error message. I think that I
should see the full list of cluster wide settings with 'curl -XGET http://localhost:7104/_cluster/settings' but I am seeing empty persistent
and transient settings like
{"persistent":{},"transient":{}}
What did I do wrong?
On Friday, November 16, 2012 4:48:14 PM UTC-8, Jae wrote:
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain
any updatable settings. How does it look like? Does it contain "persistent"
or "transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
On Friday, November 16, 2012 5:06:30 PM UTC-8, Igor Motov wrote:
When you run it with -XGET you only get back the setting that you set
there using -XPUT.
On Friday, November 16, 2012 7:59:58 PM UTC-5, Jae wrote:
Every setting I tried is throwing the same error message. I think that I
should see the full list of cluster wide settings with 'curl -XGET http://localhost:7104/_cluster/settings' but I am seeing empty
persistent and transient settings like
{"persistent":{},"transient":{}}
What did I do wrong?
On Friday, November 16, 2012 4:48:14 PM UTC-8, Jae wrote:
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain
any updatable settings. How does it look like? Does it contain "persistent"
or "transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
On Friday, November 16, 2012 8:06:30 PM UTC-5, Igor Motov wrote:
When you run it with -XGET you only get back the setting that you set
there using -XPUT.
On Friday, November 16, 2012 7:59:58 PM UTC-5, Jae wrote:
Every setting I tried is throwing the same error message. I think that I
should see the full list of cluster wide settings with 'curl -XGET http://localhost:7104/_cluster/settings' but I am seeing empty
persistent and transient settings like
{"persistent":{},"transient":{}}
What did I do wrong?
On Friday, November 16, 2012 4:48:14 PM UTC-8, Jae wrote:
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain
any updatable settings. How does it look like? Does it contain "persistent"
or "transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
On Friday, November 16, 2012 8:06:30 PM UTC-5, Igor Motov wrote:
When you run it with -XGET you only get back the setting that you set
there using -XPUT.
On Friday, November 16, 2012 7:59:58 PM UTC-5, Jae wrote:
Every setting I tried is throwing the same error message. I think that I
should see the full list of cluster wide settings with 'curl -XGET http://localhost:7104/_cluster/settings' but I am seeing empty
persistent and transient settings like
{"persistent":{},"transient":{}}
What did I do wrong?
On Friday, November 16, 2012 4:48:14 PM UTC-8, Jae wrote:
On Friday, November 16, 2012 7:30:47 PM UTC-5, Jae wrote:
I can see the empty persistent and transient objects with "curl
localhost:7104/_cluster/settings" but how can I add updatable settings?
Thank you
Best, Jae
On Friday, November 16, 2012 4:26:00 PM UTC-8, Igor Motov wrote:
That might simply indicate that your update command doesn't contain
any updatable settings. How does it look like? Does it contain "persistent"
or "transient" objects?
On Friday, November 16, 2012 6:54:07 PM UTC-5, Jae wrote:
I am seeing the following error:
{"error":"ActionRequestValidationException[Validation Failed: 1: no
settings to update;]","status":500}
I think that this is because
@Override
public ActionRequestValidationException validate() {
ActionRequestValidationException validationException = null;
if (transientSettings.getAsMap().isEmpty() &&
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.