Paul Rogers created DRILL-6485:
----------------------------------
Summary: Typo in drill-env.sh
Key: DRILL-6485
URL: https://issues.apache.org/jira/browse/DRILL-6485
Project: Apache Drill
Issue Type: Bug
Affects Versions: 1.13.0
Reporter: Paul Rogers
Assignee: Paul Rogers
Fix For: 1.14.0
In {{drill-env.sh}} we have the following incorrect line:
{code}
#export DRILL_LOG_DIR=${DRILL_LOG_DIR:-$DRILL_HOME/conf}
{code}
It should be:
{code}
#export DRILL_LOG_DIR=${DRILL_LOG_DIR:-$DRILL_HOME/log}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|