Created on 12-13-2018 09:43 AM - edited 09-16-2022 06:59 AM
Hello guys,
I face the following problem: Trying to create a hive table using Hue from a file in the HDFS and it appears to work fine, but the resulting table remains empty. Why isnt the data displayed in the table?
See also the appended screenshots.
Thanks for any help.
Created 01-08-2019 02:25 PM
Hi Rockem,
The issue you are facing is due to hdfs permission. By default with "Store in default location" checked during hive table creation through Hue, we are trying to move the data to '/user/hive/warehouse' directory. The user you logged in don't have permission to move data to '/user/hive/warehouse', so table is created successful but no data.
You can either grant the user with write permission to '/user/hive/warehouse' or uncheck the "Store in default location" checkbox so it creates external table without moving the file to '/user/hive/warehouse'. Then you will be abl e to see the data.
Hope this helps!
Weixia
Created 12-30-2018 03:13 PM
Created 01-08-2019 02:25 PM
Hi Rockem,
The issue you are facing is due to hdfs permission. By default with "Store in default location" checked during hive table creation through Hue, we are trying to move the data to '/user/hive/warehouse' directory. The user you logged in don't have permission to move data to '/user/hive/warehouse', so table is created successful but no data.
You can either grant the user with write permission to '/user/hive/warehouse' or uncheck the "Store in default location" checkbox so it creates external table without moving the file to '/user/hive/warehouse'. Then you will be abl e to see the data.
Hope this helps!
Weixia