Repository: phoenix Updated Branches: refs/heads/master 3519b3b54 -> 41d6349bd
PHOENIX-3214 Addendum to add Apache Software License to kakfa props Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/41d6349b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/41d6349b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/41d6349b Branch: refs/heads/master Commit: 41d6349bd50de1ef13a52a8b146c01b504e60aeb Parents: 3519b3b Author: Josh Mahonin <[email protected]> Authored: Thu Feb 9 11:35:19 2017 -0500 Committer: Josh Mahonin <[email protected]> Committed: Thu Feb 9 11:35:19 2017 -0500 ---------------------------------------------------------------------- phoenix-kafka/src/it/resources/consumer.props | 22 +++++++++++++++++++++- phoenix-kafka/src/it/resources/producer.props | 22 +++++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/41d6349b/phoenix-kafka/src/it/resources/consumer.props ---------------------------------------------------------------------- diff --git a/phoenix-kafka/src/it/resources/consumer.props b/phoenix-kafka/src/it/resources/consumer.props index eb490d7..703fd7c 100644 --- a/phoenix-kafka/src/it/resources/consumer.props +++ b/phoenix-kafka/src/it/resources/consumer.props @@ -1,3 +1,23 @@ +############################################################################ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +############################################################################ + serializer=regex serializer.rowkeyType=uuid serializer.regex=([^\,]*),([^\,]*),([^\,]*) @@ -9,4 +29,4 @@ ddl=CREATE TABLE IF NOT EXISTS SAMPLE1(uid VARCHAR NOT NULL,c1 VARCHAR,c2 VARCHA bootstrap.servers=localhost:9092 topics=topic1,topic2 -poll.timeout.ms=100 \ No newline at end of file +poll.timeout.ms=100 http://git-wip-us.apache.org/repos/asf/phoenix/blob/41d6349b/phoenix-kafka/src/it/resources/producer.props ---------------------------------------------------------------------- diff --git a/phoenix-kafka/src/it/resources/producer.props b/phoenix-kafka/src/it/resources/producer.props index 31e7caa..4c3cd2f 100644 --- a/phoenix-kafka/src/it/resources/producer.props +++ b/phoenix-kafka/src/it/resources/producer.props @@ -1,4 +1,24 @@ +############################################################################ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +############################################################################ + bootstrap.servers=localhost:9092 auto.commit.interval.ms=1000 key.serializer=org.apache.kafka.common.serialization.StringSerializer -value.serializer=org.apache.kafka.common.serialization.StringSerializer \ No newline at end of file +value.serializer=org.apache.kafka.common.serialization.StringSerializer
