Repository: kylin Updated Branches: refs/heads/stream_m1 b091ad711 -> 761a8a4c7
rename two test file names to upper case Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/761a8a4c Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/761a8a4c Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/761a8a4c Branch: refs/heads/stream_m1 Commit: 761a8a4c7c469c7eb22660f6001159bd65f762cc Parents: b091ad7 Author: shaofengshi <[email protected]> Authored: Mon Jul 11 16:13:51 2016 +0800 Committer: shaofengshi <[email protected]> Committed: Mon Jul 11 16:13:51 2016 +0800 ---------------------------------------------------------------------- .../kafka/DEFAULT.STREAMING_TABLE.json | 21 ++++++++++++++++++++ .../streaming/DEFAULT.STREAMING_TABLE.json | 6 ++++++ 2 files changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/761a8a4c/examples/test_case_data/localmeta/kafka/DEFAULT.STREAMING_TABLE.json ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/kafka/DEFAULT.STREAMING_TABLE.json b/examples/test_case_data/localmeta/kafka/DEFAULT.STREAMING_TABLE.json new file mode 100644 index 0000000..6a64cce --- /dev/null +++ b/examples/test_case_data/localmeta/kafka/DEFAULT.STREAMING_TABLE.json @@ -0,0 +1,21 @@ +{ + + "uuid": "8b2b9dfe-777c-4d39-bf89-8472ec909193", + "name": "DEFAULT.STREAMING_TABLE", + "topic": "test_streaming_table_topic_xyz", + "timeout": 60000, + "bufferSize": 65536, + "parserName": "org.apache.kylin.source.kafka.TimedJsonStreamParser", + "last_modified": 0, + "clusters": [ + { + "brokers": [ + { + "id": 0, + "host": "sandbox", + "port": 6667 + } + ] + } + ] +} http://git-wip-us.apache.org/repos/asf/kylin/blob/761a8a4c/examples/test_case_data/localmeta/streaming/DEFAULT.STREAMING_TABLE.json ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/streaming/DEFAULT.STREAMING_TABLE.json b/examples/test_case_data/localmeta/streaming/DEFAULT.STREAMING_TABLE.json new file mode 100644 index 0000000..85a477b --- /dev/null +++ b/examples/test_case_data/localmeta/streaming/DEFAULT.STREAMING_TABLE.json @@ -0,0 +1,6 @@ +{ + "uuid": "8b2b9dfe-777c-4d39-bf89-8472ec909193", + "name": "DEFAULT.STREAMING_TABLE", + "type": "kafka", + "last_modified": 0 +}
