[ 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
Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-21 [2012/01/26 23:55]
straka
courses:mapreduce-tutorial:step-21 [2012/01/30 15:34]
majlis
Line 15: Line 15:
 ===== Using VIM ===== ===== Using VIM =====
 If you like using VIM, there is a special configuration available for editing Hadoop java files. Just execute If you like using VIM, there is a special configuration available for editing Hadoop java files. Just execute
-  /net/projects/hadoop/vim+  /net/projects/hadoop/bin/vim
 instead of ''vim''. instead of ''vim''.
  
Line 24: Line 24:
   * Pressing F11 / F12 goes to previous / next compilation error, if there are any.   * Pressing F11 / F12 goes to previous / next compilation error, if there are any.
   * Key F8 opens a //taglist// -- small window with classes, fields and functions in the current file.   * Key F8 opens a //taglist// -- small window with classes, fields and functions in the current file.
 +  * Pressing ''\\'' comments/uncomments current (or selected) line.
  
 +
 +
 +----
 +
 +<html>
 +<table style="width:100%">
 +<tr>
 +<td style="text-align:left; width: 33%; "></html><html></td>
 +<td style="text-align:center; width: 33%; "></html>[[.|Overview]]<html></td>
 +<td style="text-align:right; width: 33%; "></html>[[step-22|Step 22]]: Optional – Setting Eclipse.<html></td>
 +</tr>
 +</table>
 +</html>

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