https://github.com/this/hive-mini-cluster-junit-poc
https://github.com/this/hive-mini-cluster-junit-poc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/this/hive-mini-cluster-junit-poc
- Owner: this
- License: apache-2.0
- Created: 2021-04-09T21:46:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T12:03:08.000Z (about 5 years ago)
- Last Synced: 2025-03-05T20:24:51.909Z (over 1 year ago)
- Language: Java
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hive-mini-cluster-junit-poc
PoC of running a Hive mini-cluster for jUnit tests. This was done based on https://github.com/sakserv/hadoop-mini-clusters#hiveserver2-example
## Steps to run tests
1. Clone the repo.
2. Copy the `h2oai-dai-connectors.jar` into project root.
3. Use Gradle to run tests `./gradlew clean build`