[ANNOUNCE] Apache Pinot (incubating) 0.7.1 released

2021-04-14 Thread Fu Xiang
Hello Community,

We are pleased to announce that Apache Pinot (incubating) 0.7.1 is released!

Apache Pinot (incubating) is a distributed columnar storage engine that can
ingest data in real-time and serve analytical queries at low latency.

The release can be downloaded at https://pinot.apache.org/download

The release note is available at
https://docs.pinot.apache.org/basics/releases/0.7.1

Additional resources -
Project website: https://pinot.apache.org
Getting started: https://docs.pinot.apache.org/getting-started
Pinot developer blogs: https://medium.com/apache-pinot-developer-blog
Intro to Pinot Video: https://www.youtube.com/watch?v=T70jTTYhYyM

Join Pinot Community -
Twitter: https://twitter.com/ApachePinot
Meetup: https://www.meetup.com/apache-pinot/
Slack channel: https://communityinviter.com/apps/apache-pinot/apache-pinot
Pinot Dev Mailing-list: d...@pinot.apache.org


Best Regards,

Apache Pinot (incubating) Team


[RESULT] [VOTE] Release Apache Pinot (incubating) 0.7.1 RC0

2021-04-14 Thread Fu Xiang
Thanks to everyone who participated in the vote. The voting is now closed
and it has passed with 4 +1 and no 0 or -1 votes.

Binding:
+1 Xun Liu (non-binding)
+1 Justin Mclean (binding)
+1 Felix Cheung (binding)
+1 Kishore Gopalakrishna (binding)

Voting thread:
https://lists.apache.org/thread.html/rd230100904c7d63c42da3feb2965c609c891ebed73d2ad932f01a88a%40%3Cgeneral.incubator.apache.org%3E


Thanks,
Apache Pinot (incubating) community


Re: [VOTE] Release Apache Pinot (incubating) 0.7.1 RC0

2021-04-14 Thread Fu Xiang
Thanks, Justin,

Which OS and maven version are you using? I just ran all the tests on my
ubuntu machine, and it's pretty stable. We will go through your
configuration during next release :P

 Best,

Xiang

On Tue, Apr 13, 2021 at 3:30 PM Justin Mclean 
wrote:

> Hi,
>
> Changing my vote to +1 (binding).
>
> > Pinot has a nodejs based UI component under pinot-controller
> > <
> https://github.com/apache/incubator-pinot/tree/release-0.7.1-rc0/pinot-controller/src/main/resources
> >.
> > Those dependencies are from the generated directories node_modules/dist
> > after the npm build, which were previously packaged into src dist and
> > removed since this version.
>
> Thanks for the explanation.
>
> > Can I ask for an exception for this release, and I will fix it before the
> > next release?
>
> Well I guess having extra information in your LICENSE is not as bad as
> missing license information. Please correct this for the next release.
>
> > Regarding the test failing issue, are you running it using JDK 8?
>
> I was using JDK 8 yes.
>
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

-- 
Xiang Fu


Re: [VOTE] Release Apache Pinot (incubating) 0.7.1 RC0

2021-04-13 Thread Fu Xiang
Thanks, Justin,

Pinot has a nodejs based UI component under pinot-controller
.
Those dependencies are from the generated directories node_modules/dist
after the npm build, which were previously packaged into src dist and
removed since this version.

Can I ask for an exception for this release, and I will fix it before the
next release?

Regarding the test failing issue, are you running it using JDK 8?



On Mon, Apr 12, 2021 at 11:45 PM Justin Mclean 
wrote:

> Hi,
>
> -1 (binding) due to LICENSE file
>
> I very confused by the license file as it seem to be included dependancies
> and tools used and not just what is bundled in the source release? [1] How
> was this list of software and tools generated?
>
> I checked:
> - incubating in name
> - disclaimer exits
> - LICENSE seem to include software that is not bundled in the source
> release
> - NOTICE is fine
> - DISCLAIMER exists
> - no unexpected binary files
> - all ASF files have ASF headers
>
> I not able to compile from source but it probably by setup, either I get
> test failing or the "Pinot Integration Tests” stage failing.
>
> Thanks,
> Justin
>
> 1.https://infra.apache.org/licensing-howto.html#guiding
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

