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

(cherry picked from commit 0eb9b19325)
This commit is contained in:
Andrew Wang 2015-09-01 10:57:32 -07:00
parent b1499ab0fe
commit 7d833a3058
3 changed files with 6 additions and 3 deletions

View File

@ -181,6 +181,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12367. Move TestFileUtil's test resources to resources folder.
(wang via yliu)
HADOOP-12369. Point hadoop-project/pom.xml java.security.krb5.conf
within target folder. (wang)
BUG FIXES
HADOOP-12124. Add HTrace support for FsShell (cmccabe)
@ -252,7 +255,7 @@ Release 2.8.0 - UNRELEASED
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs.
(Anu Engineer via xyao)
OPTIMIZATIONS
OPTIMIZATIONS
HADOOP-11785. Reduce the number of listStatus operation in distcp
buildListing (Zoran Dimitrijevic via Colin P. McCabe)

View File

@ -1179,7 +1179,7 @@
<test.build.classes>${test.build.classes}</test.build.classes>
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
<java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
<java.security.krb5.conf>${project.build.directory}/test-classes/krb5.conf</java.security.krb5.conf>
<java.security.egd>${java.security.egd}</java.security.egd>
<require.test.libhadoop>${require.test.libhadoop}</require.test.libhadoop>
</systemPropertyVariables>

View File

@ -198,7 +198,7 @@
<test.build.classes>${test.build.classes}</test.build.classes>
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
<java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
<java.security.krb5.conf>${project.build.directory}/test-classes/krb5.conf</java.security.krb5.conf>
<java.security.egd>${java.security.egd}</java.security.egd>
<require.test.libhadoop>${require.test.libhadoop}</require.test.libhadoop>
</systemPropertyVariables>