stackabletech / stackabletech/hbase-operator
Add properties to phoenix hbase-site.xml
未关闭
还没有人认领这个 Issue。
area/demo
- 主要语言
- Rust
- 星标
- 21
- 派生
- 6
- 平均合并
- 1 天 19 小时
- 30 天内合并 PR
- 9
描述
For a better and cleaner data handling I would like to see the following properties added to the /stackable/phoenix/bin/hbase-site.xml as well as the discovery configmap of hbase.
The phoenix hbase-site.xml can not be modified with configOverrides. This is a prerequisite for the hbase-phoenix-trino demo. During my tests phoenix did not work well with the default namespace. These properties helped stabilizing it.
<property>
<name>phoenix.schema.isNamespaceMappingEnabled</name>
<value>true</value>
</property>
<property>
<name>phoenix.schema.mapSystemTablesToNamespace</name>
<value>true</value>
</property>
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 /stackable/phoenix/bin/hbase-site.xml 和 HBase discovery ConfigMap 定义。将请求的两个 Phoenix namespace 属性添加到这两个位置,然后验证生成的配置支持 hbase-phoenix-trino 演示,并且不依赖默认 namespace。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- kubernetes
- 领域
- databases, infrastructure
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100