[VOTE] Apache Pinot (incubating) 0.3.0 RC0

2020-03-03 Thread Fu Xiang
Hi Pinot Community,

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

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

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

Git hash for this release:
ca35bc64929ff27683e5f72ec2691a5dff6e89cf

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-rc0
GitBook:
https://apache-pinot.gitbook.io/apache-pinot-cookbook/releases/0.3.0

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

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,
Apache Pinot (incubating) team


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

2020-03-04 Thread kishore g
+1

On Tue, Mar 3, 2020 at 1:29 AM Fu Xiang  wrote:

> Hi Pinot Community,
>
> This is a call for vote to the release Apache Pinot (incubating) version
> 0.3.0.
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.3.0-rc0
>
> Git tag for this release:
> https://github.com/apache/incubator-pinot/tree/release-0.3.0-rc0
>
> Git hash for this release:
> ca35bc64929ff27683e5f72ec2691a5dff6e89cf
>
> 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-rc0
> GitBook:
> https://apache-pinot.gitbook.io/apache-pinot-cookbook/releases/0.3.0
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachepinot-1006
>
> 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,
> Apache Pinot (incubating) team
>


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

2020-03-04 Thread H
+1

On Wed, Mar 4, 2020 at 11:02 PM kishore g  wrote:

> +1
>
> On Tue, Mar 3, 2020 at 1:29 AM Fu Xiang  wrote:
>
> > Hi Pinot Community,
> >
> > This is a call for vote to the release Apache Pinot (incubating) version
> > 0.3.0.
> >
> > The release candidate:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.3.0-rc0
> >
> > Git tag for this release:
> > https://github.com/apache/incubator-pinot/tree/release-0.3.0-rc0
> >
> > Git hash for this release:
> > ca35bc64929ff27683e5f72ec2691a5dff6e89cf
> >
> > 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-rc0
> > GitBook:
> > https://apache-pinot.gitbook.io/apache-pinot-cookbook/releases/0.3.0
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachepinot-1006
> >
> > 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,
> > Apache Pinot (incubating) team
> >
>


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

2020-03-04 Thread Siddharth Teotia
Seeing this exception on running quick-start-batch demo. Anyone else seeing 
this?


* Adding baseballStats table *

Executing command: AddTable -tableConfigFile 
/Users/steotia/rc_test/apache-pinot-incubating-0.3.0-bin/bin/quickStartData1583393440027/baseballStats_offline_table_config.json
 -schemaFile 
/Users/steotia/rc_test/apache-pinot-incubating-0.3.0-bin/bin/quickStartData1583393440027/baseballStats_schema.json
 -controllerHost 192.168.0.16 -controllerPort 9000 -exec

* Launch data ingestion job to build index segment for baseballStats and 
push to controller *

{"status":"Table baseballStats_OFFLINE succesfully added"}

Exception in thread "main" java.lang.IllegalStateException: PinotFS for scheme: 
jar has not been initialized

at 
shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:518)

at org.apache.pinot.spi.filesystem.PinotFSFactory.create(PinotFSFactory.java:78)

at

org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner.run(SegmentGenerationJobRunner.java:115)

at 
org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:96)

at 
org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.runIngestionJob(IngestionJobLauncher.java:77)

at 
org.apache.pinot.tools.admin.command.QuickstartRunner.launchDataIngestionJob(QuickstartRunner.java:183)

at org.apache.pinot.tools.Quickstart.execute(Quickstart.java:154)

at org.apache.pinot.tools.Quickstart.main(Quickstart.java:209)


From: H 
Sent: Wednesday, March 4, 2020 11:04 PM
To: dev@pinot.apache.org 
Subject: Re: [VOTE] Apache Pinot (incubating) 0.3.0 RC0

+1

On Wed, Mar 4, 2020 at 11:02 PM kishore g  wrote:

