In an MRS cluster, Location can be set to an OBS file system path during HetuEngine table creation and HetuEngine can connect to OBS through Hive Metastore.
Log in to FusionInsight Manager as a user who has permission to access the HetuEngine web UI. Choose Cluster > Services > HetuEngine. In the Basic Information area in the Dashboard tab, click the link next to HSConsole WebUI. On the displayed HSConsole page, click Compute Instance. In the instance list, click Restart in the Operation column and operate as prompted.
source Client installation directory/bigdata_env
kinit User performing HetuEngine operations
hetu-cli --catalog hive --tenant default --schema default
For details about how to assign permissions to users in the Ranger, see Configuring Ranger Permissions.
hetu-cli --catalog hive --tenant default --schema default --user User performing HetuEngine operations
create table test(name string) with (location = 'obs://Name of the OBS parallel file system/user/hive/warehouse/test');
If a HetuEngine compute instance is running, stop it before restarting the service. After the service is restarted, start this compute instance.