julienchamp / zsh-hadoop-plugin

Useful aliases for Hadoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-hadoop-plugin

author : jchamp ( https://github.com/valek )

Using Oh-my-zsh:

  1. Clone this repository in oh-my-zsh's plugins directory:

     git clone https://github.com/valek/zsh-hadoop-plugin ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/hadoop
    
  2. Activate the plugin in ~/.zshrc:

     plugins=( [plugins...] hadoop)
    
  3. Source ~/.zshrc to take changes into account:

     source ~/.zshrc
    

About

Useful aliases for Hadoop


Languages

Language:Shell 100.0%