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

org.apache.lens.examples
Class PopulateSampleMetastore

java.lang.Object
  extended by org.apache.lens.examples.PopulateSampleMetastore

public class PopulateSampleMetastore
extends Object


Constructor Summary
PopulateSampleMetastore()
           
 
Method Summary
 void close()
           
static void main(String[] args)
           
 void populateAll()
           
 void populateDimTables()
           
 void populateFactTables()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulateSampleMetastore

public PopulateSampleMetastore()
                        throws JAXBException
Throws:
JAXBException
Method Detail

close

public void close()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

populateAll

public void populateAll()
                 throws JAXBException,
                        IOException
Throws:
JAXBException
IOException

populateDimTables

public void populateDimTables()
                       throws JAXBException,
                              IOException
Throws:
JAXBException
IOException

populateFactTables

public void populateFactTables()
                        throws JAXBException,
                               IOException
Throws:
JAXBException
IOException


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