Recently we have released Kundera-2.0.5. This post is all about demonstrating how to perform CRUD and association handling using kundera. Kundera is now enabled to use secondary index support provided … Continue reading
Setup Kundera with standalone Cassandra: Note: Currently Kundera supports Cassandra 0.8.2. You can download Cassandra releases from here. 1) Setup an environment variable “CASSANDRA_HOME” to Cassandra home directory (e.g. … Continue reading
Tesseract-Ocr/grails installation over amazon EC2. Before we proceed: Before proceeding to installation, first thing is to choose right AMI instance for your installation. There are number of cloud instance available … Continue reading
If need more information on cassandra, please visit :Cassandra In brief, Kundera is an ORM based solution over Cassandra. Kundera provides you a way to map your existing java objects … Continue reading
Feature Kundera GORA Hector ORM Yes Yes Yes JPA Compliant Yes No – Annotation Based Yes No Yes Index Support Yes Yes NO Second Level Cache Yes(Optional) No No NoSql … Continue reading
Assuming you are aware of Hive and HBase basic concepts, my POC around Hive/HBase integration is : 1) Provide real time analytics on HBase. 2) Indexing mechanism. 3) Load Data from HDFS to HBase using Hive … Continue reading
Never mess with /etc/shadow. By mistake I have deleted it and restoring everything takes ages. I landed myself into series of troubles. 1) Login was not possible. 2) After that … Continue reading
Some days back started looking into Sql to Hadoop data transformation.(Relational databases->nosql). I tried my hands on Sqoop(Sql to Hadoop).http://www.cloudera.com/blog/2009/06/introducing-sqoop/. Reason for this post is i am not able to find any definit link to … Continue reading