Tag: tutorial
-

Hadoop Tutorial Series, Issue #4: To Use Or Not To Use A Combiner
Explains when Hadoop Combiners help (or hurt) performance and correctness, with code‑level guidance.
-

Hadoop Tutorial Series, Issue #3: Counters In Action
Shows how to instrument MapReduce jobs with Hadoop Counters to track custom metrics during large‑scale processing.
-

Hadoop Tutorial Series, Issue #2: Getting Started With (Customized) Partitioning
Teaches key partitioning patterns (e.g., partial sorts to specific reducers) to control data flow in MapReduce jobs.
-

Hadoop Tutorial Series, Issue #1: Setting Up Your MapReduce Learning Playground
Step‑by‑step setup of a Cloudera VM + Maven project so you can quickly experiment with Hadoop wordcount and beyond.
-

Drawing A Zipf Law Using Gnuplot, Java and Moby-Dick
Let’s use the Moby‑Dick text to generate word frequency plots and illustrate Zipf’s law programmatically.
-

Flexible Java Profiling And Monitoring Using The Netbeans Profiler
We’ll demonstrate NetBeans’ built‑in profiler for low‑friction CPU/memory profiling across Java applications.
-

BeanShell Tutorial: Quick Start On Invoking Your Own Or External Java Code From The Shell
BeanShell is a lightweight scripting language that’s compatible with the Java language. It provides a dynamic environment for executing Java code in its standard syntax but also allow common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript. It is considered so useful that it should became part…
-
5 Video Tutorials Of Small To Killer Eclipse Shortcuts
I believe that when you spend a significant percentage of your time on a specific software, it is an obligation to become “mouse-less” using it. Few years ago when I started to use the powerful eclipse shortcuts, I observed that my productivity was dramatically improving. You’ll be able to find a lot of posts promoting…
