Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Created Table with Hue is empty

avatar
New Contributor

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?

Strain1.pngtrain2.pngtrain3.pngee also the appended screenshots.

 

Thanks for any help.

1 ACCEPTED SOLUTION

avatar
Cloudera Employee

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

View solution in original post

2 REPLIES 2

avatar
Super Guru
Hi,

Can you please confirm which version of CDH are you using? I can test and confirm the same from my lab.

Thanks

avatar
Cloudera Employee

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