> +1
>
> On Tue, Mar 3, 2020 at 1:29 AM Fu Xiang  wrote:
>
> > Hi Pinot Community,
> >
> > This is a call for vote to the release Apache Pinot (incubating) version
> > 0.3.0.
> >
> > The release candidate:
> >
> >
> https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fincubator%2Fpinot%2Fapache-pinot-incubating-0.3.0-rc0&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189886803599064&sdata=nrYh5%2FwC%2Fh0hVmzzvqCi%2BQu03P7iElaYADeuynxe08k%3D&reserved=0
> >
> > Git tag for this release:
> > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-pinot%2Ftree%2Frelease-0.3.0-rc0&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189886803599064&sdata=tNh1GDKYqy9CL7WLRu%2B8WkdymAu5YBEBr%2FuY8xMu4yc%3D&reserved=0
> >
> > Git hash for this release:
> > ca35bc64929ff27683e5f72ec2691a5dff6e89cf
> >
> > The artifacts have been signed with key: CDEDB21B862F6C66, which can be
> > found in the following KEYS file.
> > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Frelease%2Fincubator%2Fpinot%2FKEYS&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189886803599064&sdata=1IqKd5gsTbaFEKTeuLEg%2Fr%2F0NjSsP9S43SDHDlBRqQo%3D&reserved=0
> >
> > Release notes:
> > GitHub:
> > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-pinot%2Freleases%2Ftag%2Frelease-0.3.0-rc0&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189886803599064&sdata=FdnuSPpSoWhZHLX3Q5DWEfEMAg6beATWVyTgO4QNwpI%3D&reserved=0
> > GitBook:
> > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache-pinot.gitbook.io%2Fapache-pinot-cookbook%2Freleases%2F0.3.0&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189886803599064&sdata=N3wzOs9MjU4sE30v4XYvulpKPFmBzu5qDDpp5UIaskM%3D&reserved=0
> >
> > Staging repository:
> > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachepinot-1006&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189886803599064&sdata=2ENERFn4v274oRDb9dzX0n2Dr5s3Ep4rQ9MzwXj%2BbA4%3D&reserved=0
> >
> > Documentation on verifying a release candidate:
> >
> >
> https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FPINOT%2FValidating%2Ba%2Brelease%2Bcandidate&data=02%7C01%7Csteotia%40linkedin.com%7C4006380526e84dfe5b1c08d7c0d37898%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C6371

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

2020-03-05 Thread Xiang Fu
Michael Joseph
6083.0  James Edward
5933.0  William Henry
5547.0  William Joseph

***
Top 5 run scorers of the year 2000
Query : select sum('runs') from baseballStats where yearID=2000 group by 
playerName top 5 limit 0
Executing command: PostQuery -brokerHost 127.0.0.1 -brokerPort 8000 -queryType 
pql -query select sum('runs') from baseballStats where yearID=2000 group by 
playerName top 5 limit 0
sum_runsplayerName
231.0   Jose Antonio
205.0   Mark David
189.0   Rafael
152.0   Jeffrey Robert
140.0   Fernando

***
Top 10 run scorers after 2000
Query : select sum('runs') from baseballStats where yearID>=2000 group by 
playerName limit 0
Executing command: PostQuery -brokerHost 127.0.0.1 -brokerPort 8000 -queryType 
pql -query select sum('runs') from baseballStats where yearID>=2000 group by 
playerName limit 0
sum_runsplayerName
1820.0  Adrian
1692.0  Jose Antonio
1565.0  Rafael
1500.0  Brian Michael
1426.0  Jose Alberto
1426.0  Alexander Emmanuel
1390.0  Derek Sanderson
1314.0  Carlos
1300.0  Johnny David
1261.0  Ichiro

***
Print playerName,runs,homeRuns for 10 records from the table and order them by 
yearID
Query : select playerName,runs,homeRuns from baseballStats order by yearID 
limit 10
Executing command: PostQuery -brokerHost 127.0.0.1 -brokerPort 8000 -queryType 
pql -query select playerName,runs,homeRuns from baseballStats order by yearID 
limit 10
playerName  runshomeRuns
Alfred L.   0   0
Charles Roscoe  66  0
Adrian Constantine  29  0
Robert  9   0
Arthur Algernon 28  0
Douglas L.  28  2
Francis Patterson   0   0
Robert Edward   30  0
Franklin Lee13  0
William 1   0

***
You can always go to http://localhost:9000/query to play around in the query 
console



