Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.81, Slider 0.90.2
-
None
-
None
Description
Slider-777 introduced dependency jars to speed up slider app creation. However, the implementation in actionDependency() checks if the user name is "hdfs", if not it fails the command. This is inconvenient, client should be running as admin user but doesn't have to create a "hdfs" user name. I think we should remove the check, if the user is not run as admin user, the command will fail with permission errors.