hue-shell.ini 584 B

12345678910111213141516171819
  1. ## Configuration options for the Hue Shell app.
  2. [shell]
  3. ## These are commented out so you know where to put lines like these if necessary.
  4. #shell_buffer_amount=100
  5. #shell_delegation_token_dir=/tmp/hue_delegation_tokens
  6. [[ shelltypes ]]
  7. [[[ flume ]]]
  8. nice_name = "Flume Shell"
  9. command = "flume shell"
  10. help = "The command-line Flume client interface."
  11. [[[ pig ]]]
  12. nice_name = "Pig Shell (Grunt)"
  13. command = "pig -l /dev/null"
  14. help = "The command-line interpreter for Pig"
  15. [[[ hbase ]]]
  16. nice_name = "HBase Shell"
  17. command = "hbase shell"
  18. help = "The command-line HBase client interface."