Github user qmlmoon commented on the pull request:

    https://github.com/apache/flink/pull/202#issuecomment-72734478
  
    I got the same issue as fabian on OS X. The problem may result from 
different tmp files created by java and that used in python. 
    In java you created a file under `$"java.io.tmpdir"/flink_data/output`, but 
in python you used `/tmp/flink_data_output` directly. Therefore, manually 
create a file at `/tmp/flink_data_output` won't work since the PlanBinder try 
to load plan from `$"java.io.tmpdir"/flink_data/output`. 
    I tried replace that with `/tmp/flink_data_output`, then everything works 
fine.
    



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to