https://github.com/absaoss/hyperdrive-hive-jobs
Hyperdrive hive jobs
https://github.com/absaoss/hyperdrive-hive-jobs
Last synced: 9 months ago
JSON representation
Hyperdrive hive jobs
- Host: GitHub
- URL: https://github.com/absaoss/hyperdrive-hive-jobs
- Owner: AbsaOSS
- License: apache-2.0
- Created: 2023-01-11T10:42:51.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-12T10:28:38.000Z (over 3 years ago)
- Last Synced: 2025-10-08T00:03:02.263Z (9 months ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Copyright 2023 ABSA Group Limited
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
# hyperdrive-hive-jobs
Hyperdrive hive jobs helps with operations in Hive.
### Jobs
#### RepairHiveTable - performs `MSCK REPAIR TABLE database.table`
How to execute RepairHiveTable
```
spark-submit --class za.co.absa.hyperdrive.hive.jobs.RepairHiveTable /path/hyperdrive-hive-jobs.jar \
hive.metastore.uris=uri1,uri2,uri3 \
table=database.table
```