shanyu zhao created SLIDER-1083: ----------------------------------- Summary: Remove hard coded user name check for actionDependency Key: SLIDER-1083 URL: https://issues.apache.org/jira/browse/SLIDER-1083 Project: Slider Issue Type: Bug Affects Versions: Slider 0.90.2, Slider 0.81 Reporter: shanyu zhao
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)