Versions Compared

Key

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

...

$ cd ambari-server-*
$ export AMBARI_PASSPHRASE="tmp"
$ java -cp conf:lib/* org.apache.ambari.server.controller.AmbariServer

NOTE: conf should come first in the java classpath. Unfortunately, guice-persist.jar includes a log4j.properties which causes our log4j.properties to not load.

The server will come up and run as a foreground process. Scripting will come later as we move along to run the server with proper confs/envs.

...