Re: Questions on intersecting iterator and partition ids

2015-07-13 Thread Adam Fuchs
Vaibhav, I have included some answers below. Cheers, Adam On Mon, Jul 13, 2015 at 11:19 AM, vaibhav thapliyal vaibhav.thapliyal...@gmail.com wrote: Dear all, I have the following questions on intersecting iterator and partition ids used in document sharded indexing: 1. Can we run a

Re: Questions on intersecting iterator and partition ids

2015-07-13 Thread Josh Elser
Inlined. vaibhav thapliyal wrote: Dear all, I have the following questions on intersecting iterator and partition ids used in document sharded indexing: 1. Can we run a boolean and query using the current intersecting iterator on a given range of ids. These ids are a subset of the total ids

Questions on intersecting iterator and partition ids

2015-07-13 Thread vaibhav thapliyal
Dear all, I have the following questions on intersecting iterator and partition ids used in document sharded indexing: 1. Can we run a boolean and query using the current intersecting iterator on a given range of ids. These ids are a subset of the total ids stored in the column qualifier field

Mapping accumulo table to hive - No Column Quantifiers

2015-07-13 Thread Fagan, Michael
Hi, I am tying to test the integration of Hive14 with Accumulo 1.6.1 using table definitions below: Accumulo user@dev mike_test scan 1 foo: []value; 2 foo: []value2 Hive CREATE EXTERNAL TABLE mike_test(row string, foo string) STORED BY