This is a prototype of Alluxio new WEBUI. It use jetty + spring + velocity.
For convenient, i write the port 49999
in source code, if you want to change the port, please modify DefaultAlluxioMaster.startServingWebServer()
.
Don't worry about this, i'll new a property key to custom it after this module merged into Alluxio.
- git clone https://github.com/maobaolong/AlluxioWeb.git
- mvn compiler:compile resources:resources
- mvn exec:java -Dexec.mainClass="alluxio.master.AlluxioMaster"
- open localhost:49999/home
- Implements general page through RESTFul api.