hive.security.authorization.enabled是在hive-site配置还是在hiveserver2-site配
答案:1 悬赏:60 手机版
解决时间 2021-03-26 22:31
- 提问者网友:溺爱和你
- 2021-03-26 11:14
hive.security.authorization.enabled是在hive-site配置还是在hiveserver2-site配
最佳答案
- 五星知识达人网友:醉吻情书
- 2021-03-26 12:28
import org.apache.hadoop.hive.ql.parse.SemanticException;
import org.apache.hadoop.hive.ql.session.SessionState;
public class HiveAdmin extends AbstractSemanticAnalyzerHook {
private static String admin = "admin";
private static final Log LOG = LogFactory.getLog(HiveAdmin.class);
@Override
public ASTNode preAnalyze(HiveSemanticAnalyzerHookContext context,
ASTNode ast) throws SemanticException {
String userName = null;
String Authenticator="null";
import org.apache.hadoop.hive.ql.session.SessionState;
public class HiveAdmin extends AbstractSemanticAnalyzerHook {
private static String admin = "admin";
private static final Log LOG = LogFactory.getLog(HiveAdmin.class);
@Override
public ASTNode preAnalyze(HiveSemanticAnalyzerHookContext context,
ASTNode ast) throws SemanticException {
String userName = null;
String Authenticator="null";
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