# apache/hadoop — health index 77/100 (Good)

> Inspection of the public repository apache/hadoop by inspect.software. It holds a health index of 77 out of 100, placing it in the Good band. The index is a signal derived from publicly visible practice, not a warranty, a security audit, or an endorsement, and it is independent of payment.

- Repository: https://github.com/apache/hadoop
- Report page: https://inspect.software/software/apache/hadoop
- Full JSON report: https://inspect.software/api/repositories/apache/hadoop/report
- Badge: https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/apache/hadoop.svg
- Inspected: 2026-07-20
- Methodology: metrics 1.13.0, report schema 0.15.0 (https://inspect.software/methodology.md)

## Category summary

| Category | Weight | Index | Band |
|---|---|---|---|
| Vitality | 22% | 60/100 | Moderate |
| Community & Adoption | 18% | 87/100 | Excellent |
| Sustainability & Governance | 24% | 87/100 | Excellent |
| Engineering Quality | 20% | 76/100 | Good |
| Security | 16% | 73/100 | Good |
| AI Readiness | not counted | 85/100 | Excellent |

## Repository facts

| Field | Value |
|---|---|
| Description | Apache Hadoop |
| Homepage | https://hadoop.apache.org/ |
| Primary language | Java |
| License | Apache-2.0 |
| Stars | 15,614 |
| Forks | 9,235 |
| Created | 2014-08-28 |
| Last push | 2026-07-16 |
| Commits (last year) | 413 |
| Bus factor | 20 |
| Topics | hadoop |

## Published packages

| Registry | Package | Latest | Monthly downloads |
|---|---|---|---|
| maven | org.apache.hadoop:hadoop-assemblies | 3.5.0 | — |
| maven | org.apache.hadoop:hadoop-build-tools | 3.5.0 | — |
| maven | org.apache.hadoop:hadoop-client-modules | 3.5.0 | — |
| maven | org.apache.hadoop:hadoop-mapreduce | 3.5.0 | — |

## Vitality — 60/100 (Moderate)

Is the project alive — is code being written and are releases shipping? Weight: 22% of the overall index.

### Development activity — 100/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Push recency | met | 36 / 36 | last push 4 days ago |
| Commit cadence | met | 36 / 36 | 52/52 weeks with commits |
| Commit volume | met | 18 / 18 | 413 commits in the last year |
| OpenSSF Scorecard: Maintained | met | 10 / 10 | 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10 |

### Release discipline — 1/100 (Critical)

Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Ships releases | not met | 0 / 27 | no releases published |
| Release recency | not met | 0 / 36 | no releases |
| Release cadence | not met | 0 / 27 | no releases |
| OpenSSF Scorecard: Signed-Releases | excluded | 0 / 10 | no releases found |

### Abandonment — 100/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Project is still maintained | met | 100 / 100 | maintenance record not established from the collected data |

## Community & Adoption — 87/100 (Excellent)

Does the project have users, downloads, attention, and a welcoming setup for contributors? Weight: 18% of the overall index.

### Popularity & adoption — 100/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Stars | met | 60 / 60 | 15,614 stars |
| Forks | met | 25 / 25 | 9,235 forks |
| Watchers | met | 15 / 15 | 958 watchers |

### Community health — 72/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| README | met | 22.5 / 22.5 | — |
| License | met | 22.5 / 22.5 | recognized license (Apache-2.0) |
| CONTRIBUTING guide | not met | 0 / 18 | — |
| Code of conduct | met | 13.5 / 13.5 | — |
| Issue template | not met | 0 / 7.2 | — |
| PR template | met | 6.3 / 6.3 | — |

## Sustainability & Governance — 87/100 (Excellent)

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep? Weight: 24% of the overall index.

### Maintainer resilience (bus factor) — 99/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Bus factor | met | 54 / 54 | 20 contributor(s) cover half of all commits |
| Commit distribution | partial | 21.6 / 22.5 | top contributor authored 4% of commits |
| Contributor breadth | met | 13.5 / 13.5 | 100 contributors |
| OpenSSF Scorecard: Contributors | met | 10 / 10 | project has 23 contributing companies or organizations |

### Issue & PR responsiveness — 70/100 (Good)

Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Issue resolution | excluded | 0 / 46.8 | no issues or no data |
| PR acceptance | partial | 22.1 / 38.2 | 4869/8427 decided PRs merged |
| OpenSSF Scorecard: Code-Review | met | 15 / 15 | all changesets reviewed |

### Ownership & stewardship — 80/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Ownership backing | met | 30 / 30 | organization-owned |
| Verified domain | not met | 0 / 20 | — |
| Owner reach | met | 25 / 25 | 23,496 followers of apache |
| Track record | met | 25 / 25 | 3146 public repos, account ~17 yr old |

### Package maintenance — 100/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Published & resolvable | met | 25 / 25 | 4 package(s) on maven |
| Publish recency | met | 35 / 35 | latest publish 109 days ago |
| Version history | met | 20 / 20 | 83 published versions |
| Not deprecated | met | 20 / 20 | active, not deprecated or yanked |

## Engineering Quality — 76/100 (Good)

Are baseline engineering and documentation practices in place? Weight: 20% of the overall index.

### Engineering practices — 84/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| CI workflows | met | 24 / 24 | 13 workflow(s) |
| Tests present | met | 24 / 24 | — |
| Linter config | met | 16 / 16 | eslint.config.js |
| Pre-commit hooks | not met | 0 / 9.6 | — |
| .editorconfig | not met | 0 / 6.4 | — |
| OpenSSF Scorecard: CI-Tests | met | 20 / 20 | 30 out of 30 merged PRs checked by a CI test -- score normalized to 10 |

### Documentation — 65/100 (Moderate)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| README | met | 30 / 30 | — |
| Documentation directory | not met | 0 / 25 | — |
| Documentation / homepage site | met | 15 / 15 | https://hadoop.apache.org/ |
| Repository description | met | 10 / 10 | — |
| Topics | met | 10 / 10 | 1 topics |
| Wiki | not met | 0 / 10 | — |

## Security — 73/100 (Good)

Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure? Weight: 16% of the overall index.

### Security posture — 73/100 (Good)

Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Binary-Artifacts | met | 7.5 / 7.5 | no binaries found in the repo |
| Branch-Protection | excluded | 0 / 7.5 | internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md |
| CI-Tests | met | 2.5 / 2.5 | 30 out of 30 merged PRs checked by a CI test -- score normalized to 10 |
| CII-Best-Practices | not met | 0 / 2.5 | no effort to earn an OpenSSF best practices badge detected |
| Code-Review | met | 7.5 / 7.5 | all changesets reviewed |
| Contributors | met | 2.5 / 2.5 | project has 23 contributing companies or organizations |
| Dangerous-Workflow | met | 10 / 10 | no dangerous workflow patterns detected |
| Dependency-Update-Tool | met | 7.5 / 7.5 | update tool detected |
| Fuzzing | met | 5 / 5 | project is fuzzed |
| License | met | 2.5 / 2.5 | license file detected |
| Maintained | met | 7.5 / 7.5 | 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10 |
| Packaging | excluded | 0 / 5 | packaging workflow not detected |
| Pinned-Dependencies | partial | 1 / 5 | dependency not pinned by hash detected -- score normalized to 2 |
| SAST | partial | 3.5 / 5 | SAST tool detected but not run on all commits |
| Security-Policy | met | 5 / 5 | security policy file detected |
| Signed-Releases | excluded | 0 / 7.5 | no releases found |
| Token-Permissions | not met | 0 / 7.5 | detected GitHub workflow tokens with excessive permissions |
| Vulnerabilities | not met | 0 / 7.5 | 213 existing vulnerabilities detected |

### High-Risk Jurisdiction Exposure — 100/100 (Excellent)

Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Policy exposure multiplier | met | 100 / 100 | no confirmed policy-scope location match |

## AI Readiness — 85/100 (Excellent)

How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score.

### Agent context & guidance — 75/100 (Good)

Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Agent instructions | met | 45 / 45 | AGENTS.md |
| Machine-readable docs (llms.txt) | not met | 0 / 15 | — |
| Legible commit history | excluded | 0 / 40 | no data |

### Verify loop (build / test / typecheck) — 90/100 (Excellent)

Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| One-command bootstrap | met | 18 / 18 | hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/third_party/uriparser2/uriparser2/Makefile |
| Automated tests | met | 22 / 22 | — |
| Lint / format config | met | 11 / 11 | eslint.config.js |
| Static type checking | met | 11 / 11 | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-capacity-scheduler-ui/src/main/webapp/tsconfig.json, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/jsconfig.json |
| Reproducible environment | met | 10 / 10 | Dockerfile, lockfile |
| Demonstrated agent practice | excluded | 0 / 10 | no data |
| Automated maintenance | excluded | 0 / 8 | no data |
| OpenSSF Scorecard: Pinned-Dependencies | partial | 2 / 10 | dependency not pinned by hash detected -- score normalized to 2 |

### Code legibility for models — 99/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Type-checkable code | met | 45 / 45 | Java (statically typed) |
| Manageable file sizes | partial | 54.2 / 55 | 211/14030 source files over 60KB |

### Machine-readable interfaces — 80/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| API schema (OpenAPI/GraphQL/proto) | met | 40 / 40 | hadoop-common-project/hadoop-common/src/main/proto/FSProtos.proto, hadoop-common-project/hadoop-common/src/main/proto/GenericRefreshProtocol.proto, hadoop-common-project/hadoop-common/src/main/proto/GetUserMappingsProtocol.proto, hadoop-common-project/hadoop-common/src/main/proto/HAServiceProtocol.proto, hadoop-common-project/hadoop-common/src/main/proto/IpcConnectionContext.proto, hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine.proto, hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine2.proto, hadoop-common-project/hadoop-common/src/main/proto/ProtocolInfo.proto, hadoop-common-project/hadoop-common/src/main/proto/RefreshAuthorizationPolicyProtocol.proto, hadoop-common-project/hadoop-common/src/main/proto/RefreshCallQueueProtocol.proto, hadoop-common-project/hadoop-common/src/main/proto/RefreshUserMappingsProtocol.proto, hadoop-common-project/hadoop-common/src/main/proto/RpcHeader.proto, hadoop-common-project/hadoop-common/src/main/proto/Security.proto, hadoop-common-project/hadoop-common/src/main/proto/TraceAdmin.proto, hadoop-common-project/hadoop-common/src/main/proto/ZKFCProtocol.proto, hadoop-common-project/hadoop-common/src/test/proto/mini_rpc_benchmark.proto, hadoop-common-project/hadoop-common/src/test/proto/test.proto, hadoop-common-project/hadoop-common/src/test/proto/test_legacy.proto, hadoop-common-project/hadoop-common/src/test/proto/test_rpc_service.proto, hadoop-common-project/hadoop-common/src/test/proto/test_rpc_service_legacy.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/ClientDatanodeProtocol.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/ClientNamenodeProtocol.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/ReconfigurationProtocol.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/acl.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/datatransfer.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/encryption.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/erasurecoding.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/hdfs.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto, hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/xattr.proto, hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/proto/FederationProtocol.proto, hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/proto/RouterProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/AliasMapProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/DatanodeLifelineProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/DatanodeProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/HAZKInfo.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/HdfsServer.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/InterDatanodeProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/InterQJournalProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/JournalProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/NamenodeProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/QJournalProtocol.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/editlog.proto, hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto, hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/proto/TaskUmbilicalProtocol.proto, hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/proto/HSAdminRefreshProtocol.proto, hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/proto/MRClientProtocol.proto, hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/proto/mr_protos.proto, hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/proto/mr_service_protos.proto, hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/proto/ShuffleHandlerRecovery.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/YarnCsiAdaptor.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/application_history_client.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/applicationclient_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/applicationmaster_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/client_SCM_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/containermanagement_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/server/SCM_Admin_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/server/application_history_server.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/server/resourcemanager_administration_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/server/yarn_server_resourcemanager_service_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_csi_adaptor.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core/src/main/proto/ClientAMProtocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/proto/test_amrm_token.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/proto/yarn_security_token.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/src/main/proto/csi.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/proto/yarn_server_timelineserver_recovery.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/ResourceTracker.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/SCMUploader.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/collectornodemanager_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/distributed_scheduling_am_protocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/yarn_server_common_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/yarn_server_common_service_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/yarn_server_federation_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/proto/LocalizationProtocol.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/proto/yarn_server_nodemanager_recovery.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/proto/yarn_server_nodemanager_service_protos.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/proto/yarn_server_resourcemanager_recovery.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/proto/test_client_tokens.proto, hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/proto/test_token.proto |
| MCP server | not met | 0 / 20 | — |
| Runnable examples | met | 40 / 40 | example, examples |

## Collection warnings

- Could not fetch maven package 'org.apache.hadoop:hadoop-cloud-storage-project' from its registry
- Could not fetch maven package 'org.apache.hadoop:hadoop-common-project' from its registry
- Could not fetch maven package 'org.apache.hadoop:hadoop-dist' from its registry
- Could not fetch maven package 'org.apache.hadoop:hadoop-hdfs-project' from its registry
- Resolved dependency list truncated to 2000 of 2318 packages (counts remain complete)

## What this report is

inspect.software measures public repositories against a single published, versioned methodology and reports the result as a 1–100 health index. Findings are signals derived from what is visible in public repository data — they are not a security audit, a warranty, or an endorsement, and no result depends on payment.

- Methodology, formulas and weights: https://inspect.software/methodology.md
- What a result does and does not claim: https://inspect.software/wiki/signals-not-warranties.md
- Rating bands: https://inspect.software/wiki/scoring-bands.md
- Corrections: https://inspect.software/contact.md
- Index of all documents: https://inspect.software/llms.txt
