Class ExperimentUtil


  • public class ExperimentUtil
    extends java.lang.Object
    • Method Detail

      • getProgressQuery

        public static java.lang.String getProgressQuery​(java.lang.String tablename)
      • getProgressQuery

        public static java.lang.String getProgressQuery​(java.lang.String tablename,
                                                        int numberOfParallelJobs)
      • getQueryToIdentifyCorruptRuns

        public static java.lang.String getQueryToIdentifyCorruptRuns​(java.lang.String tablename)
      • getQueryToListAllCorruptJobRuns

        public static java.lang.String getQueryToListAllCorruptJobRuns​(java.lang.String tablename)
      • getQueryToListAllRunningExecutions

        public static java.lang.String getQueryToListAllRunningExecutions​(java.lang.String tablename)
      • getQueryToListAllFailedExecutions

        public static java.lang.String getQueryToListAllFailedExecutions​(java.lang.String tablename)
      • getOccurredExceptions

        public static java.lang.String getOccurredExceptions​(java.lang.String tablename,
                                                             java.lang.String... ignorePatterns)