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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to