Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 674 Bytes

Hadoop Bash Completion

A script that adds bash completion for hadoop commands. It completes commands, switches and HDFS paths. The latter is our main contribution to the script which has a history from facebook and guozheng.

Usage

Simplest way to use it, is to source it:

source /path/to/hadoop-completion.sh

For permanent use you should source it from your bashrc:

echo "source /path/to/hadoop-completion.sh" >> ~/.bashrc

You may also add it to your current bash-completion scripts' collection.

Enjoy. :)