Created on 11-06-2016 03:51 AM - edited 08-18-2019 04:11 AM
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:
Any ideas what's going on?
Created 11-07-2016 03:38 PM
Figured it out...some of the entries in core-site.xml were listing specific nodes instead of * ...changing that fixed my issues 🙂
Created 11-06-2016 04:03 AM
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
.
Created 11-07-2016 03:38 PM
Figured it out...some of the entries in core-site.xml were listing specific nodes instead of * ...changing that fixed my issues 🙂