Sunday 27 May 2012

Working Log May 25

Goal:
New Task reviewing.
Intensive text processing by mapreduce reading.

Thursday 24 May 2012

Working Log May 24

Task and Goal:

1. Read the perl best practice, optimize recently code fallow the conventions learned from the book.

2. Finalise the Duplicate Analysis and write analysis.

3. Getting new tasks and reading plan.


What have been Done:
1. A better look at Perl variables, without a explicitly declaration, the scope is package wide, with my it's local, always use local as it is.





Review:
1. Done
2. Done Beautifully
3. check grep function
4. Large text processing using mapreduce to 3.1
5. Should have use combiners to optimize my mapreduce programs