Description
it's currently set as
if [ -z ${PROJ_HOME} ]; then export PROJ_HOME=/Users/${USER}/dev/hive fi
but it always points to project root so can be
export PROJ_HOME=../../../../../..
it's currently set as
if [ -z ${PROJ_HOME} ]; then export PROJ_HOME=/Users/${USER}/dev/hive fi
but it always points to project root so can be
export PROJ_HOME=../../../../../..