Unsubscribe

2024-10-14 Thread Chanh Le
Unsubscribe

Unexpected longer timer when doing the same training

2024-10-14 Thread Olivier Sannier
Hello, I have a small dataset that I use a test ground and which is working fine with Spark 2.1.1 to do some CART or RandomForest regression. It takes around 40 second to go from training to evaluation on a Spark context started locally via spark-submit. I'm now in the process of validating m

Unsubscribe

2024-10-14 Thread Sh Lim
Unsubscribe

spark connect server cannot set driver memory

2024-10-14 Thread Yunhui Han
Hi, all I am using spark connect server on version 3.4.0 & 3.5.3. I can't set driver memory as follows, ${SPARK_HOME}/sbin/start-connect-server.sh \ --packages org.apache.spark:spark-connect_2.12:${SPARK_VERSION} \ --master yarn \ --deploy-mode client \ --name spark_connect_server \ --driver-mem

Re: Unexpected longer timer when doing the same training

2024-10-14 Thread Ángel
Interesting ... could you provide the code and the dataset you're using to reproduce the issue? El lun, 14 oct 2024, 16:52, Olivier Sannier escribió: > Hello, > > I have a small dataset that I use a test ground and which is working fine > with Spark 2.1.1 to do some CART or RandomForest regressi