You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ack - turns out this is a bug in ml-javaclient-util - the methods are swapped for validate-queries and validate-options:
if (node.has("validate-options")) {
mgr.setQueryValidation(node.get("validate-options").asBoolean());
}
if (node.has("validate-queries")) {
mgr.setQueryOptionValidation(node.get("validate-queries").asBoolean());
}
I'm about to publish ml-gradle 2.9.0 - I'll make a 2.14.1 of ml-javaclient-util and include the bugfix in there, so it'll be part of 2.9.0. Thanks for the report.
…8002
Also removed OBE/confusing admin properties from ManageConfig. These were never needed - the user with manage-admin just needs to have security as well.
Change "validate-queries" to false in rest-properties.json. Run mlDeploy. The validate-queries property is still set to true (the default).
The text was updated successfully, but these errors were encountered: