https://github.com/queukat/spark_hive_greenplum
https://github.com/queukat/spark_hive_greenplum
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/queukat/spark_hive_greenplum
- Owner: queukat
- License: mit
- Created: 2023-01-11T14:07:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T13:40:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T15:15:56.120Z (about 1 year ago)
- Language: Scala
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spark_hive_greenplum
# HiveToGreenplum
HiveToGreenplum is a Spark application that reads a Hive table in ORC format and uploads it to a Greenplum database.
## Prerequisites
- Apache Spark
- Hive
- Greenplum
## Usage
To run the application, use the following command:
```
spark-submit --class HiveToGreenplum
```
## License
This project is licensed under the MIT License.