Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1029#discussion_r50273025
  
    --- Diff: storm-core/src/jvm/org/apache/storm/trident/Stream.java ---
    @@ -57,6 +57,23 @@
     import org.apache.storm.trident.state.StateUpdater;
     import org.apache.storm.trident.util.TridentUtils;
     
    +/**
    + * 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 in the cluster, and operations are
    + * applied to a stream in parallel accross each partition.
    + *
    + * There are five types of operations that can be performed on streams in 
Trident
    + *
    + * 1. **Partiton-Local Operations** - Operations that are applied locally 
to each partition and do not involve network
    + * transfer
    + * 2. **Repartitioning Operations** - Operations that that change how 
tuples are partitioned across tasks(thus causing
    --- End diff --
    
    `Operations that *that* change` extra that


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to