zhengruifeng commented on PR #48771:
URL: https://github.com/apache/spark/pull/48771#issuecomment-2460533575
@panbingkun can you also simply check `bin/pyspark --driver-memory 16G
--remote "local[*]"`?
with
```
In [1]: spark.range(10).collect()
24/11/06 10:50:00 WARN CheckAllocator: More than one
DefaultAllocationManager on classpath. Choosing first found
Out[1]:
[Row(id=0),
Row(id=1),
Row(id=2),
Row(id=3),
Row(id=4),
Row(id=5),
Row(id=6),
Row(id=7),
Row(id=8),
Row(id=9)]
```
The whole pyspark connect was broken before, including all pyspark-connect
tests and the REPL.
--
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]