use of org.apache.hadoop.fs.test.connector.HcfsTestConnectorInterface in project glusterfs-hadoop by gluster.
the class HCFSTestWorkingDir method setUp.
@Before
public void setUp() throws Exception {
HcfsTestConnectorInterface connector = HcfsTestConnectorFactory.getHcfsTestConnector();
fSys = connector.create();
}
use of org.apache.hadoop.fs.test.connector.HcfsTestConnectorInterface in project glusterfs-hadoop by gluster.
the class HcfsMainOperationsBaseTest method setUp.
@Before
public void setUp() throws Exception {
HcfsTestConnectorInterface connector = HcfsTestConnectorFactory.getHcfsTestConnector();
fSys = connector.create();
super.setUp();
}
Aggregations