Revert "rename the streaming_table.json" This reverts commit ffdc5d21d5f46daaf25a0dfed9b3afeef78fc62c.
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/bec25b46 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/bec25b46 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/bec25b46 Branch: refs/heads/1.5.x-CDH5.7 Commit: bec25b4638835301a102141e56e12cd38d09139f Parents: d1e979b Author: Hongbin Ma <mahong...@apache.org> Authored: Mon Sep 19 23:50:13 2016 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Tue Sep 20 11:43:08 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/bec25b46/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/bec25b46/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 +}