[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-21 [2012/01/26 23:42]
straka
courses:mapreduce-tutorial:step-21 [2012/01/26 23:45]
straka
Line 13: Line 13:
 Create a directory and a ''Makefile'' as described and download {{:courses:mapreduce-tutorial:step-21.txt|WordCount.java}}. Try compiling it using ''make''. Create a directory and a ''Makefile'' as described and download {{:courses:mapreduce-tutorial:step-21.txt|WordCount.java}}. Try compiling it using ''make''.
  
 +===== Using VIM =====
 +If you like using VIM, there is a special configuration available for editing Hadoop java files. Just execute
 +  /net/projects/hadoop/vim
 +instead of ''vim''.
 +
 +This configuration of VIM
 +  * can run ''make'' in current directory by pressing F7 (both in normal and insert mode). The file being edited is automatically saved.

[ Back to the navigation ] [ Back to the content ]