实验要求: 根据上面给出的学生表Student的信息,执行如下操作: 用Hbase Shell命令创建学生表Student: create 'student','name', 'score' put 'student','01','name:name','zhangsan' put 'student','01','score:English','69' put 'student','01','score:Math','86' put 'student','01','score:Computer,…