Kihwal Lee created HDFS-15203:
---------------------------------
Summary: A bug in ViewFileSystemBaseTest
Key: HDFS-15203
URL: https://issues.apache.org/jira/browse/HDFS-15203
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Kihwal Lee
Missing an assignment here:
{code:java}
@Test
public void testGetBlockLocations() throws IOException {
...
// Same test but now get it via the FileStatus Parameter
fsView.getFileBlockLocations(
fsView.getFileStatus(viewFilePath), 0, 10240+100);
targetBL = fsTarget.getFileBlockLocations(
fsTarget.getFileStatus(targetFilePath), 0, 10240+100);
compareBLs(viewBL, targetBL);
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]