-- 
Xiang Fu


Re: [VOTE] Release Apache Pinot (incubating) 0.7.1 RC0

2021-04-12 Thread Fu Xiang
Hi Xun,

Yes, Pinot requires JDK 8 to compile and build.

Added this into the Validation document.

Best,

Xiang

On Sat, Apr 10, 2021 at 7:03 PM Xun Liu  wrote:

> I found 0.7.1 RC0 that it can only compile correctly when JDK > 8 or above.
> Do we explain this in the documentation? Maybe I missed it.
>
> I check
> [√] “incubating" included in the name
> [√] Checked LICENSE, NOTICE, and DISCLAIMER
> [√] Source files have ASF header.
>
> On Sun, Apr 11, 2021 at 7:04 AM Fu Xiang  wrote:
>
> > Hi all,
> >
> > This is a call for a vote to release Apache Pinot (incubating) version
> > 0.7.1.
> >
> > Apache Pinot (incubating) is a distributed columnar storage engine that
> can
> > ingest data in realtime and serve analytical queries at low latency.
> >
> > Pinot community has voted and approved this release.
> >
> > Vote threads:
> >
> >
> https://lists.apache.org/thread.html/rf3737f7739a085fd17120807ea41dfe501137ff26ccc6fa40f96ae4a%40%3Cdev.pinot.apache.org%3E
> >
> > Result thread:
> >
> >
> https://lists.apache.org/thread.html/ra630b726e8a8e2a449555d75cfbe876a7b04a9f10880ea1ea5bb%40%3Cdev.pinot.apache.org%3E
> >
> > The release candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-
> > incubating-0.7.1-rc0/
> > <
> https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.7.1-rc0/
> >
> >
> > Git tag for this release:
> > https://github.com/apache/incubator-pinot/tree/release-0.7.1-rc0
> >
> > Git hash for this release:
> > *e22be7c3a39e840321d3658e7505f21768b228d6*
> >
> > The artifacts have been signed with key: *CDEDB21B862F6C66*, which can be
> > found in the following KEYS file.
> > https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS
> >
> > Release notes:
> > https://github.com/apache/incubator-pinot/releases/tag/release-0.7.1-rc0
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachepinot-1025
> >
> > Documentation on verifying a release candidate:
> > https://cwiki.apache.org/confluence/display/PINOT
> > /Validating+a+release+candidate
> >
> > The vote will be open for at least 72 hours or until the necessary number
> > of votes are reached.
> >
> > Please vote accordingly,
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> >
> > Apache Pinot (incubating) team
> >
>


-- 
Xiang Fu


[VOTE] Release Apache Pinot (incubating) 0.7.1 RC0

2021-04-10 Thread Fu Xiang
Hi all,

This is a call for a vote to release Apache Pinot (incubating) version
0.7.1.

Apache Pinot (incubating) is a distributed columnar storage engine that can
ingest data in realtime and serve analytical queries at low latency.

Pinot community has voted and approved this release.

Vote threads:
https://lists.apache.org/thread.html/rf3737f7739a085fd17120807ea41dfe501137ff26ccc6fa40f96ae4a%40%3Cdev.pinot.apache.org%3E

Result thread:
https://lists.apache.org/thread.html/ra630b726e8a8e2a449555d75cfbe876a7b04a9f10880ea1ea5bb%40%3Cdev.pinot.apache.org%3E

The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-
incubating-0.7.1-rc0/

Git tag for this release:
https://github.com/apache/incubator-pinot/tree/release-0.7.1-rc0

Git hash for this release:
*e22be7c3a39e840321d3658e7505f21768b228d6*

The artifacts have been signed with key: *CDEDB21B862F6C66*, which can be
found in the following KEYS file.
https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS

Release notes:
https://github.com/apache/incubator-pinot/releases/tag/release-0.7.1-rc0

Staging repository:
https://repository.apache.org/content/repositories/orgapachepinot-1025

Documentation on verifying a release candidate:
https://cwiki.apache.org/confluence/display/PINOT
/Validating+a+release+candidate

The vote will be open for at least 72 hours or until the necessary number
of votes are reached.

Please vote accordingly,

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,

Apache Pinot (incubating) team


[ANNOUNCE] Apache Pinot (incubating) 0.3.0 released

2020-03-27 Thread Fu Xiang
Hello community,

We are pleased to announce that Apache Pinot (incubating) 0.3.0 is released!

Apache Pinot (incubating) is a distributed columnar storage engine that can
ingest data in realtime and serve analytical queries at low latency.

The release can be downloaded at: https://pinot.apache.org/download

The release note is available at:
https://docs.pinot.apache.org/releases/0.3.0


Additional resources -
Project website: https://pinot.apache.org
Getting started: https://docs.pinot.apache.org/getting-started
Mailing list: d...@pinot.apache.org
Slack channel: https://communityinviter.com/apps/apache-pinot/apache-pinot
Twitter: https://twitter.com/ApachePinot

Best Regards,

Apache Pinot (incubating) Team


[RESULT] [VOTE] Release Apache Pinot (incubating) 0.3.0 RC2

2020-03-25 Thread Fu Xiang
Thanks for everyone who participated to the vote.

The voting is now closed and it has passed with three +1(binding), and no 0
or -1 votes.

Binding:
+1 Kishore Gopalakrishna
+1 Olivier Lamy
+1 Justin Mclean (binding)

Voting thread:
https://lists.apache.org/thread.html/r1a7d73204883fa4616da528d93c76e82af01dcd7391a80af88574b3b%40%3Cgeneral.incubator.apache.org%3E

I will process to publish the release and send ANNOUNCE later.

Thanks,

Apache Pinot (incubating) Community


[VOTE] Release Apache Pinot (incubating) 0.3.0 RC2

2020-03-19 Thread Fu Xiang
Hi all,

This is a call for vote to the release Apache Pinot (incubating) version
0.3.0.

Apache Pinot (incubating) is a distributed columnar storage engine that can
ingest data in realtime and serve analytical queries at low latency.

Pinot community has voted and approved this release.

Vote threads:
https://lists.apache.org/thread.html/r2b9a26398aa529c13a9f871499a116547819be20129cf91f2be16d07%40%3Cdev.pinot.apache.org%3E

Result thread:
https://lists.apache.org/thread.html/r4c3c9e4025e5a69bd19317d1a123c3f8a55039b4712aeb019ad015e0%40%3Cdev.pinot.apache.org%3E

The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.3.0-rc2

Git tag for this release:
https://github.com/apache/incubator-pinot/tree/release-0.3.0-rc2

Git hash for this release:
9b2dc20c07dec6cf33df08cd996e8202c3ba

The artifacts have been signed with key: CDEDB21B862F6C66, which can be
found in the following KEYS file.
https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS

Release notes:
GitHub:
https://github.com/apache/incubator-pinot/releases/tag/release-0.3.0-rc2
GitBook:
https://apache-pinot.gitbook.io/apache-pinot-cookbook/releases/0.3.0

Staging repository:
https://repository.apache.org/content/repositories/orgapachepinot-1010

Documentation on verifying a release candidate:
https://cwiki.apache.org/confluence/display/PINOT/Validating+a+release+candidate


The vote will be open for at least 72 hours or until necessary number of
votes are reached.

Please vote accordingly,

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thanks,

Xiang Fu
(On behalf of Apache Pinot (incubating) team)