> On Mar 4, 2020, at 11:37 PM, Siddharth Teotia  
> wrote:
> 
> Seeing this exception on running quick-start-batch demo. Anyone else seeing 
> this?
> 
> 
> * Adding baseballStats table *
> 
> Executing command: AddTable -tableConfigFile 
> /Users/steotia/rc_test/apache-pinot-incubating-0.3.0-bin/bin/quickStartData1583393440027/baseballStats_offline_table_config.json
>  -schemaFile 
> /Users/steotia/rc_test/apache-pinot-incubating-0.3.0-bin/bin/quickStartData1583393440027/baseballStats_schema.json
>  -controllerHost 192.168.0.16 -controllerPort 9000 -exec
> 
> * Launch data ingestion job to build index segment for baseballStats and 
> push to controller *
> 
> {"status":"Table baseballStats_OFFLINE succesfully added"}
> 
> Exception in thread "main" java.lang.IllegalStateException: PinotFS for 
> scheme: jar has not been initialized
> 
> at 
> shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:518)
> 
> at 
> org.apache.pinot.spi.filesystem.PinotFSFactory.create(PinotFSFactory.java:78)
> 
> at
> 
> org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner.run(SegmentGenerationJobRunner.java:115)
> 
> at 
> org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:96)
> 
> at 
> org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.runIngestionJob(IngestionJobLauncher.java:77)
> 
> at 
> org.apache.pinot.tools.admin.command.QuickstartRunner.launchDataIngestionJob(QuickstartRunner.java:183)
> 
> at org.apache.pinot.tools.Quickstart.execute(Quickstart.java:154)
> 
> at org.apache.pinot.tools.Quickstart.main(Quickstart.java:209)
> 
> 
> From: H mailto:hbwan...@gmail.com>>
> Sent: Wednesday, March 4, 2020 11:04 PM
> To: dev@pinot.apache.org <mailto:dev@pinot.apache.org>  <mailto:dev@pinot.apache.org>>
> Subject: Re: [VOTE] Apache Pinot (incubating) 0.3.0 RC0
> 
> +1
> 
> On Wed, Mar 4, 2020 at 11:02 PM kishore g  wrote:
> 
>> +1
>> 
>> On Tue, Mar 3, 2020 at 1:29 AM Fu Xiang  wrote:
>> 
>>> Hi Pinot Community,
>>> 
>>> This is a call for vote to the release Apache Pinot (incubating) version
>>> 0.3.0.
>>> 
>>> The release candida

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

2020-03-05 Thread Siddharth Teotia
Running on Mac (Catalina 10.15.2) with JDK 8

From: Xiang Fu 
Sent: Thursday, March 5, 2020 12:08 AM
To: dev@pinot.apache.org 
Subject: Re: [VOTE] Apache Pinot (incubating) 0.3.0 RC0

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://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fapache%2Fincubator-pinot%2Fbuilds%2F658378180%3Futm_medium%3Dnotification%26utm_source%3Dgithub_status&data=02%7C01%7Csteotia%40linkedin.com%7Cdb30b49f3dd54a7ebb2108d7c0dc7d35%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189925537456673&sdata=i5Uvt1nd9v6pUajFVemEhkUKT2IQJDDKGNYYjpyQ7T0%3D&reserved=0
 
<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fapache%2Fincubator-pinot%2Fbuilds%2F658378180%3Futm_medium%3Dnotification%26utm_source%3Dgithub_status&data=02%7C01%7Csteotia%40linkedin.com%7Cdb30b49f3dd54a7ebb2108d7c0dc7d35%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189925537456673&sdata=i5Uvt1nd9v6pUajFVemEhkUKT2IQJDDKGNYYjpyQ7T0%3D&reserved=0>

I tried to run this on my Mac and works.

➜ bin/quick-start-batch.sh
* Starting Zookeeper, controller, broker and server *
Executing command: StartZookeeper -zkPort 2123 -dataDir 
/var/folders/kp/v8smb2f11tg6q2grpwkq7qnhgn/T//PinotAdmin/zkData
Start zookeeper at localhost:2123 in thread main
Executing command: StartController -clusterName QuickStartCluster 
-controllerHost 127.0.0.1 -controllerPort 9000 -dataDir 
/var/folders/kp/v8smb2f11tg6q2grpwkq7qnhgn/T//PinotController -zkAddress 
localhost:2123
Invalid instance setup, missing znode path: 
/QuickStartCluster/CONFIGS/PARTICIPANT/Controller_127.0.0.1_9000
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/MESSAGES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/CURRENTSTATES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/STATUSUPDATES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/ERRORS
Mar 05, 2020 12:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:9000]
Mar 05, 2020 12:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Executing command: StartBroker -brokerHost null -brokerPort 8000 -zkAddress 
localhost:2123
Mar 05, 2020 12:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:8000]
Mar 05, 2020 12:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Invalid instance setup, missing znode path: 
/QuickStartCluster/CONFIGS/PARTICIPANT/Broker_127.0.0.1_8000
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/MESSAGES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/CURRENTSTATES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/STATUSUPDATES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/ERRORS
Executing command: StartServer -clusterName QuickStartCluster -serverHost 
127.0.0.1 -serverPort 7000 -serverAdminPort 7500 -dataDir 
/tmp/1583395302452/PinotServerData0 -segmentDir 
/tmp/1583395302452/PinotServerSegment0 -zkAddress localhost:2123
Invalid instance setup, missing znode path: 
/QuickStartCluster/CONFIGS/PARTICIPANT/Server_127.0.0.1_7000
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/MESSAGES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/CURRENTSTATES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/STATUSUPDATES
Invalid instance setup, missing znode path: 
/QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/ERRORS
Mar 05, 2020 12:01:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:7500]
Mar 05, 2020 12:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
* Adding baseballStats table *
Executing command: AddTable -tableConfigFile 
/private/tmp/rc0-test/rc-test/apache-pinot-incubating-0.3.0-bin/quickStartData1583395302399/baseballStats_offline_table_config.json
 -schemaFile 
/private/tmp/rc0-test/rc-test/apache-pinot-incubating-0.3.0-bin/quickStartData1583395302399/baseballStats_schema.json
 -controllerHost 127.0.0.1 -controllerPort 9000 -exec
* Launch data ingestion job to build index segment for baseballStats and 
push to controller *
{"status":"Table baseballStats_OFFLINE succesfully added"}
* Waiting for 5 seconds for the server to

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

2020-03-05 Thread Neha Pawar
+1




On Thu, Mar 5, 2020 at 12:16 AM Siddharth Teotia
 wrote:

> Running on Mac (Catalina 10.15.2) with JDK 8
> 
> From: Xiang Fu 
> Sent: Thursday, March 5, 2020 12:08 AM
> To: dev@pinot.apache.org 
> Subject: Re: [VOTE] Apache Pinot (incubating) 0.3.0 RC0
>
> 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://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fapache%2Fincubator-pinot%2Fbuilds%2F658378180%3Futm_medium%3Dnotification%26utm_source%3Dgithub_status&data=02%7C01%7Csteotia%40linkedin.com%7Cdb30b49f3dd54a7ebb2108d7c0dc7d35%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189925537456673&sdata=i5Uvt1nd9v6pUajFVemEhkUKT2IQJDDKGNYYjpyQ7T0%3D&reserved=0
> <
> https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fapache%2Fincubator-pinot%2Fbuilds%2F658378180%3Futm_medium%3Dnotification%26utm_source%3Dgithub_status&data=02%7C01%7Csteotia%40linkedin.com%7Cdb30b49f3dd54a7ebb2108d7c0dc7d35%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189925537456673&sdata=i5Uvt1nd9v6pUajFVemEhkUKT2IQJDDKGNYYjpyQ7T0%3D&reserved=0
> >
>
> I tried to run this on my Mac and works.
>
> ➜ bin/quick-start-batch.sh
> * Starting Zookeeper, controller, broker and server *
> Executing command: StartZookeeper -zkPort 2123 -dataDir
> /var/folders/kp/v8smb2f11tg6q2grpwkq7qnhgn/T//PinotAdmin/zkData
> Start zookeeper at localhost:2123 in thread main
> Executing command: StartController -clusterName QuickStartCluster
> -controllerHost 127.0.0.1 -controllerPort 9000 -dataDir
> /var/folders/kp/v8smb2f11tg6q2grpwkq7qnhgn/T//PinotController
> -zkAddress localhost:2123
> Invalid instance setup, missing znode path:
> /QuickStartCluster/CONFIGS/PARTICIPANT/Controller_127.0.0.1_9000
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/MESSAGES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/CURRENTSTATES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/STATUSUPDATES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/ERRORS
> Mar 05, 2020 12:01:46 AM org.glassfish.grizzly.http.server.NetworkListener
> start
> INFO: Started listener bound to [0.0.0.0:9000]
> Mar 05, 2020 12:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
> INFO: [HttpServer] Started.
> Executing command: StartBroker -brokerHost null -brokerPort 8000
> -zkAddress localhost:2123
> Mar 05, 2020 12:01:50 AM org.glassfish.grizzly.http.server.NetworkListener
> start
> INFO: Started listener bound to [0.0.0.0:8000]
> Mar 05, 2020 12:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
> INFO: [HttpServer-1] Started.
> Invalid instance setup, missing znode path:
> /QuickStartCluster/CONFIGS/PARTICIPANT/Broker_127.0.0.1_8000
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/MESSAGES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/CURRENTSTATES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/STATUSUPDATES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/ERRORS
> Executing command: StartServer -clusterName QuickStartCluster -serverHost
> 127.0.0.1 -serverPort 7000 -serverAdminPort 7500 -dataDir
> /tmp/1583395302452/PinotServerData0 -segmentDir
> /tmp/1583395302452/PinotServerSegment0 -zkAddress localhost:2123
> Invalid instance setup, missing znode path:
> /QuickStartCluster/CONFIGS/PARTICIPANT/Server_127.0.0.1_7000
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/MESSAGES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/CURRENTSTATES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/STATUSUPDATES
> Invalid instance setup, missing znode path:
> /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/ERRORS
> Mar 05, 2020 12:01:54 AM org.glassfish.grizzly.http.server.NetworkListener
> start
> INFO: Started listener bound to [0.0.0.0:7500]
> Mar 05, 2020 12:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
> INFO: [HttpServer-2] Started.
> * Adding baseballStats table *
> Executing command: AddTable -tableConfigFile
> /private/tmp/rc0-test/rc-test/apache-pinot-incubating-0.3.0-bin/quickStartData1583395302399/baseball

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

