Hbase-shell Study 1

Source: Internet
Author: User
  1. CREATE table zn_post, column family CF1
    create ‘zn_post‘, ‘cf1‘

  2. List existing tables
    list

  3. Number of query records
    count ‘zn_post‘

  4. Inserting records
    put ‘zn_post‘, ‘20180122-10000001‘, ‘cf1:name‘, ‘niewj‘ put ‘zn_post‘, ‘20180122-10000002‘, ‘cf1:name‘, ‘johnson‘put ‘zn_post‘, ‘20180122-10000003‘, ‘cf1:name‘, ‘绝尘‘put ‘zn_post‘, ‘20180122-10000003‘, ‘cf1:title‘, ‘engineer‘
  5. Scan table Records
    scan ‘zn_post‘
    HBase (main):048:0> scan ' Zn_post '
    ROW Column+cell
    20180122-10000001 Column=cf1:name, timestamp=1516617050624, VALUE=NIEWJ
    20180122-10000002 Column=cf1:name, timestamp=1516619708401, Value=johnson
    20180122-10000003 Column=cf1:name, timestamp=1516619741437, value=\xe7\xbb\x9d\xe5\xb0\x98

Hbase-shell Study 1

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.