To allow external traffic on port 19999 for Alluxio on an Azure virtual machine, open the port in the Network Security Group (NSG). The NSG can be attached to the virtual machine’s network interface or subnet.
For more information about Azure setup, see Getting started with Microsoft Azure Platform .
To expose the TCP port 19999, create a firewall rule.
Virtual Machines
Network settings
Create rule
* because this refers to the client’s ephemeral outbound port, which is always dynamically assigned. If your IP address changes or you need to access the Alluxio Web UI from a different machine, update the source IP in this rule.You can now access the Alluxio Web UI over port 19999.
You’ve now configured the Azure Network Security Group to allow incoming traffic on port 19999. This firewall rule enables external access to the Alluxio Web UI for monitoring cluster status and storage usage.
Next, you’ll integrate Alluxio with Apache Spark and begin analyzing cached data performance.