Vinod Kumar
02/15/2022, 11:13 AMMohemmad Zaid Khan
02/15/2022, 12:20 PM/QuickStartCluster
from zookeeperUrl
under properties.Vinod Kumar
02/15/2022, 3:17 PMSuvodeep Pyne
02/15/2022, 4:57 PMQuickstart
. This is something that worked for me.
# 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
NullPointerException
etc is happening because the zk url may be incorrect.Xiang Fu
Vinod Kumar
02/16/2022, 11:37 AMXiang Fu