https://pinot.apache.org/ logo
#general
Title
# general
v

Vinod Kumar

02/15/2022, 11:13 AM
Hi @User @User @User @User can anyone of you please help me on the above error
m

Mohemmad Zaid Khan

02/15/2022, 12:20 PM
Remove
/QuickStartCluster
from
zookeeperUrl
under properties.
v

Vinod Kumar

02/15/2022, 3:17 PM
Tried that as well same rror
*error
Hi @User , anything you can help me here please
s

Suvodeep Pyne

02/15/2022, 4:57 PM
Hi @User You mentioned you are using
Quickstart
. This is something that worked for me.
Copy code
# Please put the mock data source as the first in this configuration.
dataSourceConfigs:
  - className: org.apache.pinot.thirdeye.datasource.pinot.PinotThirdEyeDataSource
    properties:
      zookeeperUrl: localhost:2123
      clusterName: 'QuickStartCluster'
      controllerConnectionScheme: 'http'
      controllerHost: localhost
      controllerPort: 9000
      cacheLoaderClassName: org.apache.pinot.thirdeye.datasource.pinot.PinotControllerResponseCacheLoader
    metadataSourceConfigs:
      - className: org.apache.pinot.thirdeye.auto.onboard.AutoOnboardPinotMetadataSource
I think the errors,
NullPointerException
etc is happening because the zk url may be incorrect.
x

Xiang Fu

02/15/2022, 8:39 PM
are you giving right zk and clusterName?
can you explore it in pinot zk browser?
v

Vinod Kumar

02/16/2022, 11:37 AM
@User I tried changing the zk url as well...but no luck...could you please help me with the repo that you are using for third eye...
x

Xiang Fu

02/17/2022, 5:39 PM
What is your Pinot cluster zk and helixClusterName and what is the zk path you use for thirdeye