HBase Spark Demo
未关闭
@snocke 已经在做这个了。
开始于 2022年8月30日。
评估
这个 Issue 还没有评估数据。
描述
Loading data into HBase is not trivial. We want the demo to show how this can be done and to provide some guidance and best practice.
Aims
- Load data row by row (NiFi)
- Batch processing CSV files (MapReduce)
- Direct load of HFiles
- Test HBase Spark connector (https://github.com/stackabletech/stackablectl/issues/71)
Tasks
- Load data into HDFS from S3
- Parse CSV and create HFiles
- Load incremental HFiles into HBase
- Load a streaming data source into HBase
- Stackable cluster configuration
- Verify the data is there (sanity check) using HBase shell
- Create Phoenix view over table
- Configure Phoenix as a data source in SuperSet
- Create a visualisation using Phoenix JDBC and SuperSet
- Query HBase using Spark HBase connector
## Learning Points and Challenges
- Where does DistCP and HBase bulk load run, given there is no YARN cluster?
- Are these jobs scalable?
- Can we go near real time dashboards in Grafana and see instant updates
- Stress testing
- Test HBase region management - can we watch this in real time as part of a demo?
- 主要语言
- Jupyter Notebook
- 星标
- 3
- 派生
- 13
- 平均合并
- 2 天 20 小时
- 30 天内合并 PR
- 2
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
stackabletech/demos 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
stackabletech/demos#402 ·
-
难度 3/5 1-2 天 新手友好度 45/100
stackabletech/demos#349 ·
-
难度 5/5 一周以上 新手友好度 25/100
stackabletech/demos#293 ·
-
release-retro/25.3.0
难度 4/5 3-5 天 新手友好度 35/100
stackabletech/demos#208 ·
-
难度 3/5 1-2 天 新手友好度 45/100
stackabletech/demos#204 ·