public class WindowWordCount extends Object
The input is a plain text file with lines separated by newline characters.
Usage: WordCount --input <path> --output <path> --window <n> --slide <n>
If no parameters are provided, the program is run with default data from
WordCountData.
This example shows how to:
| Constructor and Description |
|---|
WindowWordCount() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.