Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6264

Incorrect log config path for Drill-on-YARN client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.13.0
    • None
    • None
    • None

    Description

      Install Drill 1.13. Set up Drill-on-YARN as described in USAGE.md.

      Before launching DoY, use the debug option to display the environment in which the DoY client runs.

      $DRILL_HOME/bin/drill-on-yarn.sh --site $DRILL_SITE debug
      

      Observe the following:

      Command: .../bin/java ... -Dlogback.configurationFile=yarn-client-log.xml
      

      Note that the path is relative. This will only work if the command is run from the site directory. The path should be absolute, and needs to be resolved:

      • If the file exists in the $DRILL_CONF directory, use that path.
      • Else, use the file in $DRILL_HOME/conf.

      The result should be:

      ... -Dlogback.configurationFile=/path/to/site/yarn-client-log.xml
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            paul-rogers Paul Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: