You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/01/12 01:36:00 UTC

[jira] [Reopened] (FLINK-8092) Makes no difference if python script is found or not

     [ https://issues.apache.org/jira/browse/FLINK-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler reopened FLINK-8092:
-------------------------------------

> Makes no difference if python script is found or not
> ----------------------------------------------------
>
>                 Key: FLINK-8092
>                 URL: https://issues.apache.org/jira/browse/FLINK-8092
>             Project: Flink
>          Issue Type: Bug
>          Components: Python API
>    Affects Versions: 1.3.2
>         Environment: The error message is the SAME whether the right path or not for a python job, as below:
> [root@master bin]# ./pyflink.sh /home/al/flink/examples/python/WordCount.py
> Cluster configuration: Standalone cluster with JobManager at localhost/https://www.linkedin.com/redir/invalid-link-page?url=127%2e0%2e0%2e1%3A6123
> Using address localhost:6123 to connect to JobManager.
> JobManager web interface address http://localhost:8081
> Starting execution of program
> Usage: ./bin/pyflink<2/3>.[sh/bat] <pathToScript>[ <pathToPackage1>[ <pathToPackageX]][ - <parameter1>[ <parameterX>]]
> The program didn't contain a Flink job. Perhaps you forgot to call execute() on the execution environment.
> [root@master bin]# ./pyflink.sh /home/al/flink/examples/python/WordCount.pys
> Cluster configuration: Standalone cluster with JobManager at localhost/https://www.linkedin.com/redir/invalid-link-page?url=127%2e0%2e0%2e1%3A6123
> Using address localhost:6123 to connect to JobManager.
> JobManager web interface address http://localhost:8081
> Starting execution of program
> Usage: ./bin/pyflink<2/3>.[sh/bat] <pathToScript>[ <pathToPackage1>[ <pathToPackageX]][ - <parameter1>[ <parameterX>]]
> The program didn't contain a Flink job. Perhaps you forgot to call execute() on the execution environment.
> The first link is correct and was tested. The second is a fake. Still, the error is the SAME. Bug?
>            Reporter: Al Costa
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)