Search in sources :

Example 1 with Configuration

use of alluxio.Configuration in project zeppelin by apache.

the class AlluxioInterpreter method open.

@Override
public void open() {
    logger.info("Starting Alluxio shell to connect to " + alluxioMasterHostname + " on port " + alluxioMasterPort);
    System.setProperty(ALLUXIO_MASTER_HOSTNAME, alluxioMasterHostname);
    System.setProperty(ALLUXIO_MASTER_PORT, alluxioMasterPort);
    fs = new AlluxioShell(new Configuration());
}
Also used : Configuration(alluxio.Configuration) AlluxioShell(alluxio.shell.AlluxioShell)

Aggregations

Configuration (alluxio.Configuration)1 AlluxioShell (alluxio.shell.AlluxioShell)1