You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nicholas Chammas (Jira)" <ji...@apache.org> on 2020/03/04 17:37:00 UTC

[jira] [Updated] (SPARK-31041) Make arguments to make-distribution.sh position-independent

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

Nicholas Chammas updated SPARK-31041:
-------------------------------------
    Summary: Make arguments to make-distribution.sh position-independent  (was: Make argument to make-distribution position-independent)

> Make arguments to make-distribution.sh position-independent
> -----------------------------------------------------------
>
>                 Key: SPARK-31041
>                 URL: https://issues.apache.org/jira/browse/SPARK-31041
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1.0
>            Reporter: Nicholas Chammas
>            Priority: Trivial
>
> This works:
>  
> ```
> ./dev/make-distribution.sh \
> --pip \
> -Phadoop-2.7 -Phive -Phadoop-cloud
> ```
>  
> But this doesn't:
>  
> ```
> ./dev/make-distribution.sh \
> -Phadoop-2.7 -Phive -Phadoop-cloud \
> --pip```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org