Github user buckhx commented on the pull request:

    https://github.com/apache/spark/pull/12398#issuecomment-217902925
  
    Added an addPyPackage example to the docstring and that test formatting. 
We're looking into adding the spark-submit arg for --py-requirements.
    
    The pip API takes a file path via pip.req.parse_requirements 
https://github.com/pypa/pip/blob/develop/pip/req/req_file.py#L64 but it looks 
like it might be possible to take a string and break it out line by with a mock 
file name via pip.req.process_line & pip.req.preprocess 
https://github.com/pypa/pip/blob/develop/pip/req/req_file.py#L110


---
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