Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Cache FileStatus in Footer to reduce redundant NameNode RPC calls

Closed
#3,394 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
hadoop, java

Research direction

Start by tracing getFileStatus() calls during Parquet split generation and inspect how the Footer is processed for each Parquet file. Confirm where a FileStatus cache can remain within the existing code path without changing behavior. Done means one fewer NameNode RPC per file, preserved backward compatibility, and reduced calls for workloads with many small files.

Written by the indexing model from the issue text.

Description

Type: enhancement
Describe the enhancement requested

Optimization reduces redundant getFileStatus() RPC calls to the NameNode
when processing Parquet files.

Benefits:

  • Reduces NameNode RPC calls by 1 per Parquet file during split generation
  • For workloads with thousands of small files, this can significantly reduce
      NameNode pressure and improve job startup time
  • Maintains full backward compatibility with existing code paths
Component(s)

Core

Dominant language
Java
Stars
3.1k
Forks
1.6k
Avg merge
6d 16h
Merged PRs (30d)
36

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/parquet-java

All issues in apache/parquet-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.