Repository: kylin Updated Branches: refs/heads/master a0d8ab988 -> 2146f2b00
KYLIN-1726 rename streaming config files 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/2146f2b0 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2146f2b0 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2146f2b0 Branch: refs/heads/master Commit: 2146f2b00389e382637f0e3f620c0412ea24db3f Parents: a0d8ab9 Author: shaofengshi <shaofeng...@apache.org> Authored: Wed Aug 10 09:55:19 2016 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Wed Aug 10 09:55:19 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/2146f2b0/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..c97927d --- /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/2146f2b0/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..6eb4a88 --- /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 +}