Windows下以Local模式调试SparkStreaming的WordCount例子
1.下载Windows版的NetCat
https://eternallybored.org/misc/netcat/
2.启动NetCat
nc -l -p 9999
3.将SAPRK_HOME\conf\log4j.properties拷贝到项目根目录下,将“INFO”改为“ERROR”,保证只输出关键信息,如下所示
4.启动SparkStreaming测试程序
5.在netcat中输入测试字符串,可以在IDE控制台中看到输出