Support Questions

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

Unable to upload Hive table

avatar
Explorer

When I try to upload a CSV from my local machine into Hive I get the error below. I've tried doing this with the admin, hdfs, and hive users:

9162-11-5-2016-10-45-24-pm.png

Any ideas what's going on?

1 ACCEPTED SOLUTION

avatar
Explorer

Figured it out...some of the entries in core-site.xml were listing specific nodes instead of * ...changing that fixed my issues 🙂

View solution in original post

2 REPLIES 2

avatar

@Aaron Braundmeier

Can you please check if the following directory exist with proper permission in your HDFS?

sudo -u hdfs hadoop fs  -mkdir /user/admin
sudo -u hdfs hadoop fs  -chown admin:hadoop /user/admin

.

avatar
Explorer

Figured it out...some of the entries in core-site.xml were listing specific nodes instead of * ...changing that fixed my issues 🙂