Member since
04-02-2019
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3970 | 04-10-2019 05:02 PM |
04-10-2019
05:20 PM
I figured out the issue was not with target directory, it was with source directory where the files were coming from , hence i fixed the permissions on those directories and now all got succeeded here is further commands i wrote to grand permissions (Please becarefull with 777 as it is not a good practice) [hdfs@sandbox-hdp ~]$ hdfs dfs -chmod 777 /user/hadoop [hdfs@sandbox-hdp ~]$ hdfs dfs -chmod 777 /user/hadoop/silverPop 0: jdbc:hive2://10.88.79.112:10000> LOAD DATA INPATH '/user/hadoop/silverPop/testme.csv' OVERWRITE INTO TABLE dwstg.dummy; successful
... View more
04-03-2019
05:46 PM
@BHASKARA VENNA It's usually advisable to immediately create a local user with a sudoer privilege,this could have been your savior. Depending on your OS check this 2 links you should be able to reset the root password. Ubuntu https://www.maketecheasier.com/reset-root-password-linux/ Centos https://opensource.com/article/18/4/reset-lost-root-password
... View more