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] [Created] (SPARK-31041) Make argument to make-distribution position-independent

Nicholas Chammas created SPARK-31041:
----------------------------------------

             Summary: Make argument to make-distribution 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


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