本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- johnsmith9th
- forestqqqq
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
- jveqi
- java-007
- sunj
最新文章列表
Open Source NoSQL Databases
转载自:http://java.dzone.com/articles/open-source-nosql-databases?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby%2Ffrontpage+%28Javalobby+%2F+Java+Zone%29
For almost a ...
nutchbase=nutch+hbase
当我们为nutch的架构发愁的时候,nutch的开发人员送来了nutchbase。我一些简单的测试表明,在hadoop0.20.1和hbase0.20.2上,稍加修改可以运行起来。
它的优点很明显:架构合理.
开发者是这样说的,引用自jira
http://issues.apache.org/jira/browse/NUTCH-650
A) Why integrate with hbase? ...
hbase新版本已经取消掉了hql
1.This page describes the JRuby IRB-based HBase Shell. It replaces the SQL-like HQL, the Shell found in HBase versions 0.1.x and previous. Some discussion of new shell requirements can be found in the ...
hbase的安装配置
standalone&pseudo-distributed:
主要参照http://fishyu0817.iteye.com/blog/505818
从该页面的第11点看起
注意几点
1.hadoop 安装成功,并且已经启动了,hadoop 启动可能需 ...
javaeye上一些hbase讲解的链接
1.比较多的一些讲解http://beyiwork.iteye.com/category/75028
3.hbase安装配置http://fishyu0817.iteye.com/blog/505818
4.hbase shell操作http://yuhai-china.iteye.com/blog/563951
5.hbase的程序编写教程http://beyiwork.iteye.com/blo ...
hbase 0.20 client编程
import java.io.IOException;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbase.client.Get;
import org.apache.hadoop.hba ...
hbase shell操作
bin/hbase shell
create 'url','sohu'
disable 'url'
alter 'url', {NAME => '163'}
enable 'url'
put 'url','163','163:lady','lady.163.com'
scan 'url'
部署单机hadoop0.20和hbase0.20测试环境
从官方网站上下载对应的版本,解压到hbase和hadoop目录下.
在hadoop下面
配置hadoop-env.sh配置JAVA_HOME
配置conf/core-site.xml
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://loca ...
最近博客热门TAG
Oracle(49876) MySQL(37268) SQL Server(17623) Access(9329) DB2(4271) Redis(3181) Sybase(2414) 数据挖掘(2098) MongoDB(2014) SQLite(1817) PostgreSQL(1635) HBase(1492) NoSQL(1000) HSQLDB(620) Informix(581) Derby(578) Cassandra(375) PowerBuilder(333) CouchDB(113) TokyoCabinet(87)