为了账号安全,请及时绑定邮箱和手机立即绑定

create table test1(tid int,tname string);执行后出错,控制台错误如下

hive> create table test1(tid int,tname string);

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Got exception: org.apache.hadoop.security.AccessControlException org.apache.hadoop.security.AccessControlException: Permission denied: user=leekin, access=WRITE, inode="":root:supergroup:rwxr-xr-x)


正在回答

1 回答

alter database hive character set latin1;

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
走近大数据之Hive入门
  • 参与学习       54598    人
  • 解答问题       102    个

Hive是基于HDFS的数据仓库,教程将向大家介绍Hive的体系结构

进入课程

create table test1(tid int,tname string);执行后出错,控制台错误如下

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信