| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
255 (0.052s).
|
|
|
Loading phrases to help you refine your search...
|
|
Indexing Hbase Data - HBase - [mail # user]
|
|
...Hello list, I would like to have some suggestions on Hbase data indexing. What would you prefer? I never faced such requirement till now. This is the first...
|
|
|
Author: Mohammad Tariq,
2013-01-28, 11:45
|
|
|
Re: New htable slow - HBase - [mail # user]
|
|
...Hi there, Do you have too many Htable instances opened simultaneously?It's not advisable to do so. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot....
|
|
|
Author: Mohammad Tariq,
2013-01-28, 11:36
|
|
|
Re: paging results filter - HBase - [mail # user]
|
|
...Hello Toby, Sorry for the late reply. But, you have got appropriate answers from the pros :) Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot....
|
|
|
Author: Mohammad Tariq,
2013-01-25, 05:15
|
|
|
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
|
|
...Hello sir, While paging through, store the startkey of the current page of 25 rows in a separate byte[]. Now, if you want to come back to this page when you are at...
|
|
|
Author: Mohammad Tariq,
2013-01-25, 05:12
|
|
|
Re: paging results filter - HBase - [mail # user]
|
|
...I think you need PageFilter . HTH Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Thu, Jan 24, 2013 at 6:20 PM, Toby Lazar wrote: ...
|
|
|
Author: Mohammad Tariq,
2013-01-24, 12:52
|
|
|
Re: tabel in 'transition' state which cannot be dropped - HBase - [mail # user]
|
|
...looks to me a copy of your other email, with a different heading. anyways, do as Ram sir has said. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On T...
|
|
|
Author: Mohammad Tariq,
2013-01-24, 10:29
|
|
|
Re: drop table problem - HBase - [mail # user]
|
|
...Which version are you using?Try hbck and see if you find anything interesting. This problem was faced by a couple of folks few weeks ago. Try to search through the mailing list. Probably the...
|
|
|
Author: Mohammad Tariq,
2013-01-24, 10:24
|
|
|
Re: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...Thank you so much for pointing out the mistake sir. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Mon, Jan 21, 2013 at 12:06 PM, Anoop Sam John wr...
|
|
|
Author: Mohammad Tariq,
2013-01-21, 06:39
|
|
|
Re: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...Apart from this you can have some additional tweaks to improve put performance. Like, creating pre-splitted tables, making use of put(List puts) instead of normal put etc. Warm Regard...
|
|
|
Author: Mohammad Tariq,
2013-01-21, 06:31
|
|
|
Re: Hbase Mapreduce- Problem in using arrayList of pust in MapFunction - HBase - [mail # user]
|
|
...Give put(List puts) a shot and see if it works for you. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Mon, Jan 21, 2013 at 11:41 AM, Farrokh Shahr...
|
|
|
Author: Mohammad Tariq,
2013-01-21, 06:17
|
|
|
|