use of org.apache.hadoop.net.unix.TemporarySocketDirectory in project hadoop by apache.
the class TestShortCircuitLocalRead method init.
@BeforeClass
public static void init() {
sockDir = new TemporarySocketDirectory();
DomainSocket.disableBindPathValidation();
}
use of org.apache.hadoop.net.unix.TemporarySocketDirectory in project hadoop by apache.
the class TestTracingShortCircuitLocalRead method init.
@BeforeClass
public static void init() {
sockDir = new TemporarySocketDirectory();
DomainSocket.disableBindPathValidation();
}
Aggregations