public class StreamSQLTestProgram extends Object
Includes the following SQL features: - OVER window aggregation - keyed and non-keyed GROUP BY TUMBLE aggregation - windowed INNER JOIN - TableSource with event-time attribute
The stream is bounded and will complete after about a minute. The result is always constant. The job is killed on the first attempt and restarted.
Parameters: -outputPath Sets the path to where the result data is written.
Modifier and Type | Class and Description |
---|---|
static class |
StreamSQLTestProgram.Generator
Data-generating source function.
|
static class |
StreamSQLTestProgram.GeneratorTableSource
TableSource for generated data.
|
static class |
StreamSQLTestProgram.KillMapper
Kills the first execution attempt of an application when it receives the second record.
|
Constructor and Description |
---|
StreamSQLTestProgram() |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.