1. Hive hiveserver2 starts, the process exists, but the exception of port 10000 is not found?
Add a configuration in hive-site.xml and restart the hiveserver2 service
<property>
<name>hive.metastore.event.db.notification.api.auth</name>
<value>false</value>
</property>
2. Beeline can’t connect to hiveserver2, report to org apache.hadoop.security.authorize.AuthorizationException?
Permission problem. Entity users such as root are not allowed to access
Add the following configuration in core-site.xml, distribute the configuration, remember to distribute , restart Hadoop, and connect again
<property>
<name>hadoop.proxyuser.root.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.root.groups</name>
<value>*</value>
</property>
Read More:
- How to Solve Hmaster hangs up issue due to namenode switching in Ha mode
- How to Solve Zeppelin page 503 error
- How to Solve spark Writes Files to odps Error
- How to Solve ModuleNotFoundError: No module named ‘_bz2‘
- How to Solve HBase error: region is not online
- How to Solve Error: Heartbeating to master:7182 failed.
- How to Solve the jump error after Spring Security Login
- How to Solve Spark Writes Hudi Error
- How to Solve kubelet starts error (k8s Cluster Restarted)
- How to Solve null/hadoopbinary/wintils.exe Error
- How to Solve Pydicom Read Dicom File Error: OSError
- How to Solve Hyperf Failed to Start Error After Aliyun ACM Installed
- How to Solve Clickhouse restart error: Cannot obtain value of path from config file…
- How to Solve Docker failed to initialize Error
- How to Solve Springmvc Error: org.springframework.web.servlet.DispatcherServlet
- Keytool: How to solve javax.net.ssl.SSLHandshakeException Error?
- How to Solve Error in importing scala word2vecmodel
- How to Solve elasticsearch-7.15.1 operation errors
- How to Solve elasticsearch root user start Error
- How to Solve Git error: out of memory