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.
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()) {
|
||||
Path p = Store.getStoreHomedir(tabledir, split.getEncodedName(),
|
||||
family.getName());
|
||||
if (!this.master.getFileSystem().exists(p)) continue;
|
||||
// Look for reference files. Call listStatus with an anonymous
|
||||
// instance of PathFilter.
|
||||
LOG.debug("Looking for reference files in: " + p);
|
||||
FileStatus [] ps =
|
||||
this.master.getFileSystem().listStatus(p, new PathFilter () {
|
||||
public boolean accept(Path path) {
|
||||
LOG.debug("isReference: " + path);
|
||||
return StoreFile.isReference(path);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue