9ca4ac0af0
Updating the hadoop version of branch-3.3 to 3.3.9-SNAPSHOT pending agreement on what number its future release should take. Using 3.3.9-SNAPSHOT puts space in for other incremental releases, while avoiding creating JIRA release ordering and autocompletion confusion the way adding a 3.3.10 or higher version would do. Contributed by Steve Loughran |
||
---|---|---|
.. | ||
src/main | ||
Dockerfile | ||
pom.xml | ||
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.