danbosnichill commented on pull request #5476:
URL: https://github.com/apache/incubator-pinot/pull/5476#issuecomment-703051117
Sorry, I took too long to get back to this. The code has changed a bit.
I'll delete this.
This
danbosnichill closed pull request #5476:
URL: https://github.com/apache/incubator-pinot/pull/5476
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
yupeng9 opened a new pull request #6102:
URL: https://github.com/apache/incubator-pinot/pull/6102
## Description
Part of a series of PRs for #4261
Check this
[doc](https://docs.google.com/document/d/1qljEMndPMxbbKtjlVn9mn2toz7Qrk0TGQsHLfI--7h8/edit#heading=h.lsfmyoyyxtgt)
out for the
harleyjj opened a new pull request #6101:
URL: https://github.com/apache/incubator-pinot/pull/6101
…over time range
## Description
Given a detection id, start time, and end time, this endpoint provides the
user with various performance metrics based on the labels of anomalies
ava
yupeng9 commented on a change in pull request #6096:
URL: https://github.com/apache/incubator-pinot/pull/6096#discussion_r499107830
##
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/TableConfig.java
##
@@ -265,4 +266,9 @@ public void setIngestionConfig(In
yupeng9 commented on a change in pull request #6096:
URL: https://github.com/apache/incubator-pinot/pull/6096#discussion_r499107805
##
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/UpsertConfig.java
##
@@ -27,44 +27,22 @@
public class UpsertConfig e
yupeng9 commented on a change in pull request #6096:
URL: https://github.com/apache/incubator-pinot/pull/6096#discussion_r499107725
##
File path: pinot-spi/src/main/java/org/apache/pinot/spi/data/Schema.java
##
@@ -66,6 +66,9 @@
private TimeFieldSpec _timeFieldSpec;
priva
Jackie-Jiang commented on a change in pull request #6096:
URL: https://github.com/apache/incubator-pinot/pull/6096#discussion_r499105212
##
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/UpsertConfig.java
##
@@ -27,44 +27,22 @@
public class UpsertCon
Jackie-Jiang commented on a change in pull request #6020:
URL: https://github.com/apache/incubator-pinot/pull/6020#discussion_r499103367
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/listener/ClusterInstanceConfigChangeListener.java
##
@@
Jackie-Jiang opened a new pull request #6100:
URL: https://github.com/apache/incubator-pinot/pull/6100
## Description
For #6092
Currently we allow generating new star-trees during the segment reload when
there is no existing ones.
This PR adds the support of modifying or removing
Jackie-Jiang commented on issue #6092:
URL:
https://github.com/apache/incubator-pinot/issues/6092#issuecomment-703022706
Allow modifying/removing existing star-trees during segment reload: #6100
This is an automated message
yupeng9 commented on issue #5807:
URL:
https://github.com/apache/incubator-pinot/issues/5807#issuecomment-703010708
At Uber, we use Presto/Pinot connector and we plan to migrate to the
SQL-based connector by the end of 2020.
+1 to using SQL onward.
icefury71 commented on issue #6099:
URL:
https://github.com/apache/incubator-pinot/issues/6099#issuecomment-703006917
Good point. Yes we should probably continue such safeguards but try to make
other things as consistent as possible.
On Fri, Oct 2, 2020 at 4:43 PM Subbu Subramania
mcvsubbu commented on issue #6099:
URL:
https://github.com/apache/incubator-pinot/issues/6099#issuecomment-703002912
A word of caution on this. For table deletion, we specifically added table
type sometime back (not sure if it is still there), preventing the operator
from deleting realtim
icefury71 opened a new issue #6099:
URL: https://github.com/apache/incubator-pinot/issues/6099
There are a few class of issues with the API today
* Config Field name (eg: tablename inside table config sometimes has type -
sometimes not)
* get and put json payloads: json retrieved from
dongxiaoman opened a new issue #6098:
URL: https://github.com/apache/incubator-pinot/issues/6098
Currently we are not seeing an aggregated per-host `realtimeRowsConsumed`
metric when using LLC. That metric is useful because currently
per-partition-per-table metric is too much detail meant
This is an automated email from the ASF dual-hosted git repository.
jihao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 267abef [TE] Refactor. ThirdEye Principal should be immutable. (#6085)
add 1126cac [TE] move dashboard
jihaozh merged pull request #6058:
URL: https://github.com/apache/incubator-pinot/pull/6058
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
mayankshriv commented on issue #5807:
URL:
https://github.com/apache/incubator-pinot/issues/5807#issuecomment-702984608
Just wanted to update this thread to state that we (LinkedIn) are targeting
to migrate our users from PQL to SQL by Dec 2020, after which we would be ready
to start depr
vincentchenjl closed pull request #6091:
URL: https://github.com/apache/incubator-pinot/pull/6091
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
vincentchenjl opened a new pull request #6097:
URL: https://github.com/apache/incubator-pinot/pull/6097
This PR is to fix issue of not publishing thirdeye-dashboard.
This is an automated message from the Apache Git Service.
yupeng9 opened a new pull request #6096:
URL: https://github.com/apache/incubator-pinot/pull/6096
## Description
Part of a series of PRs for
https://github.com/apache/incubator-pinot/issues/4261
Check this
[doc](https://docs.google.com/document/d/1qljEMndPMxbbKtjlVn9mn2toz7Qrk0TG
This is an automated email from the ASF dual-hosted git repository.
apucher 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 267abef [TE] Refactor. ThirdEye Princ
apucher merged pull request #6085:
URL: https://github.com/apache/incubator-pinot/pull/6085
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
KKcorps commented on pull request #6020:
URL: https://github.com/apache/incubator-pinot/pull/6020#issuecomment-702888304
@mcvsubbu The issue is the changes are needed for new /Brokers api.
The plan is to call the API to fetch the brokers for a tenant from JDBC
driver. The current impleme
Jackie-Jiang opened a new issue #6095:
URL: https://github.com/apache/incubator-pinot/issues/6095
For offline/realtime/hybrid table
This is an automated message from the Apache Git Service.
To respond to the message, please l
This is an automated email from the ASF dual-hosted git repository.
nehapawar 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 9929dad Adding more table config va
npawar merged pull request #6073:
URL: https://github.com/apache/incubator-pinot/pull/6073
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
KKcorps commented on a change in pull request #6020:
URL: https://github.com/apache/incubator-pinot/pull/6020#discussion_r498706060
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/listener/ClusterInstanceConfigChangeListener.java
##
@@ -0,0
KKcorps commented on a change in pull request #6020:
URL: https://github.com/apache/incubator-pinot/pull/6020#discussion_r498650655
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/listener/ClusterInstanceConfigChangeListener.java
##
@@ -0,0
30 matches
Mail list logo