2020年6月24日

【转】Hbase shell操作表

摘要: 启动hbase shell ./bin/hbase shell 1、创建表,查看表 create 'tableName', 'familykey1','familykey2',.... eg. create 'student','info','course'list #查看表 2、查看表信息 des 阅读全文

posted @ 2020-06-24 21:43 神奇的旋风 阅读(281) 评论(0) 推荐(0) 编辑

【转】linux在线安装JDK(1.8版本)

摘要: 在线下载JDK 命令: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/ja 阅读全文

posted @ 2020-06-24 20:48 神奇的旋风 阅读(385) 评论(0) 推荐(0) 编辑

导航