标签: hadoop hdfs apache-flink flink-streaming
HDFS上有4mc数据。当我使用Flink env.readTextFile(“ hdfs://127.0.0.1:8020 / search_logs / 4mc”)
它不知道压缩格式,所以Flink是否具有相关的API来处理这种压缩格式数据?
谢谢。