[incubator-pinot] branch master updated: Adding config to use let controller/broker/server to set hostname (#4517)

2019-08-10 Thread xiangfu
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 3236e40 Adding config to use let

[incubator-pinot] branch prefer_host_name_over_ip deleted (was 6fbacb2)

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch prefer_host_name_over_ip in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 6fbacb2 address comments The revisions that were on this branch are still contained in

[GitHub] [incubator-pinot] fx19880617 merged pull request #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
fx19880617 merged pull request #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517 This is an automated message from the Apache Git Service. To

[incubator-pinot] branch fix_combine_node_issue created (now 867dd66)

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch fix_combine_node_issue in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 867dd66 Make MAX_PLAN_THREADS >= 1 This branch includes the following new commits:

[incubator-pinot] 01/01: Make MAX_PLAN_THREADS >= 1

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch fix_combine_node_issue in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 867dd66facea5ec246438d6bdcac8f759dde9617 Author: Xiang Fu AuthorDate: Sat Aug 10 02:50:46

[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
kishoreg commented on a change in pull request #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517#discussion_r312708036 ## File path:

[incubator-pinot] branch prefer_host_name_over_ip updated (9223af0 -> 6fbacb2)

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch prefer_host_name_over_ip in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 9223af0 Adding config to use let controller/broker/server to set hostname add

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
fx19880617 commented on a change in pull request #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517#discussion_r312712779 ## File path:

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4475: Add sql +, -, *, / symbol arith

2019-08-10 Thread GitBox
codecov-io edited a comment on issue #4475: Add sql +, -, *, / symbol arith URL: https://github.com/apache/incubator-pinot/pull/4475#issuecomment-515731033 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4475?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] codecov-io commented on issue #4519: Add support sql query http api

2019-08-10 Thread GitBox
codecov-io commented on issue #4519: Add support sql query http api URL: https://github.com/apache/incubator-pinot/pull/4519#issuecomment-520156371 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4519?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] fx19880617 commented on issue #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
fx19880617 commented on issue #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517#issuecomment-520173136 Instance_id is part of helix instance id (Broker_/Server_). So it will be logged everywhere along

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
codecov-io edited a comment on issue #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517#issuecomment-520128479 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4517?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
fx19880617 opened a new pull request #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517 The motivation for this PR is to support cloud deployment in k8s. In a cloud deployment, usually ip address is not

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #4518: Make MAX_PLAN_THREADS >= 1

2019-08-10 Thread GitBox
fx19880617 opened a new pull request #4518: Make MAX_PLAN_THREADS >= 1 URL: https://github.com/apache/incubator-pinot/pull/4518 MAX_PLAN_THREADS could be 0 in k8s environment. (https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-cpu)

[GitHub] [incubator-pinot] xueyumusic opened a new pull request #4519: Add support sql query http api

2019-08-10 Thread GitBox
xueyumusic opened a new pull request #4519: Add support sql query http api URL: https://github.com/apache/incubator-pinot/pull/4519 This PR adds support calcite sql query http api, the updates are: 1. Rename PqlQueryResource to PinotQueryResource 2. Adds http post api `/queryByFormat`

[incubator-pinot] branch prefer_host_name_over_ip created (now 9223af0)

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch prefer_host_name_over_ip in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 9223af0 Adding config to use let controller/broker/server to set hostname This branch

[incubator-pinot] 01/01: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch prefer_host_name_over_ip in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 9223af0c3121307b54177364f23ce8fce1c6056c Author: Xiang Fu AuthorDate: Sat Aug 10 00:05:13

[GitHub] [incubator-pinot] codecov-io commented on issue #4518: Make MAX_PLAN_THREADS >= 1

2019-08-10 Thread GitBox
codecov-io commented on issue #4518: Make MAX_PLAN_THREADS >= 1 URL: https://github.com/apache/incubator-pinot/pull/4518#issuecomment-520138328 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4518?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] codecov-io commented on issue #4517: Adding config to use let controller/broker/server to set hostname

2019-08-10 Thread GitBox
codecov-io commented on issue #4517: Adding config to use let controller/broker/server to set hostname URL: https://github.com/apache/incubator-pinot/pull/4517#issuecomment-520128479 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4517?src=pr=h1) Report > Merging

[incubator-pinot] branch fix_combine_node_issue updated (867dd66 -> 52ee91b)

2019-08-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch fix_combine_node_issue in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 867dd66 Make MAX_PLAN_THREADS >= 1 add 52ee91b add more commets No new revisions

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4518: Make MAX_PLAN_THREADS >= 1

2019-08-10 Thread GitBox
codecov-io edited a comment on issue #4518: Make MAX_PLAN_THREADS >= 1 URL: https://github.com/apache/incubator-pinot/pull/4518#issuecomment-520138328 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4518?src=pr=h1) Report > Merging