| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
2547 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8649] Private method HStore#createWriterInTmp(long) is never called - HBase - [issue]
|
|
...HStore#createWriterInTmp(long) is never called.We can drop the method....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8649
Author: Ted Yu,
2013-06-01, 17:41
|
|
|
Re: HTable and streaming - HBase - [mail # user]
|
|
...I assume you want to scan the table: http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html#getScanner(byte[]) Can you point out which thrift client methods provide...
|
|
|
Author: Ted Yu,
2013-06-01, 15:14
|
|
|
[HBASE-8354] Backport HBASE-7878 'recoverFileLease does not check return value of recoverLease' to 0.94 - HBase - [issue]
|
|
...HBASE-7878 fixed an issue which may lead to data loss.We should backport to 0.94 branch...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8354
Author: Ted Yu,
2013-05-31, 22:56
|
|
|
Re: Best practices for loading data into hbase - HBase - [mail # user]
|
|
...bq. Once we process an xml file and we populate our 3 "production" hbase tables, could we bulk load another xml file and append this new data to our 3 tables or would it write over what was ...
|
|
|
Author: Ted Yu,
2013-05-31, 20:26
|
|
|
Re: Specify the size of a hregion when creating a table? - HBase - [mail # user]
|
|
...Take a look at http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html#setMaxFileSize(long) Cheers On May 31, 2013, at 12:22 AM, fx_bull wrote: ...
|
|
|
Author: Ted Yu,
2013-05-31, 09:21
|
|
|
Re: Any update for this issue HBASE-3529 - HBase - [mail # user]
|
|
...Jason is no longer working on this issue. Can you tell us your use case ? Have you looked at http://www.lilyproject.org/lily/index.html ? Thanks On Thu, May 30, 2013 ...
|
|
|
Author: Ted Yu,
2013-05-31, 02:24
|
|
|
Re: HConnectionManager$HConnectionImplementation.locateRegionInMeta - HBase - [mail # user]
|
|
...HTablePool$**PooledHTable is a wrapper around HTable. Here is how HTable obtains a connection: public HTable(Configuration conf, final byte[] tableName, final ExecutorServ...
|
|
|
Author: Ted Yu,
2013-05-30, 23:38
|
|
|
Re: What is the best hbase table schema for following json data? - HBase - [mail # user]
|
|
...bq. Still these ColumnPrefixFilter will work in this case? Probably not. Can you group the subset of keys at the beginning of the column (assuming the subset of keys is known and doesn...
|
|
|
Author: Ted Yu,
2013-05-30, 16:48
|
|
|
Re: HConnectionManager$HConnectionImplementation.locateRegionInMeta - HBase - [mail # user]
|
|
...Anoop attached backported patch in HBASE-8655 It should go into 0.94.9, the next release - current is 0.94.8 Cheers On Thu, May 30, 2013 at 7:01 AM, Kireet wrote: &nb...
|
|
|
Author: Ted Yu,
2013-05-30, 14:26
|
|
|
Re: HConnectionManager$HConnectionImplementation.locateRegionInMeta - HBase - [mail # user]
|
|
...0.95 client is not compatible with 0.94 cluster. So you cannot use 0.95 client. Cheers On May 30, 2013, at 6:12 AM, Kireet wrote: ...
|
|
|
Author: Ted Yu,
2013-05-30, 13:20
|
|
|
|