HyukjinKwon commented on code in PR #57763:
URL: https://github.com/apache/spark/pull/57763#discussion_r3713316849


##########
python/packaging/classic/setup.py:
##########
@@ -342,14 +342,7 @@ def run(self):
         package_data={
             "pyspark.jars": ["*.jar"],
             "pyspark.bin": ["*"],
-            "pyspark.sbin": [
-                "spark-config.sh",
-                "spark-daemon.sh",
-                "start-connect-server.sh",
-                "start-history-server.sh",
-                "stop-connect-server.sh",
-                "stop-history-server.sh",
-            ],
+            "pyspark.sbin": ["*"],

Review Comment:
   I think the problem was that we wanted to avoid for users to use pip 
installed pyspark to start a cluster or sth. what scripts do we include?



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

Reply via email to