You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2017/02/14 23:42:14 UTC

[25/50] [abbrv] phoenix git commit: PHOENIX-3214 Addendum to add Apache Software License to kakfa props

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/44dc576c
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/44dc576c
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/44dc576c

Branch: refs/heads/encodecolumns2
Commit: 44dc576cfe55adca02b63ce312b95abdc301b95c
Parents: 5bfb744
Author: Josh Mahonin <jm...@gmail.com>
Authored: Thu Feb 9 11:35:19 2017 -0500
Committer: Josh Mahonin <jm...@gmail.com>
Committed: Thu Feb 9 11:36:29 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/44dc576c/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/44dc576c/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