This project has retired. For details please refer to its Attic page.
LensServer (Lens 2.0.1-beta-incubating API)

org.apache.lens.server
Class LensServer

java.lang.Object
  extended by org.apache.lens.server.LensServer

public class LensServer
extends Object

The Class LensServer.


Field Summary
static org.apache.commons.logging.Log LOG
          The Constant LOG.
 
Method Summary
static void main(String[] args)
          The main method.
 void start()
          Start.
 void startServices(org.apache.hadoop.hive.conf.HiveConf conf)
          Start services.
 void stop()
          Stop.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
The Constant LOG.

Method Detail

startServices

public void startServices(org.apache.hadoop.hive.conf.HiveConf conf)
Start services.

Parameters:
conf - the conf

start

public void start()
           throws IOException
Start.

Throws:
IOException - Signals that an I/O exception has occurred.

stop

public void stop()
Stop.


main

public static void main(String[] args)
                 throws Exception
The main method.

Parameters:
args - the arguments
Throws:
Exception - the exception


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.