将hudi-flink1.18-bundle-0.15.0.jar放到flink_home/lib下面重启Flink集群
在hive_home下面创建auxlib文件夹,将hudi-hadoop-mr-bundle-0.15.0.jar放到auxlib文件夹中,重启Hive服务
# Enable hive metastore and hiveserver2
nohup ./bin/hive --service metastore &
nohup ./bin/hive --service hiveserver2 &