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