First, what version of es-hadoop connector are you using?

Your syntax is correct (documentation explaining it here [1]) however
it would help to use `es.resource.write` instead of just
`es.resource`. Shouldn't really matter but please try it out. Also
memory should be an issue.

Assuming you are using the latest stable (2.0.x) or dev build, can you
please turn on logging on the `rest` package [2] and upload the logs
in a gist somewhere? More information here [3]

Cheers,

[1] 
http://www.elastic.co/guide/en/elasticsearch/hadoop/master/configuration.html#cfg-multi-writes-format
[2] http://www.elastic.co/guide/en/elasticsearch/hadoop/master/logging.html
[3] 
http://www.elastic.co/guide/en/elasticsearch/hadoop/master/troubleshooting.html#help

On Tue, Apr 14, 2015 at 6:15 PM,  <[email protected]> wrote:
> Hi,
>
> I have got severals index in my ElasticSearch starting with log-access. I
> would like to read all of them thanks to Hive.
>
> I have tried 'es.resource' = 'log-access*/access' which doesn't seem to be
> correct.
>
> Then i have tried " 'es.resource' =
> 'log-access{@timestamp:YYYY.MM.dd}/access' " and  "'es.resource' =
> 'log-access/{@timestamp:YYYY.MM.dd}'.
> It resulted in the error below even though i have managed reading one index
>
> Connection error (check network and/or proxy settings)- all nodes failed;
>
>
> Is it because the syntax is not incorrect ? Could it be because of a lack of
> memory?
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/7de76101-b5bd-4b2e-ace2-7a81204ceb72%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAJogdmc4EjHU3MNiaPgyXSaU8BcJ-eSsYtN46z%2BPM2W8aG98kA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to