Code & Cluster

Friday, June 28, 2013

JAVA NIO tutorial

›
Most programmers are familiar with java.io package which offers a variety of classes for input/output operations to files or the network. I...
Tuesday, May 28, 2013

Java Concurrency : 10 things every programmer should know

›
1.  Synchronized Every one knows that synchronized keyword is used to acquire a lock and serialize access to a code block. A lesser known...
Thursday, April 25, 2013

10 reasons for considering the Scala programming language

›
Scala programming language has been around for a few years now and its popularity is increasing. Having programmed in Java for many years, ...
Thursday, April 4, 2013

Using HBase Part 2: Architecture

›
In this blog, let us take a quick look at some architectural details of HBase. For an introduction to NoSql and HBase, read the followin...
Friday, March 15, 2013

Using HBase

›
HBase is a NoSQL database from the hadoop family. The NoSql concept is discussed in my blog at What is NoSql ? HBase is a column oriente...
Friday, February 15, 2013

Hadoop Secondary Sort: Sorting values

›
Sorting is a core strength of the Hadoop MapReduce framework. But by default it sorts only the keys. The values for each key are not sorted...
1 comment:
Wednesday, January 16, 2013

Generics : Array Creation

›
How do you write a method to convert a generic collection to an Array ? A naive implementation would be: public static <T> T[] con...
‹
›
Home
View web version

About Me

Manoj Khangaonkar
I am Manoj Khangaonkar https://x.com/mjkhanga
View my complete profile
Powered by Blogger.