source: proiecte/HadoopJUnit/hadoop-0.20.1/src/contrib/bash-tab-completion/README

Last change on this file was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 567 bytes
Line 
1Bash tab completion support for the hadoop script.
2
3On Debian-like distributions, the script can be placed in
4/etc/bash_completion.d/, and it will be sourced automatically by Bash. On
5other distributions, you may source the file manually (`. hadoop.sh') or
6source it from your bashrc (or equivalent) file.
7
8The script allows tab completion of all the command names, subcommands for the
9'fs', 'dfsadmin', 'job', 'namenode' and 'pipe' commands, arguments of the 'jar'
10command and most arguments to the 'fs' subcommands (completing local and
11dfs paths as appropriate).
Note: See TracBrowser for help on using the repository browser.