This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <configuration> | |
| <property> | |
| <name>dfs.namenode.name.dir</name> | |
| <value>file:///root/hdfs/namenode</value> | |
| <description>NameNode directory for namespace and transaction logs storage.</description> | |
| </property> | |
| <property> | |
| <name>dfs.datanode.data.dir</name> | |
| <value>file:///root/hdfs/datanode</value> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <configuration> | |
| <property> | |
| <name>hive.support.concurrency</name> | |
| <value>true</value> | |
| </property> | |
| <property> | |
| <name>javax.jdo.option.ConnectionURL</name> | |
| <value>jdbc:postgresql://postgresdb:5432/metastore</value> | |
| </property> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bad status for request | |
| TOpenSessionReq(username='hue', password=None, client_protocol=6, configuration={'hive.server2.proxy.user': u'hue'}): | |
| TOpenSessionResp(status=TStatus(errorCode=0, errorMessage='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 hue', sqlState=None, infoMessages=['*org.apache.hive.service.cli.HiveSQLException: | |
| 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 hue:14:13', 'org.apache.hive.service.cli.session.SessionManager:createSession: | |
| SessionManager.java:419', 'org.apache.hive.service.cli.session.SessionManager:openSession: | |
| SessionManager.java:362', 'org.apache.hive.service.cli.CLIService:openSessionWithImpersonation: |