Kyuubi Administer Tool#

New in version 1.6.0.

Kyuubi administer tool(kyuubi-admin) provides administrators with some maintenance operations against a kyuubi server or cluster.

Installation#

To install kyuubi-admin, you need to unpack the tarball. For example,

tar zxf apache-kyuubi-1.6.0-incubating-bin.tgz

This will result in the creation of a subdirectory named apache-kyuubi-1.6.0-incubating-bin shown below,

apache-kyuubi-1.6.0-incubating-bin
├── ...
├── bin
|   ├── kyuubi-admin
│   ├── ...
├── ...

Usage#

bin/kyuubi-admin --help

Refresh config#

Refresh the config with specified type.

Usage: bin/kyuubi-admin refresh config [options] [<configType>]

Config Type

Description

hadoopConf

The hadoop conf used for proxy user verification.