Unsubscribe

2022-06-16 Thread Ibrar Ahmed

Re: Query Timeout

2015-06-17 Thread Ibrar Ahmed
java:39) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run

Query Timeout

2015-06-17 Thread Ibrar Ahmed
Hi, Whats wrong with my settings? [127.0.0.1:1] hive> CREATE TABLE IF NOT EXISTS pagecounts_hbase (rowkey STRING, pageviews STRING, bytes STRING) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,f:c1,f:c2') TBLPROPERTIES (' hba

Re: Unable to create table in Hive

2015-05-14 Thread Ibrar Ahmed
; CREATE TABLE abcd(key int, value string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val") TBLPROPERTIES ("hbase.table.name" = "xyz"); But "list jars" also shows no

Re: Unable to create table in Hive

2015-05-14 Thread Ibrar Ahmed
Hive : 0.13 Hbase: 1.0.1 On Fri, May 15, 2015 at 1:26 AM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > Hi Ibrar, > > It seems like your hive and hbase versions are incompatible. What version > of hive and hbase are you on? > > On Thu, May 14, 2015

Unable to create table in Hive

2015-05-14 Thread Ibrar Ahmed
Hi, While creating a table in Hive I am getting this error message. CREATE TABLE abcd(key int, value string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val") TBLPROPERTIES ("hbase.table.name" = "xyz"); [Hive Error]: Q

Re: Hive/Hbase Integration issue

2015-05-14 Thread Ibrar Ahmed
e 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:org.apache.hadoop.hbase.client.RetriesExhaustedException: Can't get the locations at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadRepli cas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:305) On Thu, May 14, 2015 at 1:18 AM, Ibrar Ahmed wrote: &

Re: Hive/Hbase Integration issue

2015-05-13 Thread Ibrar Ahmed
sure that HBase is happy and healthy and all RS are up > and running? > > On Wed, May 13, 2015 at 1:58 PM, Ibrar Ahmed > wrote: > >> Hi, >> >> I am creating a table using hive and getting this error. >> >> [127.0.0.1:1] hive> CREATE TABLE hbase_t

Re: Hive/Hbase Integration issue

2015-05-13 Thread Ibrar Ahmed
/hadoop/share/hadoop/mapreduce/lib/*:/usr/local/hadoop/share/hadoop/mapreduce/*::/usr/local/hbase/conf/hbase-site.xml:/contrib/capacity-scheduler/*.jar On Thu, May 14, 2015 at 12:28 AM, Ibrar Ahmed wrote: > Hi, > > I am creating a table using hive and getting this error. > > [127.0.

Hive/Hbase Integration issue

2015-05-13 Thread Ibrar Ahmed
Hi, I am creating a table using hive and getting this error. [127.0.0.1:1] hive> CREATE TABLE hbase_table_1(key int, value string) > STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' > WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key