ayushtkn opened a new pull request, #3652: URL: https://github.com/apache/hive/pull/3652
### What changes were proposed in this pull request? Make the Jar path fully qualified, so as to prevent resolution to fs.defaultFs in any application ### Why are the changes needed? Some applications don't explicitly assume the path to LFS, rather resolve to fs.defaultFs ### Does this PR introduce _any_ user-facing change? Nopes. ### How was this patch tested? Build distribution & tried the same command. Doesn't happen in Tests due to https://github.com/apache/hive/blob/9db31108e1a44b2fb0436134fa78eea79418d4ad/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java#L249-L252 May be specific to query engines as well. Tez I suppose alway expects the Path to be in LFS -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
