Member since
11-18-2014
196
Posts
18
Kudos Received
8
Solutions
12-19-2018
03:59 PM
Hi Ben, But if we cannot find that file, what should we do? Why these files are missing? Thanks, Mo
... View more
09-27-2018
06:55 AM
@ramarov Thank you for the suggestion! We'll keep it in mind for our future sprint updates.
... View more
01-07-2016
05:41 AM
Thank you for pointing this out as I am also seeing the issue in iOS 9's browser. I was able to read the page by rotating the phone to a portrait display which allowed more horizontal space to render the left rail. Hopefully this will give you a temporary work around as I report this to the web team.
... View more
01-12-2015
02:04 PM
2 Kudos
Creating a user in Hue creates the user only in the Hue User database. Creating a user in Cloudera Manager create the user only the the Cloudera Manager User table. Both the user and the groups need to exist on the NameNode host operating system: sudo useradd Peter sudo usermod -G developer Peter If you don't want the user to be able to log in to the NameNode: sudo usermod -s /bin/falso Peter or sudo usermod -s /usr/bin/nologin Peter
... View more