Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/4919#issuecomment-77905979
  
    This seems fine to me.  I guess the alternatives would be 
    
    1. storing the libraries in our source tree, which is a bad option for 
several reasons, including licensing, file size, upgradability, etc.
    2. requiring the users to install the libraries themselves using a `pip` 
requirements file, but that adds another dependency on pip
    
    I think that this is fine for now.  As part of our binary release packaging 
scripts, we could download and include these archives so that only users who 
build from source will need to perform these downloads.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to