HBase权威指南

出版时间:2012-4  出版社:人民邮电出版社  作者:乔治  页数:522  字数:676000  
Tag标签:无  

内容概要

如果你正在寻找一种具备可伸缩性的存储解决方案来适应几乎没有穷尽的数据的话,乔治编写的这本《HBase权威指南(影印版)》将可以向你表明
Apache HBase完全能够满足你的需求。作为Google
Big]hble架构的开源实现,HBase能够支持数以十亿计的记录数和数以百万计的字段,与此同时它还能够保证常量级的读写性能。很多IT管理层正在质疑HBase。而《HBase权威指南(影印版)》提供了很多有意义的答案,无论你是否正在评估这种非关系型数据库或者正试图立刻把它付诸实践。

作者简介

La
George,HBase项目组成员,他是cloudera的解决方案架构师,提供了关于Hadoop和HBase的技术支持、咨询服务和培训工作。他曾经在多个不同的Hadoop用户组会议发言,并且在如布鲁塞尔的自由及开源软件开发者欧洲会议(FOSDEM)这样的大型会议中发言。

书籍目录

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

章节摘录

版权页:   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权威指南(影印版)(英文版)》提供了很多有意义的答案,无论你是否正在评估这种非关系型数据库或者正试图立刻把它付诸实践。

图书封面

图书标签Tags

评论、评分、阅读与下载


    HBase权威指南 PDF格式下载


用户评论 (总计19条)

 
 

  •   很不错,英文原版,这个HBase 列式数据,本来就是很新的技术,在大的业界巨头使用,是开源的处理海量数据的不错的解决方案,很符合国情。好好学习,对数据挖掘和数据分析来说是个不错的选择的
  •   全面讲述HBase, 使用、运行原理。从使用开始,贴近实际
  •   还在努力学习中,希望能吸收别人的精华
  •   英文版的,很好的一本书。
  •   书不错挺喜欢的
  •   发货快,书的质量很好,对我帮助很大。
  •   应该是正版,就是书背后有点折痕,不过书本来就是用来阅读的 也无所谓了
  •   可以,帮学生买的
  •   当当网现在买书的配货速度越来越慢了,是不是该换买书的地方了?
  •   书有很多折痕,看起来不像新书
  •   這本書講得很細,很全面。技術深度也夠。
  •   书不错,算是有关HBase入门级教材吧,不过是英文版的,对那些英语不好的同学来说就有点吃力了,不过网上有HBase的官方温文档的中文翻译,先看完那个,再来看这本书就容易不少了,不过有关HBase的实验确实有点难做,尤其是搭建集群!
  •   内容是全英文的,当初没太注意,英文水平有待提高哦
  •   HBase的权威指南
  •   质量不错的原版
  •   hadoop看完后需要看看这匹马
  •   可惜hbase的中文书籍太少了
  •   HBASE的最权威的书籍,
  •   很不错,值得收藏的书之一。
 

250万本中文图书简介、评论、评分,PDF格式免费下载。 第一图书网 手机版

京ICP备13047387号-7