Can hiveconf variables be loaded from a file? (Separate from the HiveQL file) Can hiveconf variables be loaded from a file? (Separate from the HiveQL file) hadoop hadoop

Can hiveconf variables be loaded from a file? (Separate from the HiveQL file)


Set your variables in the config file and load this file in your hql script:

 source /path_to_your_config_file/config.hql;