hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-docker
2019-03-06 17:55:48 -05:00
..
src/main YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-05 06:14:14 -08:00
Dockerfile YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-05 06:14:14 -08:00
pom.xml YARN-9348. Application catalog build system bug fixes. 2019-03-06 17:55:48 -05:00
README.md YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-05 06:14:14 -08:00

Apache Hadoop YARN AppCatalog Docker Image

Introduction

AppCatalog Docker image is pre-packaged docker container for Hadoop Application Catalog.

check it out:

git clone https://github.com/apache/hadoop.git

Compile

mvn package

Run

docker run -d -p 8080:8080 -p 8983:8983 hadoop/appcatalog-docker:1.0-SNAPSHOT

When running this command a couple of things happens:

  • Solr server will create appcatalog collection for hosting application catalog
  • Sample applications are registered in Embedded Solr
  • Tomcat will run appcatalog-webapp on port 8080

User can browse port 8080 to deploy application on a Hadoop cluster.