| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
178 (0.878s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Table listed in "list", but not in .META. - HBase - [mail # user]
|
|
...Good to hear that... :) I also had a very bad crash of HBase a few days ago... at that time had to run hbck repair to fix some errors and to fix others i had to remove files from /hbase dir....
|
|
|
Author: anil gupta,
2012-08-11, 04:37
|
|
|
Re: Table listed in "list", but not in .META. - HBase - [mail # user]
|
|
...Where are you storing your hdfs data? Is it /tmp? If it's /tmp and you have rebooted your machined then you will have problems. On Fri, Aug 10, 2012 at 4:19 PM, Marco Gallotta wrote: &...
|
|
|
Author: anil gupta,
2012-08-10, 23:31
|
|
|
Re: Table listed in "list", but not in .META. - HBase - [mail # user]
|
|
...Is it a standalone installation or pseudo-distributed? I faced a similar problem a few days back in a distributed cluster and used hbck -repair option. You might give it a try. ~Anil &...
|
|
|
Author: anil gupta,
2012-08-10, 23:09
|
|
|
Re: Table listed in "list", but not in .META. - HBase - [mail # user]
|
|
...Are you running a distributed cluster? If yes, do you have localhost in /etc/hosts file? You are getting reference to localhost in hbck output: ERROR: Region { meta => null, hdfs =&...
|
|
|
Author: anil gupta,
2012-08-10, 22:30
|
|
|
Re: Table listed in "list", but not in .META. - HBase - [mail # user]
|
|
...Hi Marco, Did anything disastrous happen to cluster? Can you try using hbck utility of HBase. Run: 'hbase hbck -help' to get all the available options. ~Anil On Fri, Aug 10...
|
|
|
Author: anil gupta,
2012-08-10, 21:49
|
|
|
Re: how to delete a zombie table permanently? - HBase - [mail # user]
|
|
...Hi Henry, I would suggest you to try out 'hbck' utility of Hbase for dealing with corrupt metadata in HBase. It's pretty effective and clean. If you use that then you wont have to deal...
|
|
|
Author: anil gupta,
2012-08-09, 17:42
|
|
|
Re: Bulk loading job failed when one region server went down in the cluster - HBase - [mail # user]
|
|
...Hi HBase Folks, I ran the bulk loader yesterday night to load data in a table. During the bulk loading job one of the region server crashed and the entire job failed. It takes around 2...
|
|
|
Author: anil gupta,
2012-08-07, 17:59
|
|
|
Re: adding data - HBase - [mail # user]
|
|
...Hi Rita, HBase Bulk Loader is a viable solution for loading such huge data set. Even if your import file has a separator other than tab you can use ImportTsv as long as the separator i...
|
|
|
Author: anil gupta,
2012-08-04, 05:39
|
|
|
Re: Disable timestamp in HBase Table a.k.a Disable Versioning in HBase Table - HBase - [mail # user]
|
|
...@Anoop: We recently finished out first phase of POC. It went quite well. Now, we are trying to see which all features we are going to use for final implementation. We are still in research m...
|
|
|
Author: anil gupta,
2012-05-30, 19:57
|
|
|
Re: Distinct counters and counting rows - HBase - [mail # user]
|
|
...Hi David, Have a look at Coprocessors which can enable you run custom code(Observers) on get/put/delete actions on Table. You can easily implement the counters with the help of that. H...
|
|
|
Author: anil gupta,
2012-05-30, 07:24
|
|
|
|