| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
96 (0.247s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: column based or row based storage for HBase? - HBase - [mail # user]
|
|
...In my understanding of column-oriented structure of hbase, the first thing is the term column-oriented. The meaning is that the data which belongs to the same column family stores continuous...
|
|
|
Author: yonghu,
2012-08-06, 03:37
|
|
|
Re: Why Hadoop can't find Reducer when Mapper reads data from HBase? - HBase - [mail # user]
|
|
...Strage thing is the same program works fine in the cluster. By the way, also in pseudo mode when MapReduce read data from Cassandra in Map phase and transferred to Reduce phase, the sa...
|
|
|
Author: yonghu,
2012-07-13, 05:45
|
|
|
Why Hadoop can't find Reducer when Mapper reads data from HBase? - HBase - [mail # user]
|
|
...Hello, I tried the program as follows: public class MRTableAccess { static class MRTableMapper extends TableMapper{ private Text rowInfor = new Text(); private Text column =...
|
|
|
Author: yonghu,
2012-07-12, 11:15
|
|
|
Re: HBase RegionServer can't connect to Master - HBase - [mail # user]
|
|
...I think you can also use ifconfig command in the VM to see the ip address. And then you can change your ip address in /etc/hosts. Regards! Yong On Wed, May 2, 2012 at 7:21 ...
|
|
|
Author: yonghu,
2012-05-04, 08:00
|
|
|
Re: Hbase custom filter - HBase - [mail # user]
|
|
...It means that java run time can't find org/apache/hadoop/hbase/filter/FilterBase class. You have to add the hbase.jar in your classpath. regards! Yong On Wed, May 2, 2012 a...
|
|
|
Author: yonghu,
2012-05-02, 11:45
|
|
|
Re: Are minor compaction and major compaction different in HBase 0.92? - HBase - [mail # user]
|
|
...Thanks for your reply. I install HBase in pseudo-mode. I think my situation is that the minor compaction promotes to major compaction. I have 3 HFiles for table 'test' in one RegionSer...
|
|
|
Author: yonghu,
2012-04-27, 08:28
|
|
|
Are minor compaction and major compaction different in HBase 0.92? - HBase - [mail # user]
|
|
...Hello, My HBase version is 0.92.0. And I find that when I use minor compaction and major compaction to compact a table, there are no differences. In the minor compaction, it will remov...
|
|
|
Author: yonghu,
2012-04-26, 06:48
|
|
|
Re: Problem to Insert the row that i was deleted - HBase - [mail # user]
|
|
...As Lars mentioned, the row is not physically deleted. The way which Hbase uses is to insert a cell called "tombstone" which is used to mask the deleted value, but value is still there (if th...
|
|
|
Author: yonghu,
2012-04-25, 08:10
|
|
|
Re: HBase 0.92 with Hadoop 0.22 - HBase - [mail # user]
|
|
...yes. You can compile the hadoop jar file by yourself and put into the Hbase lib folder. Regards! Yong On Mon, Apr 16, 2012 at 2:09 PM, Harsh J wrote:...
|
|
|
Author: yonghu,
2012-04-16, 12:20
|
|
|
Re: Is it possible to install two different Hbase versions in the same Cluster? - HBase - [mail # user]
|
|
...Mike, Can you explain why I can't put the RS on the same node? Thanks! Yong On Mon, Apr 16, 2012 at 1:33 PM, Michel Segel wrote:...
|
|
|
Author: yonghu,
2012-04-16, 11:39
|
|
|
|