1.路径报错
org.apache.spark.sql.AnalysisException: Unable to infer schema for Parquet. It must be specified manually.;
org.apache.hudi.exception.HoodieException: 'path' must be specified.
org.apache.hudi.exception.HoodieException: 'path' must be specified.
检查代码
后面的路径是正确
spark.read.format("org.apache.hudi").load("/opt/soft/spark-2.4.4/output"+"/*/*").show()



