hbase shell命令列的模糊查詢及hbase首頁(web)__web

來源:互聯網
上載者:User

原創

若要模糊尋找可以這麼寫。但是row_key只能技術右邊的查詢。

辟如:row_1000, row_1001,row_1002,row_1003,row_1004,row_1005,row_1000,row_10006,

scan 後跟表名

scan 'table', { LIMIT => 10000, STARTROW => 'row_1004'} 將會查到,row_1004,row_1005,row_1000,row_10006等記錄

查詢數量間隔

count 'table',{INTERVAL => 10000}

count 'table',10000同樣效果

hbase首頁(web)

http://192.168.0.10:60010/master.jsp

hbase地址

http://wlancloud-237:60030/rs-status


啟動zookeeper

/usr/lib/zookeeper/bin/zkServer.sh

啟動hbase

/usr/lib/hbase/bin/start-hbase.sh

/usr/lib/hbase/bin/stop-hbase.sh


看各大服務開啟沒有

#jps

[root@wlancloud-134 ~]# jps
2509 Manager
3033 SecondaryNameNode
22377 NameNode
22816 TaskTracker
5792 HMaster
2578 Bootstrap
21118 Jps
4533 Main
22656 JobTracker
13200 DataNode
26302 QuorumPeerMain

其中hbase主節點是HMaster

副節點hbase是HRegionServer 14928 HRegionServer
27995 DataNode
25306 HQuorumPeer
7756 Jps
10676 TaskTracker
3943 Bootstrap

出現了DataNode啟動不起來

目錄:/opt/log/hadoop目錄中的/hadoop-hdfs-datanode-wlancloud-237.log檔案出現

2014-01-10 09:48:58,196 ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: java.io.IOException: Incompatible namespaceIDs in /opt/hdfs/dfs/dn: namenode namespaceID = 653811849; datanode namespaceID = 580058035

然後進入/opt/hdfs/dfs/dn/current/VERSION改其版本號碼




相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.