This is an automated email from the ASF dual-hosted git repository. vrozov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apex-malhar.git
The following commit(s) were added to refs/heads/master by this push: new be57b9f APEXMALHAR-2435 specify KeyedWindowedOperatorBenchmarkApp application name be57b9f is described below commit be57b9f63e9b8efae986e05bce2862de30fe59b6 Author: brightchen <bri...@datatorrent.com> AuthorDate: Sat Oct 7 06:04:57 2017 +1100 APEXMALHAR-2435 specify KeyedWindowedOperatorBenchmarkApp application name --- .../datatorrent/benchmark/window/KeyedWindowedOperatorBenchmarkApp.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/src/main/java/com/datatorrent/benchmark/window/KeyedWindowedOperatorBenchmarkApp.java b/benchmark/src/main/java/com/datatorrent/benchmark/window/KeyedWindowedOperatorBenchmarkApp.java index fccc67a..7e38584 100644 --- a/benchmark/src/main/java/com/datatorrent/benchmark/window/KeyedWindowedOperatorBenchmarkApp.java +++ b/benchmark/src/main/java/com/datatorrent/benchmark/window/KeyedWindowedOperatorBenchmarkApp.java @@ -38,12 +38,14 @@ import org.apache.hadoop.conf.Configuration; import com.datatorrent.api.DAG; import com.datatorrent.api.DAG.Locality; +import com.datatorrent.api.annotation.ApplicationAnnotation; import com.datatorrent.lib.fileaccess.TFileImpl; import com.datatorrent.lib.util.KeyValPair; /** * @since 3.7.0 */ +@ApplicationAnnotation(name = "KeyedWindowedOperatorBenchmark") public class KeyedWindowedOperatorBenchmarkApp extends AbstractWindowedOperatorBenchmarkApp< KeyedWindowedOperatorBenchmarkApp.KeyedWindowedGenerator, KeyedWindowedOperatorBenchmarkApp.MyKeyedWindowedOperator> { -- To stop receiving notification emails like this one, please contact ['"commits@apex.apache.org" <commits@apex.apache.org>'].