Class BuildProfileJob

  • All Implemented Interfaces:
    java.lang.Runnable

    public class BuildProfileJob
    extends java.lang.Object
    implements java.lang.Runnable
    Job that builds a ProfileSchema
    • Field Detail

      • performFeatureCatalogCalculations

        public java.util.function.Supplier<java.lang.Boolean> performFeatureCatalogCalculations
        Perform FeatureCatalog calculations, is an expensive operation and may be set to false depending on the dataset
      • getDataset

        public java.util.function.BiFunction<java.lang.String,​java.lang.String,​org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>> getDataset
    • Constructor Detail

      • BuildProfileJob

        public BuildProfileJob​(java.lang.String project,
                               java.lang.String profileSchema,
                               CortexContext cortexContext)
        Constructor
        Parameters:
        project - the project
        profileSchema - the schema
        cortexContext - the context
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable