Nick Dimiduk created HBASE-24287:
------------------------------------
Summary: TestExportSnapshotWithTemporaryDirectory fails with "No
such file or directory"
Key: HBASE-24287
URL: https://issues.apache.org/jira/browse/HBASE-24287
Project: HBase
Issue Type: Test
Components: test
Affects Versions: 2.3.0
Reporter: Nick Dimiduk
Attachments:
TEST-org.apache.hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory.xml
Running tests locally last night, I get this failure.
{noformat}
org.apache.hadoop.yarn.exceptions.YarnRuntimeException:
org.apache.hadoop.service.ServiceStateException: ExitCodeException exitCode=1:
chmod:
/private/tmp/hadoop-yarn-ndimiduk/node-attribute/nodeattribute.mirror.writing:
No such file or directory
at
org.apache.hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory.setUpBeforeClass(TestExportSnapshotWithTemporaryDirectory.java:43)
Caused by: org.apache.hadoop.service.ServiceStateException:
ExitCodeException exitCode=1: chmod:
/private/tmp/hadoop-yarn-ndimiduk/node-attribute/nodeattribute.mirror.writing:
No such file or directory
at
org.apache.hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory.setUpBeforeClass(TestExportSnapshotWithTemporaryDirectory.java:43)
Caused by: org.apache.hadoop.util.Shell$ExitCodeException:
chmod:
/private/tmp/hadoop-yarn-ndimiduk/node-attribute/nodeattribute.mirror.writing:
No such file or directory
at
org.apache.hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory.setUpBeforeClass(TestExportSnapshotWithTemporaryDirectory.java:43)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)