[GitHub] codecov-io commented on issue #3813: Refactor Hadoop Jobs

2019-02-08 Thread GitBox
codecov-io commented on issue #3813: Refactor Hadoop Jobs URL: https://github.com/apache/incubator-pinot/pull/3813#issuecomment-462018163 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3813?src=pr=h1) Report > Merging

[GitHub] Jackie-Jiang opened a new pull request #3813: Refactor Hadoop Jobs

2019-02-08 Thread GitBox
Jackie-Jiang opened a new pull request #3813: Refactor Hadoop Jobs URL: https://github.com/apache/incubator-pinot/pull/3813 - Make Hadoop Jobs easier to extend - Add interface ControllerRestApi to provide APIs for config fetching and segment pushing - Add BaseSegmentJob abstract

Re: [MENTORS] Unapproved releases

2019-02-08 Thread Seunghyun Lee
I removed those from github release page. Best, Seunghyun On Fri, Feb 8, 2019 at 5:05 PM Seunghyun Lee wrote: > Sorry for this. I was trying out the maven-release plugin (first time to > use this plugin) and this got automatically created. I will probably go > with an option of doing it

Re: [MENTORS] Unapproved releases

2019-02-08 Thread Seunghyun Lee
Sorry for this. I was trying out the maven-release plugin (first time to use this plugin) and this got automatically created. I will probably go with an option of doing it manually. I will clean up these. Best, Seunghyun On Fri, Feb 8, 2019 at 4:56 PM Felix Cheung wrote: > I think this

[GitHub] akshayrai merged pull request #3812: [TE] Refactor detection & preview API for better debugging

2019-02-08 Thread GitBox
akshayrai merged pull request #3812: [TE] Refactor detection & preview API for better debugging URL: https://github.com/apache/incubator-pinot/pull/3812 This is an automated message from the Apache Git Service. To respond

Re: [MENTORS] Unapproved releases

2019-02-08 Thread Felix Cheung
I think this happens automatically by GitHub when a git tag is pushed? From: kishore g Sent: Friday, February 8, 2019 3:34 PM To: dev@pinot.apache.org Subject: Re: [MENTORS] Unapproved releases Thanks Justin. I will take a look at it. Olivier, we might need

[GitHub] akshayrai merged pull request #3811: [TE] frontend - harleyjj/alert-details - updates to alert-details com…

2019-02-08 Thread GitBox
akshayrai merged pull request #3811: [TE] frontend - harleyjj/alert-details - updates to alert-details com… URL: https://github.com/apache/incubator-pinot/pull/3811 This is an automated message from the Apache Git Service.

[GitHub] akshayrai commented on a change in pull request #3810: [TE] detection - caching & configure time granularity

2019-02-08 Thread GitBox
akshayrai commented on a change in pull request #3810: [TE] detection - caching & configure time granularity URL: https://github.com/apache/incubator-pinot/pull/3810#discussion_r255273968 ## File path:

[GitHub] akshayrai opened a new pull request #3812: [TE] Refactor detection pipeline & preview for better debugging

2019-02-08 Thread GitBox
akshayrai opened a new pull request #3812: [TE] Refactor detection pipeline & preview for better debugging URL: https://github.com/apache/incubator-pinot/pull/3812 This is an automated message from the Apache Git Service.

Re: [MENTORS] Unapproved releases

2019-02-08 Thread kishore g
Thanks Justin. I will take a look at it. Olivier, we might need your expertise here. On Fri, Feb 8, 2019 at 2:24 PM Justin Mclean wrote: > Hi, > > Sorry to bother you again, but It seems this is not sinking in. I can see > you have just marked a release candidate as a release here. [1] Mentors

[GitHub] jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks

2019-02-08 Thread GitBox
jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks URL: https://github.com/apache/incubator-pinot/pull/3790#discussion_r255260454 ## File path:

[GitHub] jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks

2019-02-08 Thread GitBox
jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks URL: https://github.com/apache/incubator-pinot/pull/3790#discussion_r255260388 ## File path:

[GitHub] jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks

2019-02-08 Thread GitBox
jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks URL: https://github.com/apache/incubator-pinot/pull/3790#discussion_r255260486 ## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/yaml/YamlResource.java

[GitHub] jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks

2019-02-08 Thread GitBox
jihaozh commented on a change in pull request #3790: [TE] yaml - onboarding tasks URL: https://github.com/apache/incubator-pinot/pull/3790#discussion_r255260388 ## File path:

[GitHub] jihaozh opened a new pull request #3810: [TE] detection - caching & configure time granularity

2019-02-08 Thread GitBox
jihaozh opened a new pull request #3810: [TE] detection - caching & configure time granularity URL: https://github.com/apache/incubator-pinot/pull/3810 - Add the ability to configure time granularity in YAML - Reduce the number of time querying pinot in detection by catching time

[GitHub] codecov-io edited a comment on issue #3671: Make different PinotFS concrete classes have the same behaviors

2019-02-08 Thread GitBox
codecov-io edited a comment on issue #3671: Make different PinotFS concrete classes have the same behaviors URL: https://github.com/apache/incubator-pinot/pull/3671#issuecomment-452940403 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3671?src=pr=h1) Report > Merging

[GitHub] akshayrai merged pull request #3806: [TE] Remove duplicate alert validation for update

2019-02-08 Thread GitBox
akshayrai merged pull request #3806: [TE] Remove duplicate alert validation for update URL: https://github.com/apache/incubator-pinot/pull/3806 This is an automated message from the Apache Git Service. To respond to the

[GitHub] akshayrai opened a new pull request #3809: [TE] Validation info to display on UI

2019-02-08 Thread GitBox
akshayrai opened a new pull request #3809: [TE] Validation info to display on UI URL: https://github.com/apache/incubator-pinot/pull/3809 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] codecov-io commented on issue #3808: [PINOT-7] Add Remainder TransformFunction and test

2019-02-08 Thread GitBox
codecov-io commented on issue #3808: [PINOT-7] Add Remainder TransformFunction and test URL: https://github.com/apache/incubator-pinot/pull/3808#issuecomment-461794822 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3808?src=pr=h1) Report > Merging

[GitHub] xueyumusic opened a new pull request #3808: [PINOT-7] Add Remainder TransformFunction and test

2019-02-08 Thread GitBox
xueyumusic opened a new pull request #3808: [PINOT-7] Add Remainder TransformFunction and test URL: https://github.com/apache/incubator-pinot/pull/3808 Pinot has ADD, SUB, MULT, DIV binary transform functions right now, MOD(remainder) is another commonly used binary operators. It maybe an

[GitHub] snleee opened a new pull request #3807: Reserve version 0.2.0 for the next release

2019-02-08 Thread GitBox
snleee opened a new pull request #3807: Reserve version 0.2.0 for the next release URL: https://github.com/apache/incubator-pinot/pull/3807 This is an automated message from the Apache Git Service. To respond to the