
Hadoop/HBase
技术笔记本
这个作者很懒,什么都没留下…
展开
-
大数据资源收集
数据可视化 https://github.com/showcases/data-visualization原创 2015-09-17 15:46:22 · 801 阅读 · 0 评论 -
Protocol Buffers in HBase
For early Hbase developers, it is often a nightmare to understand how the different modules speak among themselves and what. This comes in handy to understand what each sub-system is responsible for转载 2014-02-11 16:29:19 · 3278 阅读 · 0 评论 -
HBase High Level Architecutre
转载 2014-04-05 16:12:51 · 923 阅读 · 0 评论 -
Writing an Hadoop MapReduce Program in Python
In this tutorial I will describe how to write a simpleMapReduce program for Hadoop in thePython programming language. Motivation Even though the Hadoop framework is written in Java, programs for H转载 2014-02-19 18:19:51 · 1311 阅读 · 0 评论 -
HADOOP 2架构图
HDFS 2 architecture YARN architecture原创 2014-02-18 22:14:18 · 6431 阅读 · 0 评论 -
从问题域出发认识Hadoop生态系统
近些年来Hadoop生态系统发展迅猛,它本身包含的软件越来越多,同时带动了周边系统的繁荣发展。尤其是在分布式计算这一领域,系统繁多纷杂,时不时冒出一个系统,号称自己比MapReduce或者Hive高效几十倍,几百倍。有一些无知的人,总是跟着瞎起哄,说Impala将取代Hive,Spark将取代Hadoop MapReduce等。本文则从问题域触发,解释说明Hadoop中每个系统独特的作用/魅力以及转载 2014-02-27 10:20:22 · 945 阅读 · 0 评论 -
HBase HMaster Architecture - HBase Master架构
HBase architecture follows the traditional master slave model where you have a master which takes decisions and one or more slaves which does the real task. In HBase, the master is called HMaster and转载 2014-02-11 16:18:08 · 3713 阅读 · 0 评论 -
HBase vs. BigTable Comparison - HBase对比BigTable
HBase is an open-source implementation of the Google BigTable architecture. That part is fairly easy to understand and grasp. What I personally feel is a bit more difficult is to understand how muc转载 2014-01-20 09:32:56 · 1824 阅读 · 0 评论 -
CentOS hadoop配置错误Incorrect configuration: namenode address dfs.namenode.servicerpc-address ...
# ./sbin/start-all.sh This script is Deprecated. Instead use start-dfs.sh and start-yarn.sh 13/09/09 16:50:21 WARN util.NativeCodeLoader: Unable to load native-hadoop library for原创 2013-09-09 16:53:44 · 26026 阅读 · 2 评论 -
CentOS hadoop启动错误 JAVA_HOME is not set and could not be found
... Starting namenodes on [] localhost: Error: JAVA_HOME is not set and could not be found. localhost: Error: JAVA_HOME is not set and could not be found. ... starting yarn daemons starting re原创 2013-09-09 16:36:27 · 29582 阅读 · 8 评论 -
CentOS Hadoop格式化HDFS异常java.net.UnknownHostException
#bin/hadoop namenode -format DEPRECATED: Use of this script to execute hdfs command is deprecated. Instead use the hdfs command for it. 13/09/04 13:24:48 INFO namenode.NameNode: STARTUP_MSG: /*原创 2013-09-04 13:32:06 · 3108 阅读 · 0 评论