Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion storm-client/src/jvm/org/apache/storm/trident/Stream.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

/**
* A Stream represents the core data model in Trident, and can be thought of as a "stream" of tuples that are processed as a series of small
* batches. A stream is partitioned accross the nodes in the cluster, and operations are applied to a stream in parallel accross each
* batches. A stream is partitioned across the nodes in the cluster, and operations are applied to a stream in parallel across each
* partition.
*
* <p>There are five types of operations that can be performed on streams in Trident
Expand Down