MultiPlexing hardware between hadoop and elasticsearch

I am using elasticsearch-hadoop-mr. Hadoop cluster is physically separated from ELasticsearch Cluster. And I found the speed that transfer data by networking from elasticsearch to hadoop is too slowly. So ,if hadoop node is bound to elasticsearch node, in other words, I want to mutilplex physical hardware between elasticsearch and hardware in order to reduce the data transfer in network. Is there notion about this method?

You might be able to do this with docker or similar, but Elasticsearch does not run on top of hadoop.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.