Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
yarn application -list -appTypes <appType> is not working
Looks like it's because the ApplicationCLI pass in the appType as uppercase, but ClientRMService#getApplications is case sensitive, so if user submits an app with lowercase appType, it wont work