Re: hbase table size

2012-04-09 Thread Ioan Eugen Stan
e your column family of size 1 e.g. "C", or "D" and also make your qualifiers as small as possible, if possible. This will also save some space. Regards, -- Ioan Eugen Stan http://ieugen.blogspot.com/

Re: hbase delete operation is very slow

2012-02-23 Thread Ioan Eugen Stan
ble performance monitoring from a config file. Cheers, -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: Is it possible to connect HBase remotely?

2012-02-09 Thread Ioan Eugen Stan
. hbase.zookeeper.quorum my-zookeeper-machine.net Zookeeper connects to this machine. Cheers, -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: ANN: HBase 0.92.0 is available for download

2012-02-02 Thread Ioan Eugen STAN
Pe 24.01.2012 18:13, Stack a scris: > On Tue, Jan 24, 2012 at 3:10 AM, Ioan Eugen Stan > wrote: >> When is it going to be on Maven Central? >> > > I am on it. In next day or so. > St.Ack Hello St.Ack, Any progress on deploying to Central?

Re: can anybody have hbase dataset

2012-01-31 Thread Ioan Eugen Stan
basic infrastructure set up so you could customize them. [1] http://incubator.apache.org/bigtop/ -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: advice needed on storing large objects on hdfs

2012-01-30 Thread Ioan Eugen Stan
27;s larger then a HBase is recommended to handle like mailboxes with large attachements. I'm planning to implement it soon in Apache James's HBase mailbox implementation to deal with large inboxes. Cheers, -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: type mismatch in mapreduce program

2012-01-28 Thread Ioan Eugen Stan
rishna > * You have to replace the two null values from initTableMapper with the classes that you have for key and value. Please see javadoc for TableMapReduceUtil class [1]. [1] http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html -- Ioan Eugen Stan http://ieugen.blogspot.com/

Re: advice needed on storing large objects on hdfs

2012-01-27 Thread Ioan Eugen Stan
eUtils.toByteArray(myObject) method. Can I use the WritableUtils.toByteArray(myObject).length to determine if the object should go in hbase or hdfs? Is this an acceptable strategy? Is the 5 MB limit a safe enough threshold? - Rohit Kelkar -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: Important Question

2012-01-25 Thread Ioan Eugen Stan
, realtime query and analytical processing.. -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: Important Question

2012-01-25 Thread Ioan Eugen Stan
e.org/ -- Ioan Eugen Stan http://ieugen.blogspot.com

Re: ANN: HBase 0.92.0 is available for download

2012-01-24 Thread Ioan Eugen Stan
2012/1/24 Stack : > On Tue, Jan 24, 2012 at 3:10 AM, Ioan Eugen Stan > wrote: >> When is it going to be on Maven Central? >> > > I am on it.  In next day or so. > St.Ack Thanks St.Ack, please also deploy with sources, java docs and testing classifier. Having to debug

Re: ANN: HBase 0.92.0 is available for download

2012-01-24 Thread Ioan Eugen Stan
g/dyn/closer.cgi/hbase/ 2. https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12314223 3. http://hbase.apache.org/book.html#upgrade0.92 Good luck with the new release, it's been long awaited. When is it going to be on Maven Central? Thanks, -- Ioan E

Re: HBase Table Pool

2011-09-13 Thread Ioan Eugen Stan
[1] and will be used soon in James HBase Mailbox [2] [1] http://svn.apache.org/viewvc/james/server/trunk/hbase/src/main/java/org/apache/james/system/hbase/ [2] http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/ -- Ioan Eugen Stan http://ieugen.blogspot.com/

Re: copy one row

2011-08-02 Thread Ioan Eugen Stan
2011/8/2 Jean-Daniel Cryans : > Not in the current release, but you could do that with 0.92 when it > gets released. > > J-D Thanks J-D, This means I will have to copy things manually until the next version of HBase. Do you know when that is going to be? -- Ioan Eug

copy one row

2011-08-02 Thread Ioan Eugen Stan
Hello, Is there a way to copy all the information one row contains to another row without taking all data through the client? Thanks, -- Ioan Eugen Stan http://ieugen.blogspot.com/

Re: test for flags in HBase

2011-08-01 Thread Ioan Eugen Stan
s, I think the tread can be closed. -- Ioan Eugen Stan http://ieugen.blogspot.com/

test for flags in HBase

2011-08-01 Thread Ioan Eugen Stan
each flag is a bigger waste considering that column names are saved for each row. I checked the docs and there doesn't seem to be such a feature, but is there a plan/ way to implement it? Thanks, -- Ioan Eugen Stan http://ieugen.blogspot.com/