2020-03-09 Thread Mayank Shrivastava
+1

On Thu, Mar 5, 2020 at 12:15 PM Neha Pawar  wrote:

> +1
>
> 
>
>
> On Thu, Mar 5, 2020 at 12:16 AM Siddharth Teotia
>  wrote:
>
> > Running on Mac (Catalina 10.15.2) with JDK 8
> > 
> > From: Xiang Fu 
> > Sent: Thursday, March 5, 2020 12:08 AM
> > To: dev@pinot.apache.org 
> > Subject: Re: [VOTE] Apache Pinot (incubating) 0.3.0 RC0
> >
> > 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://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fapache%2Fincubator-pinot%2Fbuilds%2F658378180%3Futm_medium%3Dnotification%26utm_source%3Dgithub_status&data=02%7C01%7Csteotia%40linkedin.com%7Cdb30b49f3dd54a7ebb2108d7c0dc7d35%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189925537456673&sdata=i5Uvt1nd9v6pUajFVemEhkUKT2IQJDDKGNYYjpyQ7T0%3D&reserved=0
> > <
> >
> https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fapache%2Fincubator-pinot%2Fbuilds%2F658378180%3Futm_medium%3Dnotification%26utm_source%3Dgithub_status&data=02%7C01%7Csteotia%40linkedin.com%7Cdb30b49f3dd54a7ebb2108d7c0dc7d35%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637189925537456673&sdata=i5Uvt1nd9v6pUajFVemEhkUKT2IQJDDKGNYYjpyQ7T0%3D&reserved=0
> > >
> >
> > I tried to run this on my Mac and works.
> >
> > ➜ bin/quick-start-batch.sh
> > * Starting Zookeeper, controller, broker and server *
> > Executing command: StartZookeeper -zkPort 2123 -dataDir
> > /var/folders/kp/v8smb2f11tg6q2grpwkq7qnhgn/T//PinotAdmin/zkData
> > Start zookeeper at localhost:2123 in thread main
> > Executing command: StartController -clusterName QuickStartCluster
> > -controllerHost 127.0.0.1 -controllerPort 9000 -dataDir
> > /var/folders/kp/v8smb2f11tg6q2grpwkq7qnhgn/T//PinotController
> > -zkAddress localhost:2123
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/CONFIGS/PARTICIPANT/Controller_127.0.0.1_9000
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/MESSAGES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/CURRENTSTATES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/STATUSUPDATES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Controller_127.0.0.1_9000/ERRORS
> > Mar 05, 2020 12:01:46 AM
> org.glassfish.grizzly.http.server.NetworkListener
> > start
> > INFO: Started listener bound to [0.0.0.0:9000]
> > Mar 05, 2020 12:01:46 AM org.glassfish.grizzly.http.server.HttpServer
> start
> > INFO: [HttpServer] Started.
> > Executing command: StartBroker -brokerHost null -brokerPort 8000
> > -zkAddress localhost:2123
> > Mar 05, 2020 12:01:50 AM
> org.glassfish.grizzly.http.server.NetworkListener
> > start
> > INFO: Started listener bound to [0.0.0.0:8000]
> > Mar 05, 2020 12:01:50 AM org.glassfish.grizzly.http.server.HttpServer
> start
> > INFO: [HttpServer-1] Started.
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/CONFIGS/PARTICIPANT/Broker_127.0.0.1_8000
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/MESSAGES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/CURRENTSTATES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/STATUSUPDATES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Broker_127.0.0.1_8000/ERRORS
> > Executing command: StartServer -clusterName QuickStartCluster -serverHost
> > 127.0.0.1 -serverPort 7000 -serverAdminPort 7500 -dataDir
> > /tmp/1583395302452/PinotServerData0 -segmentDir
> > /tmp/1583395302452/PinotServerSegment0 -zkAddress localhost:2123
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/CONFIGS/PARTICIPANT/Server_127.0.0.1_7000
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/MESSAGES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/CURRENTSTATES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCES/Server_127.0.0.1_7000/STATUSUPDATES
> > Invalid instance setup, missing znode path:
> > /QuickStartCluster/INSTANCE