Skip to content

Commit

Permalink
HIVE-19827 : hiveserver2 startup should provide a way to override TEZ…
Browse files Browse the repository at this point in the history
…_CONF_DIR (Miklos Gergely via Zoltan Haindrich)

Signed-off-by: Ashutosh Chauhan <[email protected]>
  • Loading branch information
miklosgergely authored and ashutoshc committed Jun 9, 2018
1 parent 1aec6a3 commit 812ba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hive
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 812ba32

Please sign in to comment.