MOTIVATION:
When zk storage specified with port Nodes#newStorage unable to match
on case Array("zk", zk) because there are 3 elements in array after
split (zk, master, 2181/dse-mesos).
PROPOSED CHANGE:
Match only on "zk" prefix and concatenate rest of the array.
MOTIVATION: When zk storage specified with port Nodes#newStorage unable to match on
case Array("zk", zk)
because there are 3 elements in array after split (zk, master, 2181/dse-mesos).PROPOSED CHANGE: Match only on "zk" prefix and concatenate rest of the array.
RESULT: ability to specify port for zk storage