Blog Archives

Programming Hadoop in Eclipse (Inverted Index Examples)

It has been two years since I wrote about programming Hadoop in Netbeans using Karmasphere Studio.  Meanwhile, apparently Netbeans is no longer supported by them, and they focused on the other IDE, Eclipse. I have relatively no problem in using

Tagged with: , ,
Posted in Hadoop, Java, MapReduce, Programming

Setting Up Mercurial for Netbeans Project

In software development, version control system (VCS) hold an important role. Especially when the project is collaborated by many programmers. Besides to keep tracks of changes, version control could helps handle task distribution and later project integration from the programmers.

Tagged with: , ,
Posted in Java, Network, Programming

Programming Hadoop in Netbeans

Note: It seems that Netbeans is no longer supported by Karmasphere Studio. For programming Hadoop in Eclipse, you could read it here. Hadoop MapReduce is an Open Source implementation of MapReduce programming model for processing large scale of data in

Tagged with: , ,
Posted in Hadoop, Programming

Why Generate Database Keys?

Howdy. Not so long ago, I created a GUI for data storage using Java and of course JDBC. I followed a tutorial about how to insert database records to the database table. The tutorial said that before we’re inserting new

Tagged with: , , ,
Posted in Computer, Java, Programming

Lighweight

Did you know the opposite of lightweight? Maybe almost 99% of you said that the opposite was heavyweight. It’s easy. Just take the adjective phrase, which is light, and change it to its opposite, which is heavy. It applied on

Tagged with: , ,
Posted in English, Java, Programming