| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
26 (0.114s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Bulk Loading From Local File - HBase - [mail # user]
|
|
...Yes, you can. Use file:///full-path-name. You may not get more than one map job though. Jon On Thu, Dec 13, 2012 at 7:53 AM, Mehmet Simsek wrote: ...
|
|
|
Author: Jonathan Bishop,
2012-12-13, 19:45
|
|
|
Re: Using doubles and longs as ordering row values - HBase - [mail # user]
|
|
...Thanks Dave, That looks like what I need. Jon On Mon, Nov 5, 2012 at 4:27 PM, Dave Latham wrote: ...
|
|
|
Author: Jonathan Bishop,
2012-11-06, 05:07
|
|
|
Using doubles and longs as ordering row values - HBase - [mail # user]
|
|
...Hi, In my application my row values are doubles. I would like my scans to traverse the rows in order of increasing values. But if I simply use double d = .... byte[] ...
|
|
|
Author: Jonathan Bishop,
2012-11-05, 18:41
|
|
|
Re: Filters for hbase scans require reboot. - HBase - [mail # user]
|
|
...OK. On Thu, Nov 1, 2012 at 9:06 PM, Anoop Sam John wrote: ...
|
|
|
Author: Jonathan Bishop,
2012-11-02, 05:57
|
|
|
Filters for hbase scans require reboot. - HBase - [mail # user]
|
|
...Hi, I am developing a filter to be used in a scan for hbase, and I find that I need to... 1) make sure HBASE_CLASSPATH points to a jar or bin with my filter 2) reboot hbase (stop...
|
|
|
Author: Jonathan Bishop,
2012-11-01, 21:22
|
|
|
Re: SingleColumnValueFilter for empty column qualifier - HBase - [mail # user]
|
|
...Hi, Thanks for the help. I am going forward with writing my own filter - but having some trouble running it. What I did was simply copied SingleValueColumnFilter, renamed it, and...
|
|
|
Author: Jonathan Bishop,
2012-11-01, 18:30
|
|
|
Re: SingleColumnValueFilter for empty column qualifier - HBase - [mail # user]
|
|
...When I created the table I created column families, one of which is say "xyz". Now I would like to find all rows for which "xyz" is empty - in other words no puts were made to that col...
|
|
|
Author: Jonathan Bishop,
2012-10-31, 23:07
|
|
|
SingleColumnValueFilter for empty column qualifier - HBase - [mail # user]
|
|
...Hi, I am trying to use SingleColumnValueFilter to find only those rows which have a particular column which is empty. Not sure what to use for the value (4th arg in const). It does not...
|
|
|
Author: Jonathan Bishop,
2012-10-31, 21:49
|
|
|
Suppress bulk load INFO messages from hbase - HBase - [mail # user]
|
|
...Hi, I would like to suppress messages on the console like... 12/10/29 16:56:03 INFO mapreduce.LoadIncrementalHFiles: Trying to load hfile=hdfs... So I added the following l...
|
|
|
Author: Jonathan Bishop,
2012-10-30, 06:23
|
|
|
Re: Hbase import Tsv performance (slow import) - HBase - [mail # user]
|
|
...Nicolas, I just went through the same exercise. There are many ways to get this to go faster, but eventually I decided that bulk loading is the best solution as run times scaled with t...
|
|
|
Author: Jonathan Bishop,
2012-10-25, 15:57
|
|
|
|