Re: Calling Coprocessor via HBase Thrift or RestService

2016-02-28 Thread anil gupta
Also came across this: https://issues.apache.org/jira/browse/HBASE-6790 HBASE-6790 is also unresolved. On Sun, Feb 28, 2016 at 10:26 PM, anil gupta wrote: > Hi, > > A non java app would like to use AggregateImplementation( >

Calling Coprocessor via HBase Thrift or RestService

2016-02-28 Thread anil gupta
Hi, A non java app would like to use AggregateImplementation( https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/AggregateImplementation.html ) Is it possible to use HBase Thrift gateway or Stargate(Rest gateway) to make calls to AggregateImplementation coprocessor? If yes,

[BEST PRACTICES]: Registering Hbase table as hive external table

2016-02-28 Thread Divya Gehlot
Hi, Has any worked on registering Hbase tables as hive ? I would like to know the best practices as well as pros and cons of it . Would really appreciate if you could refer me to good blog ,study materials etc. If anybody has hands on /production experience ,could you please share the tips?

Re: [Error] : while registering Hbase table with hive

2016-02-28 Thread Divya Gehlot
Oh mymy found the mistake Its the typo no cf mapping for COLUMN7 Thanks Ted On 29 February 2016 at 11:45, Divya Gehlot wrote: > Hi Ted, > I am using > Hive - 1.2.1.2.3 > Hbase - 1.1.1.2.3 > > Using Hortonworks HDP 2.3.4 version > > > CREATE EXTERNAL TABLE

Re: [Error] : while registering Hbase table with hive

2016-02-28 Thread Divya Gehlot
Hi Ted, I am using Hive - 1.2.1.2.3 Hbase - 1.1.1.2.3 Using Hortonworks HDP 2.3.4 version CREATE EXTERNAL TABLE TABLE_NAME(COLUMN1 STRING,COLUMN2 STRING,COLUMN3 > STRING,COLUMN4 STRING,COLUMN5 STRING, > COLUMN6 STRING,COLUMN7 FLOAT,COLUMN8 FLOAT,COLUMN9 FLOAT,COLUMN10 STRING, > COLUMN11

Re: [Error] : while registering Hbase table with hive

2016-02-28 Thread Ted Yu
Can you give us some more information ? release of hbase release of Hive code snippet for registering hbase table On Sun, Feb 28, 2016 at 7:21 PM, Divya Gehlot wrote: > Hi, > I trying to register a hbase table with hive and getting following error : > > Error while

[Error] : while registering Hbase table with hive

2016-02-28 Thread Divya Gehlot
Hi, I trying to register a hbase table with hive and getting following error : Error while processing statement: FAILED: Execution Error, return code 1 > from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: > MetaException(message:org.apache.hadoop.hive.serde2.SerDeException