You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by uce <gi...@git.apache.org> on 2016/08/01 16:38:00 UTC

[GitHub] flink issue #2320: [FLINK-4297][yarn] decode URL encoded fat jar path

Github user uce commented on the issue:

    https://github.com/apache/flink/pull/2320
  
    Tested this with Hadoop 2.4.1 and it works as expected with `bin/flink run -m yarn-cluster`:
    ```
    2016-08-01 16:32:06,214 INFO  org.apache.flink.yarn.Utils - Copying from 2016-08-01 16:32:06,214 INFO  org.apache.flink.yarn.Utils - Copying from file:/home/hadoop/mxm/flink/flink-dist/target/flink-1.1-SNAPSHOT-bin/flink with spaces/conf/log4j.properties to gs://.../user/hadoop/.flink/application_1470041666362_0007/log4j.properties
    ...
    08/01/2016 16:33:24	Job execution switched to status FINISHED.
    ```
    
    But YARN sessions don't work. I get:
    ```
    $ bin/yarn-session.sh
    Error: Could not find or load main class with
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---