Repository: hive Updated Branches: refs/heads/master 1aec6a394 -> 812ba321b
HIVE-19827 : hiveserver2 startup should provide a way to override TEZ_CONF_DIR (Miklos Gergely via Zoltan Haindrich) Signed-off-by: Ashutosh Chauhan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/812ba321 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/812ba321 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/812ba321 Branch: refs/heads/master Commit: 812ba321b02b0012fd968c6f1ef65c7d3004e227 Parents: 1aec6a3 Author: Miklos Gergely <[email protected]> Authored: Sat Jun 9 10:06:13 2018 -0700 Committer: Ashutosh Chauhan <[email protected]> Committed: Sat Jun 9 10:06:13 2018 -0700 ---------------------------------------------------------------------- bin/hive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/812ba321/bin/hive ---------------------------------------------------------------------- diff --git a/bin/hive b/bin/hive index c54c6fb..1ade51e 100755 --- a/bin/hive +++ b/bin/hive @@ -114,7 +114,7 @@ then fi fi -CLASSPATH="${HIVE_CONF_DIR}" +CLASSPATH="${TEZ_CONF_DIR:-/etc/tez/conf}:${HIVE_CONF_DIR}" HIVE_LIB=${HIVE_HOME}/lib
