user-avatar
Today is Tuesday
April 23, 2024

Tag: value

June 23, 2015

Accumulo and Hbase – Differences in its API, classes

by viggy — Categories: tech — Tags: , , , , , , , , , Leave a comment

As part of my GSoC project, I am working on adding support of HBase in GeoWave. Currently Accumulo is already well supported. Hence one of my main task is to understand the existing tests and examples and add support for the same for a HBase store.
One of the main challenge I am facing is there is no easily available mapping of Accumulo Classes to HBase classes. So in this blog, I will try to do the same.

Basic Entity Classes
Accumulo HBase Remarks
Key KeyValue HBase doesnt have separate entity for Key and Value. It stores everything as byte[].
Value KeyValue
Mutation RowMutations Accumulo exposes put/putDelete method whereas HBase has Put and Delete classes to Put in and Delete a single row respectively.
Scanner/Writer Classes
Accumulo HBase Remarks
Scanner/ScannerBase Scan Accumulo has a structured class heirarchy for scanning where in HBase I have only used Scan as of now.

TODO: To add about establishing connection, authentication, Write to store, Iterators/Coprocessors

December 12, 2011

Value of a SORRY

by viggy — Categories: experience, Fun, social — Tags: , 1 Comment

I screw up daily either during my work or in my day to day life. As I self inspect, I just realize that I say sorry so often that it has almost no value. For example, I am always late for FSMK meetings and there are few very punctual guys who have to always wait for me. Every time I just go and say sorry even though I know that I will be again late next time also. I can give thousands of examples in my relations that I screw up and just say sorry. Also there are numerous instances everyday when I say sorry to my colleagues during work.

So from now on, I am not going to be sorry for things which I know I wont be resolving. I know it will be very rude for the people but I guess, at least it will make me feel more conscious about my mistakes and hopefully help me in resolving them. I need to make sure that my sorry has a value and when I say it, people understand that I really mean it.

I am not sure if I will succeed, but if I dont, you can surely expect a Sorry at the end of this blog. :)