Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.15
-
Windows / PowerShell
Description
When running REEF examples using PowerShell script .\bin\runreef.ps1, the following warning appears:
WARNING: Some imported command names contain one or more of the following restricted characters: # , ( ) {{ }} [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
This happens because some PowerShell functions defined in the script contain dash character '-' not allowed in user commands.
Solution: use proper names for functions like Submit-YARN-Application defined in that script.