Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
Not applicable

@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 🙂