Re: connecting over transport client with marvel in classpath

2015-04-06 Thread mansishah
Yes. Things work fine if I use a node client instead of a transport client. Also we are using these same jars to start elasticsearch nodes on that machine and that seems to work fine too. On Friday, April 3, 2015 at 5:23:30 PM UTC-7, vineeth mohan wrote: > > Hi , > > Is the version of marvel a

Re: connecting over transport client with marvel in classpath

2015-04-03 Thread vineeth mohan
Hi , Is the version of marvel and Elasticsearch both complaint to each other ? Thanks Vineeth Mohan, Elasticsearch consultant, qbox.io ( Elasticsearch service provider ) On Sat, Apr 4, 2015 at 12:17 AM, wrote: > We have client logic, where we

connecting over transport client with marvel in classpath

2015-04-03 Thread mansishah
We have client logic, where we first try to connect over transport client if the user has given us a list of IPs and if not we try to connect over a node client. Since we try both kinds of client we copy over all the ES and lucene jars to the classpath. Since the node client might need some of t

connecting over transport client with marvel in classpath

2015-03-30 Thread mansishah
We have client logic, where we first try to connect over transport client if the user has given us a list of IPs and if not we try to connect over a node client. Since we try both kinds of client we copy over all the ES and lucene jars to the classpath. Since the node client might need some of t