hadoop hive安裝教程

來源:互聯網
上載者:User
關鍵字 java function 安裝教程


以下是本人hive的安裝過程:
hive 是Hadoop中最常用的工具,可以說是必裝工具。
按apache官方文檔,推薦使用svn下載後編譯,文檔位址:HTTPs://cwiki.apache.org/confluence/display/Hive/AdminManual+Installation
但build時,因為依賴關係,整了很久,下了很多包也沒有成功。
推薦使用tar.gz包,直接安裝,文檔位址:HTTPs://cwiki.apache.org/confluence/display/Hive/GettingStarted# GettingStarted-InstallationandConfiguration
很簡單,直接成功!

首次運行hive時報錯:

Exception in thread "main" java.lang.NoSuchFieldError: ALLOW_UNQUOTED_CONTROL_CHARS at org.apache.hadoop.hive.ql.udf.generic.GenericUDTFJSONTuple.<clinit>(GenericUDTFJSONTuple.java:59) at sun.reflect.820.html">NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:113) at org.apache.hadoop.hive.ql.exec.FunctionRegistry.registerGenericUDTF(FunctionRegistry.java:545) at org.apache.hadoop.hive.ql.exec.FunctionRegistry.registerGenericUDTF(FunctionRegistry.java:539) at org.apache.hadoop.hive.ql.exec.FunctionRegistry.<clinit>(FunctionRegistry.java:472) at org.apache.hadoop.hive.ql.session.SessionState.<init>(SessionState.java:202) at org.apache.hadoop.hive.cli.CliSessionState.<init>(CliSessionState.java:86) at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:635) at org.apache.hadoop.hive.cli.CliDriver.main( CliDriver.java:613) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:156)


ALLOW_UNQUOTED_CONTROL_CHARS是關鍵字 
原因:

hive 裡的 jackson jar 包 和 hadoop 裡的不一致, hadoop 裡的用的是老的 1.0.1 的, hive 裡的是 1.8.8.
將hadoop 裡的jar 替換成和 hive 一樣的就ok了, 
找不到jar包的可以find一下。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.