Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12369

Point hadoop-project/pom.xml java.security.krb5.conf within target folder

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.7.1
    • 2.8.0, 3.0.0-alpha1
    • None
    • None

    Description

      This is used in the unit test environment, pointing within the src tree is naughty. The fix is simply to update to point within the target directory instead:

      -            <java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
      +            <java.security.krb5.conf>${test.cache.data}/krb5.conf</java.security.krb5.conf>
      

      Attachments

        1. hadoop-12369.001.patch
          2 kB
          Andrew Wang

        Activity

          People

            andrew.wang Andrew Wang
            andrew.wang Andrew Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: