I just setup the HDP 2.1 Sandboss VM in Hyper-V. I’m trying to connect to the Hive “sample” tables from Tableau. I’m getting a permission error:
[Hortonworks][HiveODBC] (35) Error from Hive: error code: '40000' error message: 'Error while compiling statement: FAILED: HiveAccessControlException Permission denied. Principal [name=hue, type=USER] does not have following privileges on Object [type=TABLE_OR_VIEW, name=default.sample_07] : [SELECT]'. Unexpected Error
How can I grant the permission needed?
Aside: I am able to use the Hue/Beeswax web UI (http://192.168.56.101:8000) to query successfully.