From 862ec14d34ed61d4b66093402bc343221cb35c15 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Fri, 24 May 2019 10:17:40 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Spark=5FStreaming=E6=95=B4=E5=90=88Flu?= =?UTF-8?q?me.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Spark_Streaming整合Flume.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/notes/Spark_Streaming整合Flume.md b/notes/Spark_Streaming整合Flume.md index eacbfd0..d8828ea 100644 --- a/notes/Spark_Streaming整合Flume.md +++ b/notes/Spark_Streaming整合Flume.md @@ -116,7 +116,6 @@ object PushBasedWordCount { 这里我采用的是第三种方式:使用`maven-shade-plugin`插件进行`ALL IN ONE`打包,把所有依赖的Jar一并打入最终包中。需要注意的是`spark-streaming`包在Spark安装目录的`jars`目录中已经提供,所以不需要打入。插件配置如下: > 关于大数据应用常用打包方式单独整理至:[大数据应用常用打包方式](https://github.com/heibaiying/BigData-Notes/blob/master/notes/大数据应用常用打包方式.md) -> > 本项目完整源码见:[spark-streaming-flume](https://github.com/heibaiying/BigData-Notes/tree/master/code/spark/spark-streaming-flume) ```xml @@ -169,8 +168,8 @@ object PushBasedWordCount { - - + + @@ -357,4 +356,4 @@ spark-submit \ ## 参考资料 -1. [streaming-flume-integration](https://spark.apache.org/docs/latest/streaming-flume-integration.html) \ No newline at end of file +1. [streaming-flume-integration](https://spark.apache.org/docs/latest/streaming-flume-integration.html)