Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To run ambari-web with ambari-server integration
$ cd AMBARI_DIR
$ mvn clean package compile -Dweb
Note that currently the mvn command does not put ambari-web in the package. This will be fixed in the future.
$ cd AMBARI_DIR/ambari-server/ambari/target/ambari-server-dist/ambari-server
$ java -cp etc/ambari-server/conf/:lib/ambari-server/* org.apache.ambari.server.controller.AmbariServer
Hit http://localhost:8080 from your web browser

...