Versions Compared

Key

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

...

Code Block
git checkout branch-X.Y

Update Ambari REST API docs (From Ambari-3.0.0)

Code Block
# Generate swagger.json and index.html at ambari-server/docs/api/generated/
cd ambari-server/
mvn clean test -Drat.skip -Dcheckstyle.skip -DskipTests -Dgenerate.swagger.resources
 
# Review and Commit the changes to branch-X.Y 
git commit

...