Created on 04-15-2017 06:14 AM - edited 04-15-2017 07:34 AM
Hi,
I have tried several changes and came to a point where i have moved further however still stuck .
From beeline i can run two queries...on two different tables, but when I attempt to run a single query that joins them, I get the following error:
ERROR:
Getting log thread is interrupted, since query is done!
Error: Error while compiling statement: FAILED: SemanticException Unable to compare key strength for hdfs://nameservice1/darchive/source/lls/di/ppxtyu and hdfs://nameservice1/darchive/source/lls/di/aubxcry: java.lang.NullPointerException (state=42000,code=40000)
These are the values i have for them which are in brackets.
hadoop.kms.acl.GET_METADATA (*)
whitelist.key.acl.READ (hdfs, hive)
From hive2 logs i see that it comes till getting metadata for the sources and then fails with the above error.
if i do a select * from table it works effectively. however when i do a join it fails.
There are only 2 blacklists with a * rest are no value(no one is blacklisted)
<property>
<name>hadoop.kms.blacklist.GET</name>
<value>*</value>
</property>
<property>
<name>hadoop.kms.blacklist.SET_KEY_MATERIAL</name>
<value>*</value>
</property>
Any suggestions ?
Created 04-17-2017 08:49 AM
Any clues ?
Created 04-17-2017 09:55 AM
Created on 04-17-2017 10:06 AM - edited 04-17-2017 10:11 AM
Yes checked that. I have * for most of them.
I dont think whitelist.key.acl.MANAGEMENT requires hive. However i will give it a try.