[KYUUBI #5955][TEST][GLUTEN] Disable gluten ui when running integration test

# 🔍 Description
## Issue References 🔗

This pull request fixes #5955

## Describe Your Solution 🔧

Disable gluten UI when run integration test.

In integration test case, gluten ui is meaningless.

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Improve

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests
CI IT test

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #5956 from zwangsheng/KYUUBI#5955.

Closes #5955

a21c773df [zwangsheng] [KYUUBI #5955][TEST][GLUTEN] Disable gluten ui when running integration test

Authored-by: zwangsheng <binjieyang@apache.org>
Signed-off-by: zwangsheng <binjieyang@apache.org>
This commit is contained in:
zwangsheng 2024-01-10 13:48:55 +08:00
parent 865a8b75c9
commit 698db5b848

View File

@ -29,5 +29,6 @@ trait GlutenSuiteMixin {
"spark.memory.offHeap.size" -> "4g",
"spark.memory.offHeap.enabled" -> "true",
"spark.shuffle.manager" -> "org.apache.spark.shuffle.sort.ColumnarShuffleManager",
"spark.gluten.ui.enabled" -> "false",
"spark.jars" -> extraJars)
}