背景:由于Hive需要开启权限管理,安装网上教程,开启权限配置,重启集群后。 使用root用户登录,进入Hive命令行界面。 执行 create database test; 发现报错: Authorization failed:No privilege Create found for outputs { }. Use SHOW GRANT to get more details
官网下载flink
根据官方文档进行安装
flink运行wordCount
代码在https://ci.apache.org/projects/flink/flink-docs-release-1.10/getting-started/tutorials/local_setup.html 官方教程
public static void main(String[] args) throws Exception {
// the port to connect to