https://github.com/yahoojapan/yosegi-hive
This is Yosegi's Hive plugin. This can write and read tables with Hive.
https://github.com/yahoojapan/yosegi-hive
hive yosegi
Last synced: 7 months ago
JSON representation
This is Yosegi's Hive plugin. This can write and read tables with Hive.
- Host: GitHub
- URL: https://github.com/yahoojapan/yosegi-hive
- Owner: yahoojapan
- License: apache-2.0
- Created: 2019-01-23T07:02:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T07:47:36.000Z (7 months ago)
- Last Synced: 2025-04-12T22:07:48.776Z (7 months ago)
- Topics: hive, yosegi
- Language: Java
- Homepage:
- Size: 272 KB
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yosegi Hive
This is [Yosegi](https://github.com/yahoojapan/yosegi) plugin.
Supports writing and reading data in [Apache Hive](https://hive.apache.org/).
# License
This project is on the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).
Please treat this project under this license.
# How do I get started?
For easy usage please read [quick start](docs/quickstart.md).
For more detailed usage, please read the [usage documentation](docs/how_to_use.md).
# How to contribute
We welcome to join this project widely.
For information on how to start contributing to the project, please refer to the [Yosegi contribution guide](https://github.com/yahoojapan/yosegi/blob/master/CONTRIBUTING.md).
## Maven
Yosegi Hive sources can get from the Maven repository.
## Compile sources
Compile each source following instructions.
$ mvn clean install