You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ju...@apache.org on 2012/07/27 02:04:37 UTC

svn commit: r1366242 - in /pig/trunk: CHANGES.txt build.xml

Author: julien
Date: Fri Jul 27 00:04:37 2012
New Revision: 1366242

URL: http://svn.apache.org/viewvc?rev=1366242&view=rev
Log:
PIG-2740: get rid of "java[77427:1a03] Unable to load realm info from SCDynamicStore" log lines when running pig tests (julien)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1366242&r1=1366241&r2=1366242&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri Jul 27 00:04:37 2012
@@ -210,6 +210,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-2740: get rid of "java[77427:1a03] Unable to load realm info from SCDynamicStore" log lines when running pig tests (julien)
+
 PIG-2839: mock.Storage overwrites output with the last relation written when storing UNION (julien)
 
 PIG-2840: Fix SchemaTuple bugs (jcoveney)

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1366242&r1=1366241&r2=1366242&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Fri Jul 27 00:04:37 2012
@@ -815,6 +815,8 @@
             <!-- <sysproperty key="hod.command" value="${hod.command}"/>
             			<sysproperty key="hod.param" value="${hod.param}"/> -->
             <sysproperty key="hadoop.log.dir" value="${test.log.dir}"/>
+            <sysproperty key="java.security.krb5.realm" value="" />
+            <sysproperty key="java.security.krb5.kdc" value="" />
             <classpath>
                 <pathelement location="${output.jarfile.withouthadoop}" />
                 <pathelement location="${test.build.classes}" />