HBase Shell 操作 | 学习笔记

简介: 快速学习HBase Shell 操作。

开发者学堂课程【分布式数据库 HBase 快速入门HBase Shell 操作】学习笔记,与课程紧密联系,让用户快速学习知识。

课程地址:https://developer.aliyun.com/learning/course/101/detail/1781


HBase Shell 操作


内容介绍

一、基本操作

二、表的操作


.基本操作

1.进入 HBase 客户端命令行

[atguigu@hadoop102 hbase ] $ bin / hbase shell

2.查看帮助命令

hbase ( main ):001:0> help

3.查看当前数据库中的表

hbase ( main ):002:0>list

 

.表的操作

1.创建表

hbase ( main ):002:0> create student , info

2.播入数据到表

hbase (main ):003:0> put student , 1001 , info : sex , male

hbase ( main ):004:0> put student , 1001 , info : age , 18

hbase ( main ):005:0> putstudent , "1002 , info : name , Janna

hbase( main ):006:0> putstudent , 1002 , info : sex“ , ”fenale

hbase ( main ):007:0> put” student ,1002" , info : age , 20

相关文章
|
Shell 分布式数据库 Apache
Hbase常用shell操作
Hbase常用shell操作
852 1
|
Java Shell 分布式数据库
【大数据技术Hadoop+Spark】HBase数据模型、Shell操作、Java API示例程序讲解(附源码 超详细)
【大数据技术Hadoop+Spark】HBase数据模型、Shell操作、Java API示例程序讲解(附源码 超详细)
405 0
|
分布式计算 Hadoop Shell
|
缓存 监控 Shell
如何使用 HBase Shell 进行数据的实时监控和备份?
如何使用 HBase Shell 进行数据的实时监控和备份?
308 5
|
Shell 分布式数据库 Hbase
如何使用 HBase Shell 进行数据的批量导入和导出?
如何使用 HBase Shell 进行数据的批量导入和导出?
925 5
|
分布式计算 Hadoop Shell
Hadoop-35 HBase 集群配置和启动 3节点云服务器 集群效果测试 Shell测试
Hadoop-35 HBase 集群配置和启动 3节点云服务器 集群效果测试 Shell测试
334 4
|
分布式计算 Hadoop Shell
Hadoop-36 HBase 3节点云服务器集群 HBase Shell 增删改查 全程多图详细 列族 row key value filter
Hadoop-36 HBase 3节点云服务器集群 HBase Shell 增删改查 全程多图详细 列族 row key value filter
223 3
|
Shell 分布式数据库 Ruby
HBase常用shell操作(未完成)
HBase常用shell操作(未完成)
244 1
|
存储 Shell 分布式数据库
Hbase 的基本shell 命令
Hbase 的基本shell 命令
993 8
|
缓存 监控 Shell
使用 HBase Shell 进行数据的实时监控和备份
使用 HBase Shell 进行数据的实时监控和备份
507 6