[
https://issues.apache.org/jira/browse/HADOOP-12369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725047#comment-14725047
]
Steve Loughran commented on HADOOP-12369:
-----------------------------------------
+1
> Point hadoop-project/pom.xml java.security.krb5.conf within target folder
> -------------------------------------------------------------------------
>
> Key: HADOOP-12369
> URL: https://issues.apache.org/jira/browse/HADOOP-12369
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.7.1
> Reporter: Andrew Wang
> Assignee: Andrew Wang
> Priority: Minor
> Attachments: hadoop-12369.001.patch
>
>
> 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:
> {noformat}
> -
> <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>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)