| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
268 (0.101s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...Hello Austin, I am sorry for the late response. Asaf has made a very valid point. Rowkwey design is very crucial. Specially if the data is gonn...
|
|
|
Author: Mohammad Tariq,
2013-01-19, 21:12
|
|
|
Re: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...Just to add to whatever all the heavyweights have said above, your MR job may not be as efficient as the MR job corresponding to your Hive query. You can enhance the performance by setting t...
|
|
|
Author: Mohammad Tariq,
2013-01-17, 17:46
|
|
|
Re: How is DataXceiver been used? - HBase - [mail # user]
|
|
...Hello Raymond, You might find this linkhelpful. It explains the problem and solution in great detail. Warm Regards, Tariq https://mtariq...
|
|
|
Author: Mohammad Tariq,
2013-01-17, 09:46
|
|
|
Re: Hbase as mongodb - HBase - [mail # user]
|
|
...@Anoop sir : Does it make sense to extract the timestamp of JSON object beforehand and use it as the rowkey? After that serialize the JSON object and store it in the Hbase cell. Gets would a...
|
|
|
Author: Mohammad Tariq,
2013-01-16, 13:38
|
|
|
Re: Hbase as mongodb - HBase - [mail # user]
|
|
...You can do that, approach might vary though, depending upon the scenario. You just have to think well about your schema in order to make sure that it fits into your put and get requirements....
|
|
|
Author: Mohammad Tariq,
2013-01-16, 13:23
|
|
|
Re: Hbase as mongodb - HBase - [mail # user]
|
|
...Hello Panshul, Hbase and MongoDB are built to serve different purposes. You can't replace one with the other. They have different strengths and weaknesses. ...
|
|
|
Author: Mohammad Tariq,
2013-01-16, 10:45
|
|
|
Re: Storing images in Hbase - HBase - [mail # user]
|
|
...IMHO, if the image files are not too huge, Hbase can efficiently serve the purpose. You can store some additional info along with the file depending upon your search criteria to make the sea...
|
|
|
Author: Mohammad Tariq,
2013-01-11, 15:27
|
|
|
|