For the 6.7 release, I tried to install on a single host by using “memsql-deploy cluster-in-a-box” command. But I did not find how to specify the installation directory and data directory. In previous releases, it was possible to specify those path as command line parameters when running install.sh.
Unfortunately, at this time Cluster in a box installations do not support custom installation directories. But good news! Reproducing cluster-in-a-box using direct commands is trivial:
After running these commands you will have a cluster-in-a-box equivalent install with a master and a leaf installed into /test/{master,leaf}. Plus you will have the advantage of modifying these nodes even further since you are using the raw create-node commands.