2 Star 0 Fork 0

morre/hbase_client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.bazel 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
morre 提交于 2023-01-05 03:03 . !1Hello, World
filegroup(
name = "requirements_filegroup",
srcs = [
"requirements.txt",
],
visibility = ["//visibility:public"],
)
py_binary(
name = "dump_hbase_meta",
srcs = [
"dump_hbase_meta.py",
],
deps = [
"//hbase_client:hbase_client",
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/morre/hbase_client.git
[email protected]:morre/hbase_client.git
morre
hbase_client
hbase_client
master

搜索帮助