Interface JobInitialiser

    • Method Detail

      • initialiseJob

        void initialiseJob​(org.apache.hadoop.mapreduce.Job job,
                           MapReduce operation,
                           Store store)
                    throws IOException
        Initialises a job. This will probably involve setting up the job configuration.
        Parameters:
        job - the Job to be initialised
        operation - the MapReduce containing configuration.
        store - the Store that will handle the Operation
        Throws:
        IOException - if IO issues occur