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

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