Pinot Newbie here. Batch example worked well. Try...
# troubleshooting
m
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
If that works, then perhaps file an issue (cc @Xiang Fu)
m
HYBRID quickstart works fine. Will try STREAM without docker and file an issue
m
Thanks @Machhindra, perhaps we just need to update the docker image.
Also taggin @Alexander Pucher (since SSL related)
m
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
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