Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1274

Add validation to YarnConfigurationConstructor

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • REEF-Runtime-YARN
    • None

    Description

      A frequent problem REEF applications encounter is a broken or unavailable YARN Configuration of the cluster. REEF can help with the diagnose of such issues as we always load / instantiate the YARN Configuration via o..r.runtime.yarn.util.YarnConfigurationConstructor. In that class, we can validate the YARN configuration and report WARNINGs into the log if something is odd. For example:

      • Is the RM IP set and reachable?
      • Is the classpath set and non-empty? If not, are the environment variables set?
      • Can a `FileSystem` instance be created using that configuration?

      There are probably more tests we can perform as we hear from our users.

      Attachments

        Activity

          People

            Unassigned Unassigned
            markus.weimer Markus Weimer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: