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
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
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