Calendar
May 2013 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
Categories
Category Archives: Eclipse
Hadoop Development Environment with Eclipse
A usual Hadoop application needs a jar file for distributed nodes. It is very troublesome to repeat creating jar frequently in development… So I’ve enable Eclipse to run Hadoop application(Map-Reduce Job) on its standalone mode. It make debug easier so … Continue reading
Posted in Development, Eclipse, Hadoop, Java
83 Comments
Mahout Development Environment with Maven and Eclipse (2)
Sample Codes of “Mahout in Action” The sample codes of “Mahout in Action”, which is a Mahout book from Manning, are published at here. They include source codes in Chapter 2 to 6. Now, We’ll build them on the Eclipse … Continue reading
Posted in Eclipse, Java, Machine Learning, Mahout, Maven
21 Comments
Mahout Development Environment with Maven and Eclipse (1)
I’m reading “Mahout in Action” MEAP Edition, but it doesn’t teach how to construct a development environment of Mahout… So I wrote the way of that by testing sample codes of “Mahout in Action”. Install I examine based on Windows … Continue reading
Posted in Development, Eclipse, Java, Machine Learning, Mahout, Maven
10 Comments