hudi-bot opened a new issue, #15267: URL: https://github.com/apache/hudi/issues/15267
When trying to complie hudi base on hadoop 3.1.0 with maven command: mvn clean install -DskipTests -D rat.skip=true -D scala-2.12 -D hadoop.version=3.1.0 -D hive.version=3.0.0 -P flink-bundle-shade -hive3 I met this error: /HoodieParquetDataBlock.java:[110,44] For FSDataOutputStream (java.io.ByteArrayOutputStream),Cann't find valid construtor org.apache.hadoop.fs.FSDataOutputStream.FSDataOutputStream(java.io.OutputStream,org.apache.hadoop.fs.FileSystem.Statistics) invalid. The contrutor "public FSDataOutputStream(OutputStream out)" have been deprecated and removed since hadoop3.0, please use FSDataOutputStream(OutputStream out, Statistics stats) instead. I had fix this on my personal fork,please assigne a task to me so I can make mq. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-4352 - Type: Bug -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
