You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Shinichi Yamashita (JIRA)" <ji...@apache.org> on 2016/02/28 06:20:18 UTC

[jira] [Created] (HIVE-13177) Remove confirmation of standalone hive-jdbc jar in beeline

Shinichi Yamashita created HIVE-13177:
-----------------------------------------

             Summary: 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


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)