nsivabalan commented on PR #17941: URL: https://github.com/apache/hudi/pull/17941#issuecomment-3789119414
Isn't the default parquet version is 1.10.1 for spark3.5? ``` mvn dependency:tree -Dincludes=org.apache.parquet:parquet-avro: -pl packaging/hudi-utilities-bundle -am ``` Output: ``` [INFO] -----------------< org.apache.hudi:hudi-spark-client >------------------ [INFO] Building hudi-spark-client 1.2.0-SNAPSHOT [10/20] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] net.minidev:json-smart/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/minidev/json-smart/maven-metadata.xml [INFO] [INFO] --- maven-dependency-plugin:3.9.0:tree (default-cli) @ hudi-spark-client --- [WARNING] net.minidev:json-smart/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/minidev/json-smart/maven-metadata.xml [INFO] org.apache.hudi:hudi-spark-client:jar:1.2.0-SNAPSHOT [INFO] \- org.apache.parquet:parquet-avro:jar:1.10.1:provided [INFO] -------------< org.apache.hudi:hudi-utilities-bundle_2.12 >------------- [INFO] Building hudi-utilities-bundle_2.12 1.2.0-SNAPSHOT [20/20] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] net.minidev:json-smart/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/minidev/json-smart/maven-metadata.xml [INFO] [INFO] --- maven-dependency-plugin:3.9.0:tree (default-cli) @ hudi-utilities-bundle_2.12 --- [WARNING] net.minidev:json-smart/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/minidev/json-smart/maven-metadata.xml [INFO] org.apache.hudi:hudi-utilities-bundle_2.12:jar:1.2.0-SNAPSHOT [INFO] \- org.apache.parquet:parquet-avro:jar:1.10.1:compile ``` -- 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]
