| 12345678910111213141516171819 |
- ## Configuration options for the Hue Shell app.
- [shell]
- ## These are commented out so you know where to put lines like these if necessary.
- #shell_buffer_amount=100
- #shell_delegation_token_dir=/tmp/hue_delegation_tokens
- [[ shelltypes ]]
- [[[ flume ]]]
- nice_name = "Flume Shell"
- command = "flume shell"
- help = "The command-line Flume client interface."
- [[[ pig ]]]
- nice_name = "Pig Shell (Grunt)"
- command = "pig -l /dev/null"
- help = "The command-line interpreter for Pig"
- [[[ hbase ]]]
- nice_name = "HBase Shell"
- command = "hbase shell"
- help = "The command-line HBase client interface."
|