| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
57747 (0.066s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8570] CompactSplitThread logs a CompactSplitThread$CompactionRunner but it does not have a toString - HBase - [issue]
|
|
...2013-05-17 13:51:35,664 ERROR [regionserver60020-smallCompactions-1368795988827] org.apache.hadoop.hbase.regionserver.CompactSplitThread: Compaction failed org.apache.hadoop.hbase.re...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8570
Author: Nicolas Liochon,
2013-05-17, 14:54
|
|
|
bulk load skipping tsv files - HBase - [mail # user]
|
|
...Hi, I wonder if there are tool similar to org.apache.hadoop.hbase.mapreduce.ImportTsv. IimportTsv read from tsv file and create HFiles which are ready to be loaded into the correspondi...
|
|
|
Author: Jinyuan Zhou,
2013-05-17, 14:52
|
|
|
Re: Doubt Regading HLogs - HBase - [mail # user]
|
|
...Yes, it's by design. The last log file the one beeing written by HBase The safe option is to wait for this file to be closed by HBase. As Yong said, you can change the roll parameter i...
|
|
|
Author: Nicolas Liochon,
2013-05-17, 14:37
|
|
|
[HBASE-8522] Archived hfiles and old hlogs may be deleted immediatly by HFileCleaner, LogCleaner in HMaster - HBase - [issue]
|
|
...TimeToLiveHFileCleaner is configed to 'hbase.master.hfilecleaner.plugins' in hbase-default.xml. And timeToLiveHFileCleaner uses the modify time of the hfile to determine if it should be dele...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8522
Author: Liu Shaohui,
2013-05-17, 14:35
|
|
|
[HBASE-8336] PooledHTable may be returned multiple times to the same pool - HBase - [issue]
|
|
...I have recently observed a very strange issue with an application using HBase and HTablePool. After an investigation I have found that the root cause was the piece of code that was calling c...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8336
Author: Nikolai Grigoriev,
2013-05-17, 13:47
|
|
|
Re: Scanner returning keys out of order - HBase - [mail # user]
|
|
...Hi Jan, 0.90.6 is a very old version of HBase... Will you have a chance to migrate to a more recent one? Most of your issues might probably be already fixed. JM 2013/5/17 J...
|
|
|
Author: Jean-Marc Spaggiari,
2013-05-17, 13:44
|
|
|
Scanner returning keys out of order - HBase - [mail # user]
|
|
...Hi all, we are seeing very strange behavior of HBase (version 0.90.6-cdh3u5) in the following scenario: 1) Open scanner and start scanning. 2) Check order of ...
|
|
|
Author: Jan Lukavský,
2013-05-17, 13:40
|
|
|
Re: Doubt Regading HLogs - HBase - [mail # user]
|
|
...In this situation, you can set the logroll.period to a short value, let's say 3000 and then you can see your log file with current size after 3 seconds. To Nicolas, I...
|
|
|
Author: yonghu,
2013-05-17, 11:40
|
|
|
RE: Doubt Regading HLogs - HBase - [mail # user]
|
|
...Thanks Nicolas, When will this file be finalized. Is it time bound? Or it will be always be zero for last one (even if it contains the data) From: Nicolas Liochon [mailto:[...
|
|
|
Author: Rishabh Agrawal,
2013-05-17, 11:27
|
|
|
Re: Doubt Regading HLogs - HBase - [mail # user]
|
|
...That's HDFS. When a file is currently written, the size is not known, as the write is in progress. So the namenode reports a size of zero (more exactly, it does not take into account t...
|
|
|
Author: Nicolas Liochon,
2013-05-17, 11:09
|
|
|
|