Package com.facebook.presto.raptor

Examples of com.facebook.presto.raptor.RaptorPlugin


                .put("metadata.db.type", "h2")
                .put("metadata.db.filename", new File(baseDir, "db").getAbsolutePath())
                .put("storage.data-directory", new File(baseDir, "data").getAbsolutePath())
                .build();

        server.installPlugin(new RaptorPlugin());
        server.createConnection("default", "raptor", raptorProperties);

        return server;
    }
View Full Code Here

TOP

Related Classes of com.facebook.presto.raptor.RaptorPlugin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.