[Improvement] Kyuubi Integration Test should use spark docker image build kyuubi docker image instead of download externals spark every test
- Dominant language
- Scala
- Stars
- 2.4k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
### What would you like to be improved?
Kyuubi Integration Test
Now it takes long long time for ci to build kyuubi docker image.

### How should we improve?
Kyuubi docker image can use spark docker image instead of download spark package in order to improve the speed of the test.
### Are you willing to submit PR?
- [ ] Yes. I can submit a PR independently to improve.
- [X] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
- [ ] No. I cannot submit a PR at this time.
Contributor guide
Research direction
The issue identifies the Kyuubi integration test and Kyuubi Docker image as the relevant entry points. Inspect the CI Docker build and integration-test setup first, then determine how the image currently downloads Spark. Done means the image uses a Spark Docker image instead and the integration test no longer downloads Spark for every run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, spark
- Domain
- build-system, devops, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100