Vineet Goel created AIRFLOW-268:
-----------------------------------
Summary: SSHExecuteOperator doesn't work on OSX
Key: AIRFLOW-268
URL: https://issues.apache.org/jira/browse/AIRFLOW-268
Project: Apache Airflow
Issue Type: Bug
Reporter: Vineet Goel
Priority: Minor
The SSHExecuteOperator runs a mktemp command using the --tempdir flag which is
compatible with Linux systems but doesn't work on mac OSX. A fix would be to
use a platform-independent version of the command as shown here:
http://stackoverflow.com/questions/31396985/why-is-mktemp-on-os-x-broken-with-a-command-that-worked-on-linux
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)