阅读 68

HiveServer

  • HiveServer

    HiveServer - Apache Hive - Apache Software Foundation



    HiveServer

































































    Skip to end of metadata


        Page restrictions apply
        Added by Confluence Administrator, last edited by Carl Steinbach on Apr 17, 2012
         (view change)

    Go to start of metadata


        WARNING!

        HiveServer can not handle concurrent requests from more than one client. This is actually a limitation imposed by the Thrift interface that HiveServer exports, and can't be resolved by modifying the HiveServer code. We're currently working on a rewrite of HiveServer that addresses these problems. Progress on this issue is being tracked in HIVE-2935.
        Hive server and clients communicates through Thrift and FB303 services. In some distributions, both the Hadoop and Hive distributions have different versions of libthrift.jar and libfb303.jar. If they are incompatible, it may cause Thrift connection error when running the unit test on standalone mode. The solution is to remove the Hadoop's version of libthrift.jar and libfb303.jar.

    Once Hive has been built using steps in Getting Started, the thrift server can be started by running the following:

    $ build/dist/bin/hive --service hiveserver --help
    usage HIVE_PORT=xxxx ./hive --service hiveserver
      HIVE_PORT : Specify the server port

    $ bin/hive --service hiveserver

    After starting the server, to test if the server is working well, run the hiveserver and jdbc tests in 'standalone' mode. The HIVE_PORT is assumed to be 10000 on localhost for this case.

    $ ant test -Dtestcase=TestJdbcDriver -Dstandalone=true
    $ ant test -Dtestcase=TestHiveServer -Dstandalone=true

    The service supports clients in multiple languages. For more details see Hive Client

    Labels parameters





  • 相关阅读:
    Excel相关界面
    延时函数
    VBA窗体之ListView分页显示
    VBA窗体之ListView
    医疗机构税收大全及理论探讨(2018年)
    VBA_Xpath定位元素
    VBA_CSS定位元素
    VBA_DOM定位元素
    VBA_IE&HTTP
    Listbox

  • 原文地址:https://www.cnblogs.com/lexus/p/2697340.html


文章分类
代码人生
文章标签
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