Brahma Reddy Battula 8914cf9167 Preparing for 3.4.0 development пре 5 година
..
src 317fcbabe3 YARN-9254. Add support for storing application catalog data to HDFS. Contributed by Eric Yang пре 6 година
Dockerfile 7ee32a2eb1 YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang пре 6 година
README.md 7ee32a2eb1 YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang пре 6 година
pom.xml 8914cf9167 Preparing for 3.4.0 development пре 5 година

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.