Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Hbase REST API

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

-- rest api-- http://wiki.apache.org/hadoop/Hbase/Stargatecurl-H "Accept: text/xml" http://itr-hbasetest01:20550/version-vcurl-H "Accept: text/xml" http://itr-hbasetest01:20550/version/cluster-vcurl-H "Accept: application/json" http://itr-hbasetest01:20550/status/cluster | python-mjson.toolcurl-X PUT-H "Content-Type: application/json" http://itr-hbasetest01:20550/tbl _ rest/schema-d'{"ColumnSchema": [{"name": "cf"}]}'- vcurl-H "Accept: application/json" http://itr-hbasetest01:20550/tbl_rest/regions | python-mjson.tool./hbase_put_rest_json.sh tbl_rest cf test sku_1 123./hbase_put_rest_xml.sh tbl_rest cf test1 sku_2 789curl-H "Accept: application/json" http://itr-hbasetest01:20550/tbl_rest / sku_2 | python-mjson.toolecho-n "c2t1XzII =" | base64-decho-n "Nzg5" | base64-d curl-H "Accept: application/octet-stream" http://itr-hbasetest01:20550/tbl_rest/sku2/cf:test1curl-X DELETE-H "Accept: application/json" http://itr-hbasetest01:20550/tbl_rest/schema-VMI-JRuby script-alter 'test1' NAME = > 'cf', METHOD = >' delete'alter 'test1',' delete' = > 'cf'alter' test1', NAME = > 'cf'put' test1', 'user1',' cf:1399999999', "\ x00\ x09" put 'test1',' user1', 'cf:1400000000', "\ x00\ x00\ x08" put' test1', 'user1',' cf:1400000001', "\ X00\ x00\ x07" put 'test1',' user1' " 'cf:1400000002', "\ x00\ x00\ x20\ xFB" put' test1', 'user2',' cf:1500000000', "\ x00\ x11" put 'test1',' user2', 'cf:1500000001', "\ x00\ x00\ x20\ xFC" require' / home/hduser/hbase/scan_binary_values'scan_binary_values' test1', 'cf'scan_binary_values' test1', 'lf'

Shell script

Hbase_put_rest_json.sh

Table=$1cf=$2column=$3key=$4value=$5cq_enc= `echo-ne $cf:$column | Base64`key _ enc= `echo-ne $key | Base64`value _ enc= `echo-ne $value | Base64`data ='{"Row": [{"key": "'$key_enc'", "Cell": [{"column": "'$cq_enc'" "$": "'$value_enc'"}]} 'echo $datacurl-H "Content-Type: application/json"-data "$data" http://itr-hbasetest01.zalando:20550/$table/$key-v

Hbase_put_rest_xml.sh

Table=$1cf=$2column=$3key=$4value=$5cq_enc= `echo-ne $cf:$column | Base64`key _ enc= `echo-ne $key | base64`value _ enc= `echo-ne $value | base64`xml =''$value_enc''echo $echo-H "Content-Type: text/xml"-data "$xml" echo-v

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report