Skip to content

VOvchinnikov/hadoop-bash-completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. :)

About

Bash completion for hadoop. Includes commands, switches and directory/filename completion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%