I cant use the SQL Browser in the Hazelcast Manager Center Webmonitor to search through my hazelcast cluster. Before a map can be queried via SQL, a mapping with a map connector needs to be defined so that the SQL service knows how to serialize/deserialize the keys and values.
I want to avoid having to create all of the mappings from my java application by hand. I heard that this can be done by placing my java aplication's .jar
file within the hazelcast directory, specifically under the path hazelcast/user-lib/
, so that the Hazelcast Manager Center can see the SQL DDLs.
After placing the file where I mentioned, I restarted the hazelcast cluster but I still wasn't able to browse through it in the webmonitpr's SQL Browser.