I added a seemingly innocuous change to my configuration.json file and the deploy crashes. The error log says apt-get cannot be found in path. What I am trying to do is store my data in GCS so I can scale my cluster more easily without having to deal with HDFS issues. Any thoughts?
"accumulo-site" : { "instance.volumes" : "gs://*mybucketname*/apps/accumulo/data" }