hive使用報錯解決方法
1.使用hiveserver2報錯
beeline> !connect jdbc:hive2://node1:10000/tong
Connecting to jdbc:hive2://node1:10000/tong
Enter username for jdbc:hive2://node1:10000/tong: hive --mysql使用者名稱
Enter password for jdbc:hive2://node1:10000/tong: ****** --mysql密碼
19/03/18 20:07:07 [main]: WARN jdbc.HiveConnection: Failed to connect to node1:10000
Error: Could not open client transport with JDBC Uri: jdbc:hive2://node1:10000/tong: Failed to open new session: java.lang.RuntimeException: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: root is not allowed to impersonate hive (state=08S01,code=0)
解決方法:
[root@node1 conf]# vim /opt/hadoop-2.8.5/etc/hadoop/core-site.xml
<property> <name>hadoop.proxyuser.root.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.root.groups</name> <value>*</value> </property>
[root@node1 conf]# stop-dfs.sh
[root@node1 conf]# start-dfs.sh
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25854343/viewspace-2638705/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- dbfread報錯ValueError錯誤解決方法Error
- supervisor使用報錯解決
- 使用Presto查詢hive表資料時報"Error opening Hive split hdfs"問題,及解決方法RESTHiveError
- hive 報錯Hive
- vuex2中使用mapGetters/mapActions報錯解決方法Vue
- 使用命令登入harbor報錯authentication required解決方法UI
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- ceph叢集安裝報錯解決方法
- Django2.2 報錯:UnicodeDecodeError 解決方法DjangoUnicodeError
- 日常python報錯及解決方法記錄Python
- 使用pip安裝selenium庫一直報錯的解決方法
- Nginx報504 gateway timeout錯誤的解決方法NginxGateway
- 國內electron-vue build報錯解決方法VueUI
- 下載HuggingFace模型的方法以及報錯解決模型
- SSL證書報錯型別及解決方法型別
- 記錄[Vue+elementUI]報錯及解決方法VueUI
- hive:初始化報錯Hive
- mybatis報錯解決MyBatis
- 解決eslint報錯EsLint
- ADFS4.0 使用nginx做反向代理訪問報502錯的解決方法Nginx
- Android Studio 中使用switch語句時報錯Constant expression required的解決方法AndroidExpressUI
- Tomcat啟動報錯:Error starting static Resources解決方法TomcatError
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- kaldi的編譯安裝與報錯解決方法編譯
- 使用API28報錯問題及解決API
- SS報錯的解決
- iText中文,報錯解決
- npm install 報錯解決NPM
- 報錯內容解決
- 使用Rockey作業系統允許rancher映象報錯iptables is not available on this host解決方法作業系統AI
- tensorflow安裝使用過程錯誤及解決方法
- docker pull下載映象時的報錯及其解決方法Docker
- react-native install 報錯 No git binary found in $PATH解決方法ReactGit
- flutter開發提示Flutter device daemon #1報錯解決方法Flutterdev
- mysql登入報錯提示:ERROR 1045 (28000)的解決方法MySqlError
- Linux下ODBC連線HGDB報Could not SQLConnect錯解決方法LinuxSQL
- PbootCMS 404 錯誤解決方法boot
- 解決vue使用Sass時候的報錯問題Vue