Alon Burg
04/28/2021, 12:30 PMdocker container exec -it pinot-quickstart bin/generator.sh complexWebsite
pinot just exits, without any error in the log. Trying to follow ThirdEye quickstartKishore G
Alon Burg
04/28/2021, 3:38 PMException in thread "main" org.h2.jdbc.JdbcSQLException: Index "GENERIC_JSON_ENTITY_BEANCLASS_IDX" already exists; SQL statement:
create index generic_json_entity_beanclass_idx on generic_json_entity(beanClass) [42111-192]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
...
Apr 28, 2021 1:17:20 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Return type, java.util.List<?>, of method, public java.util.List<?> org.apache.pinot.thirdeye.dashboard.resources.v2.DataResource.getWhereNameLike(java.lang.String,java.lang.String), is not resolvable to a concrete type.
Mayank
Alexander Pucher
04/28/2021, 6:53 PMSuvodeep Pyne
04/28/2021, 6:56 PMAlon Burg
04/29/2021, 7:58 AMdocker run \
--network=pinot-demo \
--name thirdeye-backend \
-p 1426:1426 \
-p 1427:1427 \
-v $PWD/docker/images/pinot-thirdeye/config:/opt/thirdeye/config -d apachepinot/thirdeye:latest pinot-quickstart
I’m using the volume mount for configuration to override the configuration errors removing classifier: false
in detector.yml
and removing whitelistDatasets: []
in dashboard.yml
h2db.mv.db
i’ve been able to make it load rightSuvodeep Pyne
04/29/2021, 2:57 PM