Hi all,

Currently I am working with elasticsearch-hadoop library with EsOutputFormat 
that 
is writing to elasticsearch,
But it looks to me like the writing is slow (elasticsearch-hadoop works 
with HTTP bulks on port 9200)
So my question is it worth to try to write something of my own that will 
use TransportClient of elasticsearch which will write bulks to 
elasticsearch via tcp on 9300 ?
(I think it should reduce opening http sockets each bulk, also I will no 
longer write to Hadoop Context writable objects, but directly to elastic 
search bulks...)

Anyone had experience with that? can share it?

Thanks,
Igor

-- 
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/410eee8e-780a-4b50-9f40-06aa5e9820c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to