Class SparkMasterRegex

Object
org.apache.spark.SparkMasterRegex

public class SparkMasterRegex extends Object
A collection of regexes for extracting information from the master string.
  • Constructor Details

    • SparkMasterRegex

      public SparkMasterRegex()
  • Method Details

    • LOCAL_N_REGEX

      public static scala.util.matching.Regex LOCAL_N_REGEX()
    • LOCAL_N_FAILURES_REGEX

      public static scala.util.matching.Regex LOCAL_N_FAILURES_REGEX()
    • LOCAL_CLUSTER_REGEX

      public static scala.util.matching.Regex LOCAL_CLUSTER_REGEX()
    • SPARK_REGEX

      public static scala.util.matching.Regex SPARK_REGEX()
    • KUBERNETES_REGEX

      public static scala.util.matching.Regex KUBERNETES_REGEX()
    • isK8s

      public static boolean isK8s(String master)
    • isK8s

      public static boolean isK8s(scala.Option<String> master)