Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishercoder1534/hbaseexample
https://github.com/fishercoder1534/hbaseexample
aws-s3 cluster hadoop-mapreduce hbase hive spark sparkjava
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/hbaseexample
- Owner: fishercoder1534
- License: mit
- Created: 2017-05-12T03:26:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T22:32:10.000Z (over 7 years ago)
- Last Synced: 2024-11-19T10:55:13.634Z (3 months ago)
- Topics: aws-s3, cluster, hadoop-mapreduce, hbase, hive, spark, sparkjava
- Language: Java
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HBaseExample
Since there are so few working Java examples on the Internet, after so many trials and error, I got HBase end-to-end working.
I think open-sourcing this project will definitely help fellow programmers.If you find anything missing, feel free to open an issue or just send me a pull request.
What contains in this repo:
1. Use Spark to download data (Hive ORC format, csv format, etc) from S3 and generate HFiles, load HFiles into your HBase tables.
2. Or a working example of MapReduce job to load your RDD data into your HBase table.