Skip to content

Commit

Permalink
Add doc for how to run Hybrid feature Python testg cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Jan 15, 2025
1 parent fd2b513 commit 7b87caa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions integration_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,19 @@ non_utc_allow_for_sequence = ['ProjectExec'] # Update after non-utc time zone is
test_my_new_added_case_for_sequence_operator()
```
### Running with Hybrid execution
The Hybrid tests requires extra jars, to enable Hybrid tests, need following pre requirements:
- Build Gluten bundle jar, Gluten thirdparty jar, refer to [link](../docs/dev/hybrid-execution.md#build)
- Download Hybrid jar, refer to [link](../docs/dev/hybrid-execution.md#download-rapids-hybrid-jar-from-maven-repo)
Execute the following command to run Hybrid tests:
```shell
$ LOAD_HYBRID_BACKEND=1 \
HYBRID_BACKEND_JARS=/path/to/${GLUTEN_BUNDLE_JAR},/path/to/${GLUTEN_THIRD_PARTY_JAR},/path/to/HYBRID_JAR \
./integration_tests/run_pyspark_from_build.sh -m hybrid_test
```
For more information about Hybrid feature, refer to [link](../docs/dev/hybrid-execution.md)
### Reviewing integration tests in Spark History Server
If the integration tests are run using [run_pyspark_from_build.sh](run_pyspark_from_build.sh) we have
Expand Down

0 comments on commit 7b87caa

Please sign in to comment.