sposetti 7f491baea3 AMBARI-9111: Various cleanup for CS view há 10 anos atrás
..
calculator-view 742f5af65f AMBARI-5810 - Views : Update ambari-views/examples docs. há 11 anos atrás
favorite-view 98c9e94d3a AMBARI-6218 - favorite view example clean-up + doc (Jeff Sposetti via tbeerbower) há 11 anos atrás
hello-servlet-view 742f5af65f AMBARI-5810 - Views : Update ambari-views/examples docs. há 11 anos atrás
helloworld-view 742f5af65f AMBARI-5810 - Views : Update ambari-views/examples docs. há 11 anos atrás
phone-list-view 742f5af65f AMBARI-5810 - Views : Update ambari-views/examples docs. há 11 anos atrás
property-validator-view 7f491baea3 AMBARI-9111: Various cleanup for CS view há 10 anos atrás
property-view b0cb8edae4 AMBARI-8617: Example property view to exercise config parameter options há 10 anos atrás
restricted-view 11336361fa AMBARI-6627 - Views : Admin - Add custom permissions há 11 anos atrás
simple-view 46325c5637 AMBARI-8546: fix simple view.xml validation há 11 anos atrás
weather-view 81b755c606 AMBARI-6028 - Views: View managed resources need @Produces({text/plain}) to generate JSON há 11 anos atrás
README.md d81bc9b330 AMBARI-8798: Example view to exercise the view validator capability há 10 anos atrás
pom.xml 11336361fa AMBARI-6627 - Views : Admin - Add custom permissions há 11 anos atrás

README.md

Ambari Views Examples

The Ambari Views Examples are a collection of simple Ambari Views provided as a development guide.

Documentation

See the documentation pages for the view examples.

Please also visit the Apache Ambari Project page for more information.

License

Ambari is released under Apache License, Version 2.0.

Issue Tracking

Report any issues via the Ambari JIRA.

Build

####Examples

######Requirements

  • JDK 1.6
  • Maven 3.0

######Maven modules

  • ambari-views (ambari view interfaces)

######Maven build goals

  • Clean : mvn clean
  • Compile : mvn compile
  • Run tests : mvn test
  • Create JARS : mvn package
  • Install JARS in M2 cache : mvn install

######Tests options

  • -DskipTests to skip tests when running the following Maven goals: 'package', 'install', 'deploy' or 'verify'
  • -Dtest=<TESTCLASSNAME>,<TESTCLASSNAME#METHODNAME>,....
  • -Dtest.exclude=<TESTCLASSNAME>
  • -Dtest.exclude.pattern=**/<TESTCLASSNAME1>.java,**/<TESTCLASSNAME2>.java