If you'd like to watch this demo through it's available on YouTube or if you prefer reading there is a walkthrough on my blog.
PUT /_cluster/settings
{
"persistent": {
"plugins.ml_commons.only_run_on_ml_node": false,
package vw; | |
import java.io.*; | |
import java.text.ParseException; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.List; | |
import java.util.stream.Collectors; |