| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
255 (0.188s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hbase in Pseudo distributed mode getting problems - HBase - [mail # user]
|
|
...Hello Sam, Don't remove that line from /etc/hosts file, instead change it to "127.0.0.1 YOUR_HOST_NAME". And restart all the processes. BTW, which lin...
|
|
|
Author: Mohammad Tariq,
2013-03-07, 16:15
|
|
|
Re: does hbase master need to be a hadoop datanode as well? - HBase - [mail # user]
|
|
...Yeah..Good point JM. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Sat, Feb 23, 2013 at 1:19 AM, Jean-Marc Spaggiari wrote: ...
|
|
|
Author: Mohammad Tariq,
2013-02-22, 19:51
|
|
|
Re: does hbase master need to be a hadoop datanode as well? - HBase - [mail # user]
|
|
...Hello Kaven, It's not all necessary to run HM on server running DN. Actually it's not advisable to do so, as HM has high memory requirements and running other daem...
|
|
|
Author: Mohammad Tariq,
2013-02-22, 19:43
|
|
|
Re: Rowkey design question - HBase - [mail # user]
|
|
...Another good point. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Fri, Feb 22, 2013 at 3:45 AM, Asaf Mesika wrote: ...
|
|
|
Author: Mohammad Tariq,
2013-02-21, 22:25
|
|
|
Re: HBase unknown table problem - HBase - [mail # user]
|
|
...Hello Anand, Are your regionservers running fine? Have a look over the logs and see if you find something unusual there. Warm Regards, Tariq https://mtariq.j...
|
|
|
Author: Mohammad Tariq,
2013-02-20, 13:15
|
|
|
Re: Rowkey design question - HBase - [mail # user]
|
|
...You can use FuzzyRowFilterto do that. Have a look at this link. You might find it helpful. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Tue, Feb ...
|
|
|
Author: Mohammad Tariq,
2013-02-19, 17:54
|
|
|
Re: Rowkey design question - HBase - [mail # user]
|
|
...No. before the timestamp. All the row keys which are identical go to the same region. This is the default Hbase behavior and is meant to make the performance better. But sometimes the machin...
|
|
|
Author: Mohammad Tariq,
2013-02-19, 17:34
|
|
|
Re: Rowkey design question - HBase - [mail # user]
|
|
...Hello Paul, Try this and see if it works : scan.setStartRow(Bytes.toBytes(startDate.getTime() + "")); scan.setStopRo...
|
|
|
Author: Mohammad Tariq,
2013-02-19, 16:16
|
|
|
Re: Row Key Design in time based aplication - HBase - [mail # user]
|
|
...Hello Mehmet, If ProjectIds are sequential, then it is definitely not a feasible approach. Division is just to make sure that all the regions are evenly loaded. You can create pre-spl...
|
|
|
Author: Mohammad Tariq,
2013-02-17, 23:30
|
|
|
Re: HBase insert slow - HBase - [mail # user]
|
|
...Could you please show your hbase-site.xml? Also, try the basic tweaks like usign putlist instead of put, turning wal off(if it is fine with you) etc. Warm Regards, Tariq https://mtariq...
|
|
|
Author: Mohammad Tariq,
2013-02-08, 16:41
|
|
|
|