https://pinot.apache.org/ logo
m

Machhindra

05/19/2021, 3:03 PM
Pinot Newbie here. Batch example worked well. Trying quickstart Pinot Stream example. Could not access Pinot Data explorer - http://localhost:9000. Here is the command -
docker run     --network=pinot-demo     --name pinot-quickstart     -p 9000:9000     -d apachepinot/pinot:test QuickStart     -type stream
Here is the exception in the log - SSL handshake failed
m

Mayank

05/19/2021, 3:19 PM
If that works, then perhaps file an issue (cc @Xiang Fu)
m

Machhindra

05/19/2021, 3:20 PM
HYBRID quickstart works fine. Will try STREAM without docker and file an issue
m

Mayank

05/19/2021, 3:21 PM
Thanks @Machhindra, perhaps we just need to update the docker image.
Also taggin @Alexander Pucher (since SSL related)
m

Machhindra

05/19/2021, 4:05 PM
okay - confirmed. It is not docker. 1. Installed Java (1.8) on linux system (REDHAT 7.x) 2. Downloaded Pinot binary with wget PINOT_VERSION=0.7.1 #set to the Pinot version you decide to use 3. bin/quick-start-streaming.sh apache-pinot-incubating-0.7.1-bin]# bin/quick-start-streaming.sh ***** Starting Kafka ***** ***** Starting meetup data stream and publishing to Kafka ***** Thread Thread[main,5,main] died javax.websocket.DeploymentException: SSL handshake has failed
m

Mayank

05/19/2021, 4:06 PM
Ok, thanks for confirming @Machhindra. Please file an issue and we will address asap. We recently added authentication and that might have broken this
m

Machhindra

05/19/2021, 4:48 PM