Skip to content

Conversation

@dengzhhu653
Copy link
Member

NOTICE

Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

@hadoop-yetus

This comment has been minimized.

@hadoop-yetus

This comment has been minimized.

Copy link
Contributor

@steveloughran steveloughran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. production code ready to go, just some test tuning to work on

@hadoop-yetus

This comment has been minimized.

@hadoop-yetus

This comment has been minimized.

@steveloughran
Copy link
Contributor

checkstyle

./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java:50:  private static CountDownLatch LATCH = new CountDownLatch(1);:33: Name 'LATCH' must match pattern '^[a-z][a-zA-Z0-9]*$'. [StaticVariableName]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java:71:    final LocatedFileStatusFetcher fetcher = new LocatedFileStatusFetcher(conf, dirs, true,: Line is longer than 80 characters (found 91). [LineLength]
./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestLocatedFileStatusFetcher.java:108:        // Try to sleep some time to let LocatedFileStatusFetcher#getFileStatuses be: Line is longer than 80 characters (found 84). [LineLength]

@hadoop-yetus

This comment has been minimized.

Copy link
Contributor

@steveloughran steveloughran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from me, merging

@steveloughran steveloughran merged commit f13c7b1 into apache:trunk Nov 23, 2020
asfgit pushed a commit that referenced this pull request Nov 23, 2020
…2469)

Contributed by Zhihua Deng.

Change-Id: Iee62539d02bd8f8a928171d8258e640487050a05
@steveloughran
Copy link
Contributor

merged to trunk, backported to branch-3.3; tested the new test case before pushing up.

FWIW, now that trunk has a shaded guava and branch-3.3 isn't, we all need to do that extra diligence on backporting...

jojochuang pushed a commit to jojochuang/hadoop that referenced this pull request May 23, 2023
…sFetcher. (apache#2469)

Contributed by Zhihua Deng.

Conflicts:
  hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/LocatedFileStatusFetcher.java

Change-Id: I34ca51512c2b2296dfcab834b1afa113602cdae2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants