You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel van der Ende (JIRA)" <ji...@apache.org> on 2016/07/28 13:00:24 UTC

[jira] [Updated] (AIRFLOW-378) Spark-sql operator does not allow integer parameters

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

Daniel van der Ende updated AIRFLOW-378:
----------------------------------------
    Priority: Minor  (was: Major)

> Spark-sql operator does not allow integer parameters
> ----------------------------------------------------
>
>                 Key: AIRFLOW-378
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-378
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: contrib, hooks, operators
>            Reporter: Daniel van der Ende
>            Assignee: Daniel van der Ende
>            Priority: Minor
>
> The Spark-sql hook-operator pair contains two parameters whose type is marked to be integer, but that actually cause errors when integers are passed (params in question: executor_cores and num_executors). These need to be cast to string to be able to execute spark-sql with the CLI binary.
> Also, the num_executors parameter has a minor typo which causes it to break when someone tries to use this.



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