Interface AddElementsFromHdfsJobFactory

    • Method Detail

      • prepareStore

        void prepareStore​(Store store)
                   throws StoreException
        Prepares the store for the add from hdfs. For example this could create a table to store the elements in.
        Parameters:
        store - The store.
        Throws:
        StoreException - If an error occurs.