prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.97k stars 5.35k forks source link

Deprecated Hadoop properties seen in tests #22375

Open elharo opened 6 months ago

elharo commented 6 months ago

seen when running mvn test -pl :presto-hive -Dtest=TestHivePushdownIntegrationSmokeTest

2024-03-30T06:37:01.575-0600    INFO    Query-20240330_123657_00000_spmes-396   org.apache.hadoop.conf.Configuration.deprecation    io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
2024-03-30T06:37:07.871-0600    INFO    20240330_123657_00000_spmes.1.0.1.0-5-339   org.apache.hadoop.conf.Configuration.deprecation    mapred.output.compress is deprecated. Instead, use mapreduce.output.fileoutputformat.compress
2024-03-30T06:37:08.103-0600    INFO    20240330_123657_00000_spmes.1.0.1.0-5-339   org.apache.hadoop.conf.Configuration.deprecation    mapred.output.compression.codec is deprecated. Instead, use mapreduce.output.fileoutputformat.compress.codec
TishyaaChaudhry commented 5 months ago

I can try doing this. I don't understand the issue too well though. Could you please provide more context on what needs to be done? Thanks