You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Mothilal (JIRA)" <ji...@apache.org> on 2018/03/07 20:30:00 UTC

[jira] [Created] (ZEPPELIN-3308) Accessing Hive table via JDBC Interpreter - Slow

Mothilal created ZEPPELIN-3308:
----------------------------------

             Summary: Accessing Hive table via JDBC Interpreter - Slow
                 Key: ZEPPELIN-3308
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3308
             Project: Zeppelin
          Issue Type: Test
          Components: zeppelin-interpreter
    Affects Versions: 0.7.0
         Environment: Test environment
            Reporter: Mothilal
             Fix For: 0.7.0


Simple Hive query : Select * from <default.sampleTable> limit 25 yielded response for 

Hive Client : <1 sec

Zeppelin %JDBC(Hive) : 30 sec.

While analyzing the logs, I understand it was taking time to fetch metadata of schema and did the same even when configuration specified default schema. Ideally the performance should be close to hive client with little latency but not major. Please advise if current data fetch approach is optimized for hive jdbc queries.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)