feat(executor): 完成文件检索扫描功能

使用flink分布式扫描日志文件和数据文件,检索关键词
This commit is contained in:
2024-01-10 16:15:11 +08:00
parent b69512f728
commit be64de7fe8
10 changed files with 328 additions and 144 deletions

View File

@@ -69,6 +69,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>3.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>