Thanks Andrew.
I must be missing something in the configuration since the workers, while there's no error in the logs, don't appear to be registered in the master. I have the conf/masters and conf/workers set the same on all hosts and filled with the appropriate IP addresses. When I start the master using:
./bin/alluxio/alluxio-start.sh all NoMount
... it starts the workers up on the other hosts but the list in the UI is empty (and I have 0B capacity on workers).
My alluxio-site.properties is:
# Common properties
alluxio.master.hostname=[master ip]
alluxio.underfs.hdfs.configuration=/usr/local/hadoop/etc/hadoop/core-site.xml:/usr/local/hadoop/etc/hadoop/hdfs-site.xml
alluxio.underfs.address=hdfs://[namenode ip]:9000/
# Security properties
alluxio.security.authorization.permission.enabled=false
# Worker properties
alluxio.worker.memory.size=4GB
... everything else is commented out. Also, if it matters, I can see files in the underlying file system when I use:
./bin/alluxio fs ls /