Member since
02-15-2016
6
Posts
5
Kudos Received
0
Solutions
03-02-2016
07:34 PM
@Jeremy Salazar you mean HDFS Ambari view? That won't work, it's too big of a file to upload via Ambari view. Consider using CLI.
... View more
02-17-2016
01:29 AM
2 Kudos
@Jeremy Salazar since the error states that the user is "ambari" you will need to add the following values to the HDFS custom core-site configuration: hadoop.proxyuser.ambari.groups=*
hadoop.proxyuser.ambari.hosts=* Once that's done you'll need to follow @Neeraj Sabharwal step and create your home directory and assign access.
... View more