-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28061 HBaseTestingUtility failed to start MiniHbaseCluster in c… #5401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ase of Hadoop3.3.1 Co-authored-by: Butao Zhang <butaozhang1@163.com>
a8c94b3
to
dd1523d
Compare
...cfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.java
Show resolved
Hide resolved
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
I've searched and removed all the calls to LocatedBlock.getLocations in hbase code base. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@@ -17,6 +17,8 @@ | |||
*/ | |||
package org.apache.hadoop.hbase.fs; | |||
|
|||
import static org.apache.hadoop.hbase.util.LocatedBlockHelper.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import static org.apache.hadoop.hbase.util.LocatedBlockHelper.*; | |
import static org.apache.hadoop.hbase.util.LocatedBlockHelper.getLocatedBlockLocations;*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems the eclipse formatter spotless plugin will not expand the star imports automatically...
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
…ase of Hadoop3.3.1 (apache#5401) Co-authored-by: Butao Zhang <butaozhang1@163.com> Signed-off-by: Xin Sun <ddupgs@gmail.com>
…ase of Hadoop3.3.1