You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (JIRA)" <ji...@apache.org> on 2016/08/10 21:56:20 UTC

[jira] [Created] (REEF-1517) Warning in .\bin\runreef.ps1 script

Sergiy Matusevych created REEF-1517:
---------------------------------------

             Summary: Warning in .\bin\runreef.ps1 script
                 Key: REEF-1517
                 URL: https://issues.apache.org/jira/browse/REEF-1517
             Project: REEF
          Issue Type: Bug
          Components: Build infrastructure
    Affects Versions: 0.15
         Environment: Windows / PowerShell
            Reporter: Sergiy Matusevych
            Assignee: Sergiy Matusevych
            Priority: Trivial


When running REEF examples using PowerShell script {{.\bin\runreef.ps1}}, the following warning appears:
{code}
WARNING: Some imported command names contain one or more of the following restricted characters: # , ( ) {{ }} [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
{code}
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)