If a compute instance is not created or started, you can log in to the HetuEngine client to create or start the compute instance. This section describes how to manage a compute instance on the client in the O&M or service scenario.
For details about how to create a user, see Creating a HetuEngine User.
cd /opt/client
source bigdata_env
kinit hetu_test
hetu-cli --catalog hive --tenant default --schema default
hetu-cli --catalog hive --tenant default --schema default --user hetu_test
hetu_test is a service user who has at least the tenant role specified by --tenant and cannot be an OS user.
Parameter description: