Re: [VOTE] Apache Pinot (incubating) 0.3.0 RC0

2020-03-05 Thread Xiang Fu
Which environment you are running this from? Current batch/stream/hybrid QuickStarts are passed from Travis for OracleJDK 8 & 11 and OpenJDK 8 & 11. https://travis-ci.org/apache/incubator-pinot/builds/658378180?utm_medium=notification&utm_source=github_status

Re: [MENTORS] https://www.apache.org/dist/ has been deprecated

2020-03-09 Thread Xiang Fu
Will do. > On Mar 9, 2020, at 12:01 PM, Seunghyun Lee wrote: > > @Xiang > > Can you make the change when you update the download page for 0.3.0 release? > > Best, > Seunghyun > > -- Forwarded message - > From: Bertrand Delacretaz > Date: Mon, Mar 9, 2020 at 3:18 AM > Subject:

Re: Apache Pinot Docs repo name

2020-03-25 Thread Xiang Fu
How about https://github.com/apache/incubator-pinot-docs Similar to https://github.com/apache/incubator-pinot-site https://github.com/apache/incubator-pinot

Re: Issue: Data-inconsistency during segment push

2020-04-07 Thread Xiang Fu
One of my thoughts is that we could introduce a push transaction concept, which equivalent to a segment push job. When the push job starts, it will start a transaction. The job can call controller API for the push information(I have 10 segments to push to table A) and get a transactionId(202004

Re: [VOTE] Apache Pinot (incubating) 0.4.0 RC2

2020-06-08 Thread Xiang Fu
+1 Xiang > On Jun 8, 2020, at 2:05 PM, Subbu Subramaniam wrote: > > +1 > > The functionality works, but I do see exceptions from jersey when running > quickstart programs. > > -Subbu > > On 2020/06/02 15:10:11, H wrote: >> Hi Pinot Community, >> >> This is a call for vote to the release

Re: [ANNOUNCE] Apache Pinot (incubating) 0.4.0 released

2020-06-14 Thread Xiang Fu
Congrats! > On Jun 14, 2020, at 11:13 PM, Seunghyun Lee wrote: > > Congrats! > > Haibo, thank you for driving this. > > Best, > Seunghyun > > On Sun, Jun 14, 2020 at 10:44 PM H wrote: > >> Hello community, >> >> We are pleased to announce that Apache Pinot (incubating) 0.4.0 is >> released

Re: Removing PQL endpoint

2021-02-19 Thread Xiang Fu
Just fyi: there is also a PR on Prestodb side to move to Pinot Sql endpoint: https://github.com/prestodb/presto/pull/14704 > On Feb 19, 2021, at 4:11 PM, TING CHEN wrote: > > Uber uses both PQL and Presto to query Pinot. For Presto, the queries are > also translated to PQL for now. -Ting > >

Re: [VOTE] Apache Pinot (incubating) 0.7.0 RC0

2021-03-06 Thread Xiang Fu
I’m seeing this issue when running bin/quick-start-batch.sh ``` Exception while executing a state transition task baseballStats_OFFLINE_0 java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232] at sun.reflect

Re: [VOTE] Apache Pinot (incubating) 0.7.0 RC0

2021-03-06 Thread Xiang Fu
directory and that has no problem. > On Mar 6, 2021, at 10:06 AM, Yupeng Fu wrote: > > I didn't see such error on console out, neither on controller/server logs. > > Could you add more info on how to reproduce it? > > On Sat, Mar 6, 2021 at 2:12 AM Xiang Fu <mai

Re: [VOTE] Apache Pinot (incubating) 0.7.0 RC1

2021-03-11 Thread Xiang Fu
repos/dist/release/incubator/pinot/KEYS >> <https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS> >> >> Release notes: >> https://github.com/apache/incubator-pinot/releases/tag/release-0.7.0-rc1 >> <https://github.com/apache/incubator-pinot/releases/tag/release-0.7.0-rc1> >> >> Staging repository: >> >> <https://repository.apache.org/content/repositories/orgapachepinot-1023>https://repository.apache.org/content/repositories/orgapachepinot-1024 >> <https://repository.apache.org/content/repositories/orgapachepinot-1024> >> >> Documentation on verifying a release candidate: >> https://cwiki.apache.org/confluence/display/PINOT/Validating+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 >> >> -- >> --Yupeng >> >> >> -- >> --Yupeng > > > -- > Xiang Fu > > > -- > --Yupeng

Re: [VOTE] Graduate Apache Pinot as TLP

2021-06-23 Thread Xiang Fu
+1 Xiang Fu > On Jun 23, 2021, at 9:21 PM, Atri Sharma wrote: > > +1(binding) > > On Wed, Jun 23, 2021 at 1:14 AM Mayank Shrivastava wrote: >> >> Dear Incubator Community, >> >> We have discussed Apache Pinot Podling graduation in the general@incubat

Re: [VOTE] Apache Pinot 0.8.0 RC0

2021-08-12 Thread Xiang Fu
+1 I’m using maven 3.6.2 and validated both jdk8/11. > On Aug 12, 2021, at 4:53 PM, Yupeng Fu wrote: > > Thanks for updating the notes. > > I upgraded maven from 3.3 to 3.8, and I can successfully build the release. > > Thanks, > > On Thu, Aug 12, 2021 at 4:20 PM Seunghyun Lee

[Announcement] Stop PQL support after 0.9.0 release, SQL only afterward

2021-09-14 Thread Xiang Fu
once the 0.9.0 release is cut, and no PQL support from the 0.10.0 release. Best, Xiang Fu

Re: [Announcement] Stop PQL support after 0.9.0 release, SQL only afterward

2021-09-14 Thread Xiang Fu
Just to clarify: > > On Tue, Sep 14, 2021 at 1:51 AM Xiang Fu <mailto:xiangfu.1...@gmail.com>> wrote: > TL;DR, Pinot will remove PQL query endpoint and response format > <https://docs.pinot.apache.org/users/api/querying-pinot-using-standard-sql/response-format#pql-response>

Call out Pinot 0.9.0 release

2021-11-04 Thread Xiang Fu
Hi all, I plan to cut Pinot 0.9.0 release next Tuesday EOD (Nov 9) from current master branch. Please let me know if you have any pending PR/feature want to be included. Feel free to discuss this on #pinot-dev channel. Best, Xiang

Re: Call out Pinot 0.9.0 release

2021-11-09 Thread Xiang Fu
Hi all, Just fyi, I will prepare the 0.9.0 release candidate based on commit 13c9ee9 <https://github.com/apache/pinot/commit/13c9ee9556498bb6dc4ab60734743edb8b89773c> . Best, Xiang On Thu, Nov 4, 2021 at 8:10 PM Xiang Fu wrote: > Hi all, > > I plan to cut Pinot 0.9.0 release n

[VOTE] Apache Pinot 0.9.0 RC0

2021-11-12 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.9.0. The release candidate: https://dist.apache.org/repos/dist/dev/pinot/apache-pinot-0.9.0-rc0 Git tag for this release: https://github.com/apache/pinot/tree/release-0.9.0-rc0 Git hash for this release: cf8b84e8b0d6ab62374048d

[RESULT][VOTE] Apache Pinot 0.9.0 RC0

2021-11-17 Thread Xiang Fu
Best, Xiang Fu

[ANNOUNCE] Apache Pinot 0.9.0 released

2021-11-17 Thread Xiang Fu
Hello Community, We are pleased to announce that Apache Pinot 0.9.0 is released! Apache Pinot 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 no

[VOTE] Apache Pinot 0.9.1 RC0

2021-12-11 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.9.1. This release fixes the major issue of CVE-2021-44228 and a major bug fixing of pinot admin exit code issue . The release can

[RESULT][VOTE] Apache Pinot 0.9.1 RC0

2021-12-13 Thread Xiang Fu
Fu Best, Xiang Fu

[ANNOUNCE] Apache Pinot 0.9.1 released

2021-12-13 Thread Xiang Fu
Hello Community, We are pleased to announce that Apache Pinot 0.9.1 is released! Apache Pinot is a realtime distributed OLAP datastore, designed to answer OLAP queries with low latency use-cases. This is a bug fix release that includes the upgrade to the latest log4j library, v2.15.0. This is ou

[VOTE] Apache Pinot 0.9.2 RC0

2021-12-14 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.9.2. This is a bug fixing release contains: - Upgrade log4j to 2.16.0 to fix CVE-2021-45046 (#7903 ) - Upgrade swagger-ui to 3.23.

[RESULT][VOTE] Apache Pinot 0.9.2 RC0

2021-12-14 Thread Xiang Fu
Gopalakrishna +1 Neha Pawar Non-binding +1 Rong Rong Best, Xiang Fu

[ANNOUNCE] Apache Pinot 0.9.2 released

2021-12-15 Thread Xiang Fu
Hello Community, We are pleased to announce that Apache Pinot 0.9.2 is released! Apache Pinot is a realtime distributed OLAP datastore, designed to answer OLAP queries with low latency use-cases. This is a bug fixing release contains: - Upgrade log4j to 2.16.0 to fix CVE-2021-45046

[VOTE] Apache Pinot 0.9.3 RC0

2021-12-24 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.9.3. This is a bug fixing release contains: - Upgrade log4j to 2.17.0 to address CVE-2021-45105 (#7933 ) The release candidate: h

[RESULT][VOTE] Apache Pinot 0.9.3 RC0

2021-12-24 Thread Xiang Fu
Gopalakrishna Non-binding +1 Rong Rong Best, Xiang Fu

[ANNOUNCE] Apache Pinot 0.9.3 released

2021-12-24 Thread Xiang Fu
Hello Community, We are pleased to announce that Apache Pinot 0.9.3 is released! Apache Pinot is a realtime distributed OLAP datastore, designed to answer OLAP queries with low latency use-cases. This is a bug fixing release contains: - Upgrade log4j to 2.17.0 to fix CVE-2021-45105

Re: [VOTE] Apache Pinot 0.10.0 RC0

2022-03-23 Thread Xiang Fu
+1(binding) - verified sha512 hash - verified signature - verified git hash - verified contents based on git commit hash & the downloaded source code - verified LICENSE, NOTICE are correctly present - ran quick start scripts Thanks for putting up all those things together! > On Mar 21, 2022, at

Re: Test (please ignore)

2022-08-15 Thread Xiang Fu
The daily slack email digest is stopped automatically by github action after 60 days no activities: https://github.com/apachepinot/pinot-bot/actions/workflows/daily-email-digest.yml I just re-enabled it today.

[VOTE] Apache Pinot 0.11.0 RC0

2022-09-01 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.11.0. The release candidate: https://dist.apache.org/repos/dist/dev/pinot/apache-pinot-0.11.0-rc0/ Git tag for this release: https://github.com/apache/pinot/tree/release-0.11.0-rc0 Git hash for this release: 3d66f604e72eebb

Re: [VOTE] Apache Pinot 0.11.0 RC0

2022-09-03 Thread Xiang Fu
segment.creator.impl.SegmentIndexCreationDriverImpl.build(SegmentIndexCreationDriverImpl.java:235) > at > org.apache.pinot.plugin.ingestion.batch.common.SegmentGenerationTaskRunner.run(SegmentGenerationTaskRunner.java:119) > at > org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner.lambda$submitSegmentGenTask$1(

Re: [VOTE] Apache Pinot 0.11.0 RC0

2022-09-04 Thread Xiang Fu
RC1 to address this issue. Best, Xiang > On Sep 3, 2022, at 11:50 AM, Xiang Fu wrote: > > Can you try to upgrade the glibc? If it works, I can put a notice for that. > > > On Sat, Sep 3, 2022 at 10:22 Subbu Subramaniam > wrote: > I am seeing the following exception when

[VOTE] Apache Pinot 0.11.0 RC1

2022-09-04 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.11.0. The release candidate: https://dist.apache.org/repos/dist/dev/pinot/apache-pinot-0.11.0-rc1/ Git tag for this release: https://github.com/apache/pinot/tree/release-0.11.0-rc1 Git hash for this release: 1b4d6b6b0a27422

[RESULT][VOTE] Apache Pinot 0.11.0 RC1

2022-09-07 Thread Xiang Fu
Thanks to everyone for validating a release candidate. This vote is now closed. Apache Pinot 0.11.0 RC1 has passed with four +1 (binding) votes, one +1(non-binding) and no 0 or -1 votes. Binding +1 Jackie Jiang +1 Subbu Subramaniam +1 Mayank Shrivastava +1 Siddharth Teotia Non-binding +1 Atri Sh

[ANNOUNCE] Apache Pinot 0.11.0 release

2022-09-07 Thread Xiang Fu
Hello Community, We are pleased to announce that Apache Pinot 0.11.0 is released! Apache Pinot is a realtime distributed OLAP datastore, designed to answer OLAP queries with low latency use-cases. The release can be downloaded at https://pinot.apache.org/download The release note is available a

[VOTE] Apache Pinot 0.12.0 RC0

2022-12-29 Thread Xiang Fu
Hi Pinot Community, This is a call for a vote to release Apache Pinot 0.12.0. The release candidate: https://dist.apache.org/repos/dist/dev/pinot/apache-pinot-0.12.0-rc0 Git tag for this release: https://github.com/apache/pinot/tree/release-0.12.0-rc0 Git hash for this release: 118f5e065cb258c1

Re: [VOTE] Apache Pinot 0.12.0 RC0

2023-01-20 Thread Xiang Fu
Ping. > On Dec 29, 2022, at 01:26, Xiang Fu wrote: > > Hi Pinot Community, > > This is a call for a vote to release Apache Pinot 0.12.0. > > The release candidate: > https://dist.apache.org/repos/dist/dev/pinot/apache-pinot-0.12.0-rc0 > > Git tag for this releas

[RESULT][VOTE] Apache Pinot 0.12.0 RC0

2023-01-25 Thread Xiang Fu
Thanks to everyone for validating a release candidate. This vote is now closed. Apache Pinot 0.12.0 RC0 has passed with 3 +1 (binding) votes and no 0 or -1 votes. Binding +1 Subbu Subramaniam +1 Mayank Shrivastava +1 Siddharth Teotia Best, Xiang

[ANNOUNCE] Apache Pinot 0.12.0 released

2023-01-25 Thread Xiang Fu
Hello Community, We are pleased to announce that Apache Pinot 0.12.0 is released! Apache Pinot is a realtime distributed OLAP datastore, designed to answer OLAP queries with low latency use-cases. The release can be downloaded at https://pinot.apache.org/download The release note is available a

Re: [VOTE] Apache Pinot 1.1.0 RC0

2024-03-04 Thread Xiang Fu
I saw an extra file '.mvn/.gradle-enterprise' in src package. ``` diff -r apache-pinot-${VERSION}-src pinot-git-src Only in pinot-git-src: .codecov.yml Only in pinot-git-src: .git Only in pinot-git-src: .github Only in pinot-git-src: .gitignore Only in apache-pinot-1.1.0-src/.mvn: .gradle-enterpri

Re: [VOTE] Apache Pinot 1.2.0 RC2

2024-08-16 Thread Xiang Fu
+1 (binding) Verified on my mac with java 22 as well. Best Regards, Xiang On Mon, Aug 12, 2024 at 7:25 AM Yash Mayya wrote: > > Hi Ankit, > > Thanks for running the release! I performed the following verifications: > > Verified the signatures > Verified the checksums > Verified that the LICEN