Versions Compared

Key

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

...

$ tar -zxvf ambari-server-*-dist.tar.gz

$ vim /etc/ambari/ambari.properties
Add the following entry:

security.server.keys_dir=INSTALL_DIR/ambari-server-1.0.3-SNAPSHOT/keystore

NOTE: INSTALL_DIR will have to be replaced with the actual path in the config file.

$ cd ambari-server-*
$ java -cp lib/*: org.apache.ambari.server.controller.AmbariServer

...

$ mkdir -p /var/ambari /var/run/ambari /var/log/ambari /tmp/ambari-agent/

  1. The following dev process is easier than using setup.py and is a quicker turnaround. As soon as we have a good deployment story (rpm) we will add those in.

...