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 hive replaces the MIN_AGE parameter automatically.

-amit

Reply via email to