This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 26ae5ee Adding missing presto quickstart examples (#5323)
26ae5ee is described below
commit 26ae5ee83f077d1719ef9f4a0ecf4e4af169e1ae
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Apr 30 21:23:41 2020 -0700
Adding missing presto quickstart examples (#5323)
---
.../pinot-presto/etc/catalog/pinot.properties | 29 ++++++++++++++++++++++
.../etc/catalog/pinot_quickstart.properties | 28 +++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/docker/images/pinot-presto/etc/catalog/pinot.properties
b/docker/images/pinot-presto/etc/catalog/pinot.properties
new file mode 100644
index 0000000..80fed82
--- /dev/null
+++ b/docker/images/pinot-presto/etc/catalog/pinot.properties
@@ -0,0 +1,29 @@
+#
+# 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.
+#
+
+connector.name=pinot
+pinot.controller-urls=pinot-controller:9000
+pinot.controller-rest-service=pinot-controller:9000
+
+pinot.limit-large-for-segment=1
+pinot.allow-multiple-aggregations=true
+pinot.use-date-trunc=true
+pinot.infer-date-type-in-schema=true
+pinot.infer-timestamp-type-in-schema=true
+
diff --git a/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties
b/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties
new file mode 100644
index 0000000..ddc938f
--- /dev/null
+++ b/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties
@@ -0,0 +1,28 @@
+#
+# 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.
+#
+
+connector.name=pinot
+pinot.controller-urls=pinot-quickstart:9000
+pinot.controller-rest-service=pinot-quickstart:9000
+
+pinot.limit-large-for-segment=1
+pinot.allow-multiple-aggregations=true
+pinot.use-date-trunc=true
+pinot.infer-date-type-in-schema=true
+pinot.infer-timestamp-type-in-schema=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]