| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
46 (0.203s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Coprocessors - HBase - [mail # user]
|
|
...Phoenix might be able to solve the problem if the keys are structured in the binary format that it understand or else you are better off reloading that data in a table created via Phoenix. B...
|
|
|
Author: Viral Bajaria,
2013-04-25, 22:28
|
|
|
Re: RefGuide schema design examples - HBase - [mail # user]
|
|
...+1! On Fri, Apr 19, 2013 at 4:09 PM, Marcos Luis Ortiz Valmaseda wrote: ...
|
|
|
Author: Viral Bajaria,
2013-04-20, 04:06
|
|
|
Re: schema design: rows vs wide columns - HBase - [mail # user]
|
|
...I think this whole idea of don't go over a certain number of column families was a 2+ year old story. I remember hearing numbers like 5 or 6 (not 3) come up when talking at Hadoop conference...
|
|
|
Author: Viral Bajaria,
2013-04-07, 23:51
|
|
|
Re: Remote Connection To Pseudo Distributed HBase (Deployed in aws ec2) Not Working - HBase - [mail # user]
|
|
...Are you sure that your hbase regionserver is registered with the external IP in zookeeper ? Your client (laptop) might be trying to connect to ec2 hbase using the internal host name which wi...
|
|
|
Author: Viral Bajaria,
2013-04-05, 07:42
|
|
|
Re: HBase Client. - HBase - [mail # user]
|
|
...Most of the clients listed below are language specific, so if your benchmarking scripts are written in JAVA, you are better off running the java client. HBase Shell is more for running somet...
|
|
|
Author: Viral Bajaria,
2013-03-20, 07:00
|
|
|
Re: Compaction time - HBase - [mail # user]
|
|
...How often do you run those jobs ? Do they run periodically or are they running all the time ? If you have a predictable periodic behavior, you could disable automatic compaction and tr...
|
|
|
Author: Viral Bajaria,
2013-03-04, 06:56
|
|
|
Re: Announcing Phoenix v 1.1: Support for HBase v 0.94.4 and above - HBase - [mail # user]
|
|
...Cool !!! This is really good. I have a quick question though, is it possible to use Phoenix over existing tables ? I doubt it but just thought I will ask it on the list. On Tue, Feb 26...
|
|
|
Author: Viral Bajaria,
2013-02-26, 21:08
|
|
|
Re: Updating from 0.90.2 to 0.94 - HBase - [mail # user]
|
|
...Well if you can afford a longer downtime, you can always distcp your existing hbase data. This way if things get screwed up you can always restore a 0.90.x on that old backup. You cannot dis...
|
|
|
Author: Viral Bajaria,
2013-02-26, 08:51
|
|
|
Re: Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...Also the readFields is your implementation of how to read the byte array transferred from the client. So I think there has to be some issue in how you write the byte array to the network and...
|
|
|
Author: Viral Bajaria,
2013-02-20, 23:42
|
|
|
Re: availability of 0.94.4 and 0.94.5 in maven repo? - HBase - [mail # user]
|
|
...I have come across this too, I think someone with authorization needs to perform a maven release to the apache maven repository and/or maven central. For now, I just end up compiling t...
|
|
|
Author: Viral Bajaria,
2013-02-20, 01:32
|
|
|
|