[pig] remove hadoop-yarn-server-tests dep

Peter MacKinnon pmackinn at fedoraproject.org
Mon Jul 7 20:59:27 UTC 2014


commit 3314c4eaace54c1bc7ca3bc73e0c56f3039bc045
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Mon Jul 7 20:59:17 2014 +0000

    remove hadoop-yarn-server-tests dep

 pig.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/pig.spec b/pig.spec
index 9ca8a2d..96f9e05 100644
--- a/pig.spec
+++ b/pig.spec
@@ -92,6 +92,9 @@ sed -i '/jopt-simple/,+1d' ivy.xml
 sed -i '/hive-exec/,+1d' ivy.xml
 sed -i 's/com.yammer.metrics/com.codahale.metrics/' ivy.xml
 
+#TODO: problems with this one but appears to be unneeded
+sed -i '/hadoop-yarn-server-tests/,+3d' ivy.xml
+
 # harmless missing ant exec but we'll take it out
 sed -i "/<svnversion/d" build.xml
 
@@ -184,6 +187,7 @@ cp -r build/docs %{buildroot}%{_javadocdir}/%{name}
 %changelog
 * Mon Jul 07 2014 Peter MacKinnon <pmackinn at redhat.com> 0.13.0-1
 - update to 0.13.0
+- remove hadoop-yarn-server-tests dep
 
 * Fri Jun 20 2014 Peter MacKinnon <pmackinn at redhat.com> 0.12.0-5
 - enable jython support


More information about the scm-commits mailing list