[ https://issues.apache.org/jira/browse/HIVE-12246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14973545#comment-14973545 ]
Ferdinand Xu commented on HIVE-12246: ------------------------------------- Thank you for figuring it out. Could you add quotes around $1, $CLI_JAR, $BEELINE_JAR and $USE_DEPRECATED_CLI? {noformat} 24 if [ $1 == $CLI_JAR ] || [ $1 == $BEELINE_JAR ]; then 25 JAR=$1 26 shift; {noformat} {noformat} 28 if [ $USE_DEPRECATED_CLI == "true" ]; then 29 JAR=$CLI_JAR 30 else {noformat} > Orc FileDump fails with Missing CLI jar > --------------------------------------- > > Key: HIVE-12246 > URL: https://issues.apache.org/jira/browse/HIVE-12246 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Attachments: HIVE-12246.patch, HIVE-12246.patch > > > Running hive --orcfiledump fails with "Missing CLI jar" -- This message was sent by Atlassian JIRA (v6.3.4#6332)