hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp
muskan1012 f7651e2f63
HADOOP-19243. Upgrade Mockito version to 4.11.0 (#6968)
Mockito is now at a JDK-17 compatible version.

Contributed by Muskan Mishra
2024-11-05 17:35:53 +00:00
..
dev-support YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-29 13:51:21 -07:00
src HADOOP-19243. Upgrade Mockito version to 4.11.0 (#6968) 2024-11-05 17:35:53 +00:00
.gitignore YARN-9348. Application catalog build system bug fixes. Contributed by Eric Yang 2019-03-29 13:51:21 -07:00
.yarnrc YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-29 13:51:21 -07:00
package.json YARN-11528. Lock triple-beam to the version compatible with node.js 12 to avoid compilation error. (#5827). Contributed by Masatake Iwasaki 2023-07-11 12:08:09 +05:30
pom.xml HADOOP-19243. Upgrade Mockito version to 4.11.0 (#6968) 2024-11-05 17:35:53 +00:00
README.md YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang 2019-03-29 13:51:21 -07:00

Apache Hadoop YARN Application Catalog

Introduction

Hadoop YARN Application Catalog is application catalog for deploying docker enabled cloud application on Hadoop.

check it out:

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

Prerequisites

Installation

mvn package

When running this command a couple of things happen:

  • Npm and yarnpkg install will be run
  • JSLint will be run in src/main/javascript sources
  • Javascript will be minified
  • All the other standard maven phases.

Status of the project

See Apache JIRA