Re: Hive/hbase integration - Rebuild the Storage Handler

2011-03-22 Thread amit jaiswal
Hi, I am also trying the same but don't know the exact build steps. Someone please tell the same. -regards Amit From: Jean-Charles Thomas To: Hive mailing list Sent: Tue, 22 March, 2011 11:40:18 AM Subject: Hive/hbase integration - Rebuild the Storage Handle

Dynamic Configuration support in Hive SQL

2011-03-21 Thread amit jaiswal
Hi, Does hive support dynamic configuration? For example: is it possible to write a hive script with some ${PARAM} variables and let hive replace these parameters with their values at runtime. Eg. Original hive script: select * from person where age > ${MIN_AGE}; Config file: MIN_AGE=18 And h

Re: hive hbase handler metadata NullPointerException

2011-03-13 Thread amit jaiswal
Hi, I am also facing the same issue (hive-0.7, hbase-0.90.1, hadoop-0.20.2). Any help? -amit From: Bennie Schut To: "user@hive.apache.org" Sent: Wed, 9 March, 2011 4:39:49 AM Subject: hive hbase handler metadata NullPointerException Hi All, I was trying