在 myeclipse 中查找 hbase 的步骤如下:安装 hbase 插件创建 hbase 连接器查找 hbase 表
如何在 myeclipse 中查找 hbase
在 myeclipse 中查找 hbase 的步骤如下:
1. 安装 hbase 插件
- 单击“help”菜单。
- 选择“install new software”。
- 在“work with”字段中,输入以下 url:https://repository.cloudera.com/artifactory/repo/org/apache/hbase/connectors/
- 选中“hbase connector”复选框。
- 单击“install”。
2. 创建 hbase 连接器
- 右键单击“package explorer”视图中的“project explorer”。
- 选择“new”>“hbase connection”。
- 在“connection name”字段中,输入连接的名称。
- 在“zookeeper quorum”字段中,输入 zookeeper 主机的逗号分隔列表。
- 在“port”字段中,输入 zookeeper 端口号。
- 单击“finish”。
3. 查找 hbase 表
- 在“package explorer”视图中,展开新创建的 hbase 连接。
- 双击要查找的表。
此操作将打开一个编辑器窗口,显示表的详细视图,包括模式、数据和权限。
以上就是myeclipse如何查找hbase的详细内容,更多请关注代码网其它相关文章!
发表评论