HBase權(quán)威指南

出版時(shí)間:2012-4  出版社:人民郵電出版社  作者:?jiǎn)讨?nbsp; 頁(yè)數(shù):522  字?jǐn)?shù):676000  
Tag標(biāo)簽:無(wú)  

內(nèi)容概要

如果你正在尋找一種具備可伸縮性的存儲(chǔ)解決方案來(lái)適應(yīng)幾乎沒(méi)有窮盡的數(shù)據(jù)的話(huà),喬治編寫(xiě)的這本《HBase權(quán)威指南(影印版)》將可以向你表明
Apache HBase完全能夠滿(mǎn)足你的需求。作為Google
Big]hble架構(gòu)的開(kāi)源實(shí)現(xiàn),HBase能夠支持?jǐn)?shù)以十億計(jì)的記錄數(shù)和數(shù)以百萬(wàn)計(jì)的字段,與此同時(shí)它還能夠保證常量級(jí)的讀寫(xiě)性能。很多IT管理層正在質(zhì)疑HBase。而《HBase權(quán)威指南(影印版)》提供了很多有意義的答案,無(wú)論你是否正在評(píng)估這種非關(guān)系型數(shù)據(jù)庫(kù)或者正試圖立刻把它付諸實(shí)踐。

作者簡(jiǎn)介

La
George,HBase項(xiàng)目組成員,他是cloudera的解決方案架構(gòu)師,提供了關(guān)于Hadoop和HBase的技術(shù)支持、咨詢(xún)服務(wù)和培訓(xùn)工作。他曾經(jīng)在多個(gè)不同的Hadoop用戶(hù)組會(huì)議發(fā)言,并且在如布魯塞爾的自由及開(kāi)源軟件開(kāi)發(fā)者歐洲會(huì)議(FOSDEM)這樣的大型會(huì)議中發(fā)言。

書(shū)籍目錄

Foreword
Preface
1.Introduction
2.1tallation
3.Client API:The Basics
4.Client APh Advanced Features
5.Client APh Administrative Features
6.Available Clients
7.MapReduce Integration
8.Architecture
9.Advanced Usage
10.Cluster Monitoring
11.Performance Tuning
12.Cluster Administration
A.HBase Configuration Properties
B.RoadMap
C.Upgrade from Previous Releases
D.Distributio
E.Hush SQL Schema
F.HBase Veus Bigtable
Index

章節(jié)摘錄

版權(quán)頁(yè):   The Result class When you retrieve data using the get ( ) calls,you receive an instance of the Result class that contains all the matching cells.It provides you with the means to access everything that was returned from the server for the given row and matching the specified query,such as column family,column qualifier,timestamp,and so on.There are utility methods you can use to ask for specific results-just as Example 3-8 used earlier-using more concrete dimensions.If you have,for example,asked the server to return all columns of one specific column family,you can now ask for specific columns within that family.In other words,you need to call get( ) with just enough concrete information to be able to process the matching data on the client side.The functions provided are: byte[] getValue(byte[] family,byte[] qualifier) byte[] value( ) byte[] getRow( ) int size( ) boolean isEmpty( ) KeyValue[ ] raw( ) List list( ) The getValue( ) call allows you to get the data for a specific cell stored in HBase.As you cannot specify what timestamp-in other words,version-you want,you get the new—est one.The value( ) call makes this even easier by returning the data for the newest cell in the first column found.Since columns are also sorted lexicographically on the server,this would return the value of the column with the column name (including family and qualifier) sorted first.You saw getRow( ) before: it returns the row key,as specified when creating the current instance of the Get class,size ( ) is returning the number of KeyValue instances the server has returned.You may use this call-or isEmpty( ),which checks if size( ) returns a number greater than zero-to check in your own client code if the retrieval call returned any matches.

編輯推薦

《HBase權(quán)威指南(影印版)(英文版)》提供了很多有意義的答案,無(wú)論你是否正在評(píng)估這種非關(guān)系型數(shù)據(jù)庫(kù)或者正試圖立刻把它付諸實(shí)踐。

圖書(shū)封面

圖書(shū)標(biāo)簽Tags

無(wú)

評(píng)論、評(píng)分、閱讀與下載


    HBase權(quán)威指南 PDF格式下載


用戶(hù)評(píng)論 (總計(jì)19條)

 
 

  •   很不錯(cuò),英文原版,這個(gè)HBase 列式數(shù)據(jù),本來(lái)就是很新的技術(shù),在大的業(yè)界巨頭使用,是開(kāi)源的處理海量數(shù)據(jù)的不錯(cuò)的解決方案,很符合國(guó)情。好好學(xué)習(xí),對(duì)數(shù)據(jù)挖掘和數(shù)據(jù)分析來(lái)說(shuō)是個(gè)不錯(cuò)的選擇的
  •   全面講述HBase, 使用、運(yùn)行原理。從使用開(kāi)始,貼近實(shí)際
  •   還在努力學(xué)習(xí)中,希望能吸收別人的精華
  •   英文版的,很好的一本書(shū)。
  •   書(shū)不錯(cuò)挺喜歡的
  •   發(fā)貨快,書(shū)的質(zhì)量很好,對(duì)我?guī)椭艽蟆?/li>
  •   應(yīng)該是正版,就是書(shū)背后有點(diǎn)折痕,不過(guò)書(shū)本來(lái)就是用來(lái)閱讀的 也無(wú)所謂了
  •   可以,幫學(xué)生買(mǎi)的
  •   當(dāng)當(dāng)網(wǎng)現(xiàn)在買(mǎi)書(shū)的配貨速度越來(lái)越慢了,是不是該換買(mǎi)書(shū)的地方了?
  •   書(shū)有很多折痕,看起來(lái)不像新書(shū)
  •   這本書(shū)講得很細(xì),很全面。技術(shù)深度也夠。
  •   書(shū)不錯(cuò),算是有關(guān)HBase入門(mén)級(jí)教材吧,不過(guò)是英文版的,對(duì)那些英語(yǔ)不好的同學(xué)來(lái)說(shuō)就有點(diǎn)吃力了,不過(guò)網(wǎng)上有HBase的官方溫文檔的中文翻譯,先看完那個(gè),再來(lái)看這本書(shū)就容易不少了,不過(guò)有關(guān)HBase的實(shí)驗(yàn)確實(shí)有點(diǎn)難做,尤其是搭建集群!
  •   內(nèi)容是全英文的,當(dāng)初沒(méi)太注意,英文水平有待提高哦
  •   HBase的權(quán)威指南
  •   質(zhì)量不錯(cuò)的原版
  •   hadoop看完后需要看看這匹馬
  •   可惜hbase的中文書(shū)籍太少了
  •   HBASE的最權(quán)威的書(shū)籍,
  •   很不錯(cuò),值得收藏的書(shū)之一。
 

250萬(wàn)本中文圖書(shū)簡(jiǎn)介、評(píng)論、評(píng)分,PDF格式免費(fèi)下載。 第一圖書(shū)網(wǎng) 手機(jī)版

京ICP備13047387號(hào)-7