Oracle® In-Database Container for Hadoop Java API Reference
Release 1.0.1

E54638-01

Uses of Class
oracle.sql.hadoop.Job

Packages that use Job
oracle.sql.hadoop   
 

Uses of Job in oracle.sql.hadoop
 

Methods in oracle.sql.hadoop that return Job
static Job Job.copy(long key)
          Retrieve the configuration stored under key, if any.
static Job Job.lookup(long key)
          Retrieve the configuration stored under key, if any.
 

Methods in oracle.sql.hadoop with parameters of type Job
static void DBMultipleInputs.addInputTable(Job job, java.lang.String table, java.lang.Class<? extends org.apache.hadoop.mapreduce.Mapper> mapperClass)
          Add a table with a custom Mapper to the list of inputs for the map-reduce job.
static void DBMultipleInputs.addInputTable(Job job, java.lang.String table, java.lang.Class<? extends org.apache.hadoop.mapreduce.Mapper> mapperClass, java.lang.Class<?> keyClass, java.lang.Class<?> valueClass)
          Add a table with a custom Mapper to the list of inputs for the map-reduce job.
static void PipelinedJob.run(java.lang.String inTable, java.lang.String outTable, Job... jobs)
           
 


Oracle® In-Database Container for Hadoop Java API Reference
Release 1.0.1

E54638-01

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.