HBASE-1942 Update hadoop jars in trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b58a646039
commit
ecd4cecd19
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/hadoop-hdfs-test-0.21.0-dev-hdfs127-r823721.jar → lib/hadoop-hdfs-test-0.21.0-dev-r831142.jar
BIN
lib/hadoop-hdfs-test-0.21.0-dev-hdfs127-r823721.jar → lib/hadoop-hdfs-test-0.21.0-dev-r831142.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -320,13 +320,12 @@ abstract class BaseScanner extends Chore implements HConstants {
|
|||||||
for (HColumnDescriptor family: split.getTableDesc().getFamilies()) {
|
for (HColumnDescriptor family: split.getTableDesc().getFamilies()) {
|
||||||
Path p = Store.getStoreHomedir(tabledir, split.getEncodedName(),
|
Path p = Store.getStoreHomedir(tabledir, split.getEncodedName(),
|
||||||
family.getName());
|
family.getName());
|
||||||
|
if (!this.master.getFileSystem().exists(p)) continue;
|
||||||
// Look for reference files. Call listStatus with an anonymous
|
// Look for reference files. Call listStatus with an anonymous
|
||||||
// instance of PathFilter.
|
// instance of PathFilter.
|
||||||
LOG.debug("Looking for reference files in: " + p);
|
|
||||||
FileStatus [] ps =
|
FileStatus [] ps =
|
||||||
this.master.getFileSystem().listStatus(p, new PathFilter () {
|
this.master.getFileSystem().listStatus(p, new PathFilter () {
|
||||||
public boolean accept(Path path) {
|
public boolean accept(Path path) {
|
||||||
LOG.debug("isReference: " + path);
|
|
||||||
return StoreFile.isReference(path);
|
return StoreFile.isReference(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user