Welcome![Sign In][Sign Up]
Location:
Search - hbase

Search list

[Program dochbase 综合分析

Description: hbase 架构分析与性能测试
Platform: | Size: 312320 | Author: itisaid@gmail.com | Hits:

[source in ebookHBase

Description: 一个基于MFC的可重用的库,减少你在编程中的工作量。-MFC-based library of reusable and reduce your programming workload.
Platform: | Size: 3428352 | Author: mms | Hits:

[OS programHBase

Description: 辅助开发库HBase,很好用的个人代码总结库,开发人员经常会有很多经典的开发代码,下次使用仍然很频繁,HBase就做了很好的总结,方便了开发使用-Supporting the development of library HBase, well summed up by the personal code library, developers will often develop a lot of classical code, the next use is still very frequent, HBase on to do a very good summary of the development to facilitate the use of
Platform: | Size: 5101568 | Author: yqs | Hits:

[JSP/Javadatanucleus-core-2.0.3-sources

Description: DataNucleus provides Java data persistence and management platform allowing federation of data as well as JDO, JPA and web services interfaces. It supports heterogeneous datastores (RDBMS, db4o, LDAP, Excel, XML, NeoDatis, JSON, ODF, BigTable, HBase)
Platform: | Size: 1930240 | Author: gino | Hits:

[JSP/JavaHbasesrc

Description: hbase 插入测试 相关文章链接 数据存储结构介绍- test the function of the insert of hbase
Platform: | Size: 1852416 | Author: liuyingqun | Hits:

[JSP/Javahadoop-and-hbase-doc

Description: hbase的存储架构介绍,包含了许多hbase概念与设计-hbase storage architecture introduced, including the concept and design of many hbase
Platform: | Size: 1991680 | Author: 代志远 | Hits:

[JSP/Javalarsgeorge-hbase-book-6ef6cef

Description: HBase book examples in java
Platform: | Size: 75776 | Author: kolo | Hits:

[Other Databaseshbase-0.20.6.tar

Description: Hbase是Hadoop一个正式一个子项目,是面向列的分布式数据库,它的分布不是关系型数据库 而是疏松的持久并按多维索引的map型 -Hbase is a formal a Hadoop subproject, is column-oriented distributed database, its distribution is not a relational database, but the persistent loose the map according to type of multi-dimensional indexing
Platform: | Size: 33411072 | Author: 飞爱娜 | Hits:

[JSP/Javasujee-hbase-mapreduce-97db6b3

Description: Hbase mapreduce样例 地震预测-Hbase mapreduce sample
Platform: | Size: 5120 | Author: gaofei | Hits:

[JSP/Javahadoopkaifazhe3

Description: Hadoop 主要用来对非结构化或半结构化( HBase )数据进行存储 和分析,而结构化的数据则一般使用数据库来进行存储和访问。本文 的主要内容则是讲述如何将 Hadoop 与现有的数据库结合起来, 在 Hadoop 应用程序中访问数据库中的文件。-Hadoop is mainly used for unstructured or semi-structured (HBase) data storage and analysis, and structured data are generally use the database to be stored and accessed. The main content of this article is about how Hadoop combined with the existing database, in Hadoop application to access the database files.
Platform: | Size: 1473536 | Author: 李力 | Hits:

[JSP/JavaHbase

Description: 对云计算的hbase进行了详细讲解。 深刻,详细,易懂。-Hbase
Platform: | Size: 361472 | Author: 刘超 | Hits:

[JSP/JavaHBase-the-definitive-guide

Description: hbase官方权威指南,具体到安装使用以及api的介绍- hbase the definitive guide
Platform: | Size: 5111808 | Author: louiseunice | Hits:

[Software Engineeringsnapshot-of-hbase

Description: 分布式数据库HBase快照的设计与实现,基于hbase做的应用,补充hbase不足-Design and Implementation of the snapshot for distributed database HBase
Platform: | Size: 3479552 | Author: louiseunice | Hits:

[OtherHbase-install-book

Description: Hbase简介及安装指南 一份很不错的资料-Hbase Introduction and Installation Guide for a very good information
Platform: | Size: 95232 | Author: cxt | Hits:

[JSP/JavaHbase-Manager1.08-Source

Description: Hbase Manager1.08 Source.zip
Platform: | Size: 40960 | Author: adam | Hits:

[Otherhbase

Description: hbase时间序列的查找和存储 请自行导入hbase包(HBase time series search and storage, please import your own HBase package)
Platform: | Size: 29696 | Author: 任卓林 | Hits:

[OtherHBase权威指南

Description: HBase 指南,适合新手,搞清pdf,(This is the HBase authority guide, the book for understanding the two edition, suitable for novice development)
Platform: | Size: 43463680 | Author: yuer11 | Hits:

[ADO-ODBC初识HBase

Description: 现如今,分布式架构大行其道,实际项目中使用HBase也是比比皆是。虽说自己在分布式方面接触甚少,但作为程序猿还是需要不断的给自己充电的。网上搜索了一些教程,还是觉得《HBase权威指南》不错,原版有第二版了,可惜没找到。这本书虽说旧了点,入门应该还是不错的。(Today, distributed architectures are popular, and HBase is also common in real projects. Although he has little contact with the distribution, but as a program, apes still need to constantly recharge their own. Online search for some tutorials, or feel "HBase authority guide" good, the original version of second, but unfortunately did not find. This book is a bit old, but it should be good.)
Platform: | Size: 278528 | Author: 张大国 | Hits:

[OtherHbase

Description: HBase是一个分布式的、面向列的开源数据库,该技术来源于 Fay Chang 所撰写的Google论文“Bigtable:一个结构化数据的分布式存储系统”。就像Bigtable利用了Google文件系统(File System)所提供的分布式数据存储一样,HBase在Hadoop之上提供了类似于Bigtable的能力。HBase是Apache的Hadoop项目的子项目。HBase不同于一般的关系数据库,它是一个适合于非结构化数据存储的数据库。另一个不同的是HBase基于列的而不是基于行的模式。(HBase is a distributed and column oriented open source database, which is derived from the Google thesis written by Fay Chang, Bigtable: a distributed storage system for structured data. Just like Bigtable uses the distributed data storage provided by the Google File system (File System), HBase provides Bigtable like capability on Hadoop. HBase is a subproject of the Apache's Hadoop project. HBase is different from the general relational database, which is a database suitable for unstructured data storage. Another difference is that HBase is a column based rather than a row - based pattern.)
Platform: | Size: 252928 | Author: 13776647379 | Hits:

[JSP/JavaTiny-MD-HBase-master

Description: MD-Hbase的源代码, MD-Hbase为HBASE提供了多维index(The source code of MD-hbase)
Platform: | Size: 168960 | Author: OLIVER1 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net