You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The ambari-metrics-assembly package builds the assemblies (rpm/deb/msi) for various platforms.

Following binaries can be found in the ambari-metrics-assembly/target folder after build is successful.

ambari-metrics-collecor-<ambari-version>.<arch>
ambari-metrics-monitor-<ambari-version>.<arch>
ambari-hadoop-sink-<ambari-version>.<arch>

Note: Ambari Metrics needs to be built before Ambari Server

Command line parameters

ParameterDefault valueComment
hbase.tar
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.0.0/tars/hbase-1.1.1.2.3.0.0-2557.tar.gz
HBase tarball
hbase.folder
hbase-1.1.1.2.3.0.0-2557
 
hadoop.tar
http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.0.0/tars/hadoop-2.7.1.2.3.0.0-2557.tar.gz
Hadoop tarball, used for native libs
hadoop.folder
hadoop-2.7.1.2.3.0.0-2557
 

 

RPM packages

~] cd ambari-metrics
~] mvn clean package -Dbuild-rpm

Debian packages

Same instruction as above, change the maven target to build-deb

 

  • No labels