1 mysql
启动mysql
brew services start mysql
abc.ABC.123
2 集群搭建
按照上面文章的方式搭建,启动hdfs、yarn
1 | # 启动yarn |
2.1 hive
create user ‘hadoop‘@’%’ identified by ‘hadoop%HADOOP%123’;
grant all privileges on . to ‘hadoop‘@’%’ with grant option;
flush privileges;
2.2 flink on yarn
在flink lib下增加flink-hadoop兼容包Pre-bundled Hadoop 2.7.5
1 | 启动 |