[ https://issues.apache.org/jira/browse/HIVE-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shinichi Yamashita updated HIVE-13177: -------------------------------------- Status: Patch Available (was: Open) > Remove confirmation of standalone hive-jdbc jar in beeline > ---------------------------------------------------------- > > Key: HIVE-13177 > URL: https://issues.apache.org/jira/browse/HIVE-13177 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 2.1.0 > Reporter: Shinichi Yamashita > Assignee: Shinichi Yamashita > Priority: Minor > Attachments: HIVE-13177.1.patch > > > In the current master (after HIVE-13134), when I executed beeline command, > following messages was displayed. > {code} > [root@hadoop ~]# beeline > which: no hbase in > (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/hadoop/bin:/usr/local/hive/bin:/usr/pgsql-9.4/bin:/root/bin) > ls: cannot access /usr/local/hive/lib/hive-jdbc-*-standalone.jar: No such > file or directory > Beeline version 2.1.0-SNAPSHOT by Apache Hive > {code} > hive-jdbc-*-standalone.jar has moved from ${HIVE_HOME}/lib to > ${HIVE_HOME}/jdbc. And this file isn't necessary to execution of beeline. > So, I will remove confirmation of this file in beeline. -- This message was sent by Atlassian JIRA (v6.3.4#6332)