|
5 years ago | |
---|---|---|
.. | ||
src | 317fcbabe3 YARN-9254. Add support for storing application catalog data to HDFS. Contributed by Eric Yang | 6 years ago |
Dockerfile | 7ee32a2eb1 YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang | 6 years ago |
README.md | 7ee32a2eb1 YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang | 6 years ago |
pom.xml | 8914cf9167 Preparing for 3.4.0 development | 5 years ago |
AppCatalog Docker image is pre-packaged docker container for Hadoop Application Catalog.
check it out:
git clone https://github.com/apache/hadoop.git
mvn package
docker run -d -p 8080:8080 -p 8983:8983 hadoop/appcatalog-docker:1.0-SNAPSHOT
When running this command a couple of things happens:
User can browse port 8080 to deploy application on a Hadoop cluster.