org.apache.spark.examples.streaming.FlumeEventCount类添加进pom.xml的代码
时间: 2023-09-18 22:13:02 浏览: 74
spring的pom.xml
您可以在pom.xml文件中添加以下依赖:
```xml
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming-flume_2.11</artifactId>
<version>2.4.5</version>
</dependency>
```
添加完成后,您就可以在您的代码中使用org.apache.spark.examples.streaming.FlumeEventCount类了。
阅读全文