Versions Compared

Key

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

...

Ambari-Shell is distributed as a single-file executable jar. The **uber jar**
is generated with the help of spring-boot-maven-plugin available at: http://docs.spring.io/spring-boot/docs/1.0.1.RELEASE/reference/htmlsingle/#executable-jar. Spring 
Spring-Boot also provides a helper to launch those jars: http://docs.spring.io/spring-boot/docs/1.0.1.RELEASE/reference/htmlsingle/#executable-jar-launching).

 

 

 

After compiling the project, the shell is ready to use (make sure you use Java 7 or above).

...

A good approach is to use the `hint` command - as the Ambari UI, this will give you hints about the available commands and the flow of of 
creating or configuring a cluster. You can always use TAB for completion or available parameters.

...