sposetti 46325c5637 AMBARI-8546: fix simple view.xml validation 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 سال پیش
restricted-view 11336361fa AMBARI-6627 - Views : Admin - Add custom permissions 11 سال پیش
simple-view 46325c5637 AMBARI-8546: fix simple view.xml validation 10 سال پیش
weather-view 81b755c606 AMBARI-6028 - Views: View managed resources need @Produces({text/plain}) to generate JSON 11 سال پیش
README.md ad3ff7ed62 AMBARI-5795 - Add Favorite views example (Jeff Sposetti via tbeerbower) 11 سال پیش
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