cnauroth commented on PR #7737: URL: https://github.com/apache/hadoop/pull/7737#issuecomment-3238311522
@zabetak and @slfan1989 , sorry, I think we may need to revert #7766 and #7737 . I noticed that all of the deprecation warnings are coming out in shell command output, which is unexpected and may break scripting. These are warnings for properties declared in core-default.xml, so they aren't easily within the user's control. ``` > bin/hadoop fs -ls gs://cnauroth-bucket 2025-08-29 21:08:04,116 INFO Configuration.deprecation: fs.default.name in core-default.xml is deprecated. Instead, use fs.defaultFS 2025-08-29 21:08:04,311 INFO Configuration.deprecation: fs.default.name in core-default.xml is deprecated. Instead, use fs.defaultFS 2025-08-29 21:08:04,397 INFO Configuration.deprecation: fs.default.name in core-default.xml is deprecated. Instead, use fs.defaultFS 2025-08-29 21:08:04,558 INFO Configuration.deprecation: fs.default.name in core-default.xml is deprecated. Instead, use fs.defaultFS 2025-08-29 21:08:04,724 INFO Configuration.deprecation: io.bytes.per.checksum in core-default.xml is deprecated. Instead, use dfs.bytes-per-checksum 2025-08-29 21:08:04,724 INFO Configuration.deprecation: fs.default.name in core-default.xml is deprecated. Instead, use fs.defaultFS Found 80 items ... ``` -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org