Member since
11-20-2018
4
Posts
1
Kudos Received
0
Solutions
02-07-2019
07:07 AM
1 Kudo
https://www.cloudera.com/documentation/enterprise/release-notes/topics/hardware_requirements_guide.html
... View more
02-07-2019
06:36 AM
Is cluster kerberoized? if yes then your user should be the part of group. or you can create table and load the data using below cmd. su - hdfs CREATE TABLE IF NOT EXISTS testk ( name String); LOAD DATA INPATH '/user/kkr/ test_hello.txt ' OVERWRITE INTO TABLE testk;
... View more