小编Fel*_*ler的帖子

Spark streaming network_wordcount.py不会打印结果

我启动ncat控制台,然后提交简单的示例应用程序network_wordcount.py.

当我通过ncat控制台输入单词时,我看到以下输出:

...
15/01/20 16:55:19 INFO scheduler.JobScheduler: Added jobs for time 1421769319000 ms
15/01/20 16:55:19 INFO storage.MemoryStore: ensureFreeSpace(12) called with curMem=65052, maxMem=280248975
15/01/20 16:55:19 INFO storage.MemoryStore: Block input-0-1421769319200 stored as bytes in memory (estimated size 12.0 B, free 267.2 MB)
15/01/20 16:55:19 INFO storage.BlockManagerInfo: Added input-0-1421769319200 in memory on localhost:34754 (size: 12.0 B, free: 267.2 MB)
15/01/20 16:55:19 INFO storage.BlockManagerMaster: Updated info of block input-0-1421769319200 
15/01/20 16:55:19 WARN storage.BlockManager: Block input-0-1421769319200 replicated to only 0 peer(s) instead of 1 peers …
Run Code Online (Sandbox Code Playgroud)

apache-spark spark-streaming

7
推荐指数
1
解决办法
3838
查看次数

标签 统计

apache-spark ×1

spark-streaming ×1