All Projects → lensesio → hadoop-bash-completion

lensesio / hadoop-bash-completion

Licence: Apache-2.0 license
Bash completion for hadoop. Includes commands, switches and directory/filename completion.

Programming Languages

shell
77523 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].