org.apache.hadoop.chukwa.extraction.database
Class DatabaseLoader

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.database.DatabaseLoader

public class DatabaseLoader
extends Object


Constructor Summary
DatabaseLoader()
           
 
Method Summary
static void loadData(org.apache.hadoop.fs.FileSystem fs, String inputDirectory, HashMap<String,String> dataSources)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseLoader

public DatabaseLoader()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        URISyntaxException
Parameters:
args -
Throws:
URISyntaxException
IOException

loadData

public static void loadData(org.apache.hadoop.fs.FileSystem fs,
                            String inputDirectory,
                            HashMap<String,String> dataSources)
                     throws IOException
Throws:
IOException


Copyright © ${year} The Apache Software Foundation