hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-ca.../hadoop-yarn-applications-ca...
Wei-Chiu Chuang fa4915fdbb
Preparing for 3.3.2 development
2021-05-19 21:52:37 +08:00
..
src/main YARN-9254. Add support for storing application catalog data to HDFS. Contributed by Eric Yang 2019-04-19 10:29:57 -07:00
Dockerfile YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-29 13:51:21 -07:00
README.md YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-29 13:51:21 -07:00
pom.xml Preparing for 3.3.2 development 2021-05-19 21:52:37 +08:00

README.md

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.