This kind of answers my question- so if I hit port 11211 and do a tap on the underlying memcached instance, I will get all the keys that exist ONLY on that memcached instance, correct? Will I get duplicate keys on different nodes because of the replicas?
Thanks! On Tuesday, March 11, 2014 12:10:37 AM UTC-4, Aliaksey Kandratsenka wrote: > > > > > On Mon, Mar 10, 2014 at 8:52 PM, Corey Nolet <[email protected]<javascript:> > > wrote: > >> I recently tried the Sqoop connector for Couchbase 2 and it doesn't >> appear to be working as expected. I have written my own InputFormat here: >> >> >> https://github.com/cjnolet/cloud-toolkit/blob/master/src/main/java/org/calrissian/hadoop/memcached/MemcachedInputFormat.java >> >> I haven't gotten a chance to test it yet but I wanted to know if MOXI >> would make it hard to get the locality that Im expecting from each of the >> memcached instances. When I connect to a memcached instance (backing >> couchbase) on port 11211, will each of those memcached instances give me >> ALL of the keys in couchbase? or will they only give me the keys that they >> contain separately? >> > > It looks like you're expecting moxi to support tap. But moxi does not > support TAP. > > -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
