gaogaotiantian commented on PR #57313: URL: https://github.com/apache/spark/pull/57313#issuecomment-5040563842
I thought about it - it should not be part of `pyspark`. What I originally thought was, it should be usable when users just `pip install pyspark`. There are many ways for users to install spark and we should make the CLI available in all case. However, I took another look at the existing python packaging, the scripts are already available. For example, if you `pip install pyspark`, then `pyspark` will just bring the python shell. So we have no problem with that part. I was thinking about how to manage the code, but it's okay for the CLI itself to be standalone code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
