In hazelcast managment center, why I can't create mapping for iMap cache: iMap<Long, Map<String, Item>>?
It throws this error: "Failed to get SQL DDL mapping for map xyz-cache on cluster hz_cluster"
How to pin down the issue? can someone help?
In hazelcast managment center, why I can't create mapping for iMap cache: iMap<Long, Map<String, Item>>?
It throws this error: "Failed to get SQL DDL mapping for map xyz-cache on cluster hz_cluster"
How to pin down the issue? can someone help?
Copyright © 2021 Jogjafile Inc.
Try
SHOW MAPPINGSto see if the mapping is there.It's likely missing, due to an earlier issue with it's definition.
Something like this would define it