Monday Night in Maryland

2015-04-24 Thread David Medinets
I'll be staying at the Marriott on Monday night. If anyone else will be there as well, let's meet at the bar or find a place for dinner.

Re: Hive/Accumulo

2015-04-24 Thread Josh Elser
When you define a table that's backed by the AccumuloStorageHandler, you define a Hive column which is essentially the Accumulo rowID (:rowID in the column mapping string). You can include some filter in the WHERE clause over that Hive column. That portion is extracted and used to set a

Hive/Accumulo

2015-04-24 Thread THORMAN, ROBERT D
Does anyone know if there is a way to limit the rowID range that Hive will scan on an Accumulo table? What I’m looking for is the equivalent of ‘scan –b start-row –e end-row’ in an HQL statement. v/r Bob Thorman Principal Big Data Engineer ATT Big Data CoE 2900 W. Plano Parkway Plano, TX 75075

Re: Hive/Accumulo

2015-04-24 Thread THORMAN, ROBERT D
Perfect, thanks Josh! v/r Bob Thorman Principal Big Data Engineer ATT Big Data CoE 2900 W. Plano Parkway Plano, TX 75075 972-658-1714 On 4/24/15, 3:47 PM, Josh Elser josh.el...@gmail.com wrote: When you define a table that's backed by the AccumuloStorageHandler, you define a Hive column