source /opt/client/bigdata_env
kinit MRS cluster user
Example: kinit hiveuser
The current user must have the permission to create Hive tables..
beeline
create table test_obs(a int, b string) row format delimited fields terminated by "," stored as textfile location "obs://test_obs";