1. 程式人生 > >ElasticSearch與HBASE結合案例

ElasticSearch與HBASE結合案例

建立   curl  -XPOST 'http://192.168.0.131:9200/tv1' -d @tvcount.json

檢查    curl  -XGET  http://192.168.0.131:9200/tv1_setting?pretty 

          curl  -XGET  http://192.168.0.131:9200/tv1_mapping?pretty 

create 'tvcount' ,{NAME => 'tvinfo', VERSIONS =>30}

刪除

disable 'emp'
drop 'emp'

查看錶結構

describe "tvcount"