| Class | Description |
|---|---|
| FileSetExample |
An application that illustrates how to use the FileSet dataset.
|
| FileSetService |
A Service to uploads files to, or downloads files from, the "lines" and "counts" file sets.
|
| FileSetService.FileSetHandler |
A handler that allows reading and writing files.
|
| WordCount |
A simple word counter.
|
| WordCount.Counter |
A reducer that sums up the counts for each key.
|
| WordCount.Tokenizer |
A mapper that tokenizes each input line and emits each token with a value of 1.
|
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.