[
https://issues.apache.org/jira/browse/DRILL-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wong reassigned DRILL-2446:
-----------------------------------
Assignee: DrillCommitter (was: Patrick Wong)
> Checking for log file location failed after upgrade
> ---------------------------------------------------
>
> Key: DRILL-2446
> URL: https://issues.apache.org/jira/browse/DRILL-2446
> Project: Apache Drill
> Issue Type: Bug
> Components: Tools, Build & Test
> Affects Versions: 0.8.0
> Reporter: Krystal
> Assignee: DrillCommitter
> Attachments: DRILL-2446.1.patch.txt, drill-config.sh
>
>
> git.commit.id=710656a1949e249dc7ad326dccc7c632f563495c
> Upgraded to drill 0.8 from a previous 0.8 version. Ran the following
> connection string to invoke sqlline:
> [root@qa-node57 ~]# bin/sqlline --maxWidth=10000 -n admin -p admin -u
> jdbc:drill:schema=dfs.root;zk=10.10.100.56:5181
> /opt/mapr/drill/drill-0.8.0/bin/drill-config.sh: line 94: [: =: unary
> operator expected
> sqlline version 1.1.6
> From /opt/mapr/drill/drill-0.8.0/bin/drill-config.sh, line 94 is:
> if [ ! -d $DRILL_LOG_DIR ] || [ $DRILL_LOG_DIR_FALLBACK = 1 ]; then
> echo "Drill log directory $DRILL_LOG_DIR does not exist or is not writable,
> defaulting to $DRILL_HOME/log"
> DRILL_LOG_DIR=$DRILL_HOME/log
> mkdir -p $DRILL_LOG_DIR
> fi
> I don't have "/var/log/drill" directory
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)