Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
12-13-2018
09:43 AM
- last edited on
04-21-2026
06:43 AM
by
GrazittiAPI
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