From 72f1c520f654d345877a4d839153ed13c3035740 Mon Sep 17 00:00:00 2001 From: Holden Karau Date: Wed, 10 Apr 2024 20:57:42 -0700 Subject: [PATCH] Update README.md Co-authored-by: Liang-Chi Hsieh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7861cce..121972c42 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Comet shuffle feature is disabled by default. To enable it, please add related c Above configs enable Comet native shuffle which only supports hash partiting and single partition. Comet native shuffle doesn't support complext types yet. -Depending on your deployment mode you may also need to set the driver & executor class path(s) to explicitly contain Comet otherwise Spark may use a different class-loader for the Comet components than its internal components which will then fail at runtime. For example: +Comet doesn't have official release yet so currently the only way to test it is to build jar and include it in your Spark application. Depending on your deployment mode you may also need to set the driver & executor class path(s) to explicitly contain Comet otherwise Spark may use a different class-loader for the Comet components than its internal components which will then fail at runtime. For example: ``` --driver-class-path spark/target/comet-spark-spark3.4_2.12-0.1.0-SNAPSHOT.jar