Repository: hive Updated Branches: refs/heads/branch-3 7981d38cb -> 702b4ffd7
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/702b4ffd Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/702b4ffd Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/702b4ffd Branch: refs/heads/branch-3 Commit: 702b4ffd73cb146e0ecb281c4531c917d5aabd71 Parents: 7981d38 Author: Miklos Gergely <[email protected]> Authored: Sat Jun 9 10:06:13 2018 -0700 Committer: Ashutosh Chauhan <[email protected]> Committed: Sat Jun 9 10:07:18 2018 -0700 ---------------------------------------------------------------------- bin/hive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/702b4ffd/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
