radhikabajaj123 commented on issue #872:
URL: 
https://github.com/apache/datafusion-comet/issues/872#issuecomment-2312911969

   Hi @nitin-kalyankar25 ,
   
   I followed the steps on this page: 
https://datafusion.apache.org/comet/user-guide/installation.html#building-from-source
 (previously, the same steps worked, but now they're not working).
   
   1. `git clone https://github.com/apache/datafusion-comet.git`
   2. Installed rustup as listed on this page: 
https://datafusion.apache.org/comet/contributor-guide/development.html#:~:text=Install%20Rust%20toolchain.%20The%20easiest%20way%20is%20to%20use%20rustup.
   3. Created a build: `make release PROFILES="-Pspark-3.4 -Pscala-2.13"`
   4. Specified path to `$COMET_JAR` and `$SPARK_HOME`
   5. Attempted to launch the shell and received the above error:
   `SPARK_HOME/bin/spark-shell \
       --jars $COMET_JAR \
       --conf spark.driver.extraClassPath=$COMET_JAR \
       --conf spark.executor.extraClassPath=$COMET_JAR \
       --conf spark.plugins=org.apache.spark.CometPlugin \
       --conf spark.comet.enabled=true \
       --conf spark.comet.exec.enabled=true \
       --conf spark.comet.explainFallback.enabled=true \
       --conf spark.driver.memory=1g \
       --conf spark.executor.memory=1g`


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