Codes Fusion

Sunday, October 27, 2013

Hadoop FileSystem (HDFS) Tutorial 1

›
In this tutorial I will show some common commands for HDFS operations. If you don't have Hadoop setup in your linux, you can follow Had...
187 comments:
Friday, October 18, 2013

Hadoop WordCount with new map reduce api

›
There are so many version of WordCount hadoop example flowing around the web. However, a lot of them are using the older version of hadoop a...
214 comments:
Monday, April 15, 2013

Java IO vs NIO

›
Java NIO (New IO) was introduced in JDK 1.4. While Java IO centralizes around Stream/Reader/Writer and uses decorator pattern as its main de...
6 comments:
Monday, October 15, 2012

Customize Spring JSON output

›
Spring uses Jackson JSON from http://jackson.codehaus.org/ to serialize an object for json output. To change the default strategy to seriali...
2 comments:
Monday, June 11, 2012

Spring Session Scope Bean

›
Since HTTP stateless, in a web application, a typical way to keep an user states across multiple requests is through HttpSession. However, d...
18 comments:
Monday, June 4, 2012

Spring Custom Converter

›
Recently I ran into a problem where Spring would automatically convert comma separated String into String array, and quick search in google,...
2 comments:
Thursday, May 3, 2012

Configure log4j for Spring MVC

›
1. Add following to web.xml log4jConfigLocation classpath:log4j.properties log4jExposeWebAppRoot false ...
15 comments:
‹
›
Home
View web version

About Me

Zhi
View my complete profile
Powered by Blogger.