You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by fr...@apache.org on 2012/05/04 16:52:18 UTC

svn commit: r1334005 - /whirr/trunk/platforms/karaf/itests/src/test/java/org/apache/whirr/karaf/itest/WhirrServicesTest.java

Author: frankscholten
Date: Fri May  4 14:52:17 2012
New Revision: 1334005

URL: http://svn.apache.org/viewvc?rev=1334005&view=rev
Log:
Fixing the build. Reverted pig-client service.

Modified:
    whirr/trunk/platforms/karaf/itests/src/test/java/org/apache/whirr/karaf/itest/WhirrServicesTest.java

Modified: whirr/trunk/platforms/karaf/itests/src/test/java/org/apache/whirr/karaf/itest/WhirrServicesTest.java
URL: http://svn.apache.org/viewvc/whirr/trunk/platforms/karaf/itests/src/test/java/org/apache/whirr/karaf/itest/WhirrServicesTest.java?rev=1334005&r1=1334004&r2=1334005&view=diff
==============================================================================
--- whirr/trunk/platforms/karaf/itests/src/test/java/org/apache/whirr/karaf/itest/WhirrServicesTest.java (original)
+++ whirr/trunk/platforms/karaf/itests/src/test/java/org/apache/whirr/karaf/itest/WhirrServicesTest.java Fri May  4 14:52:17 2012
@@ -48,7 +48,7 @@ public class WhirrServicesTest extends W
     executeCommand("features:install whirr-hama");
     executeCommand("features:install whirr-hbase");
     executeCommand("features:install whirr-puppet");
-//    executeCommand("features:install whirr-pig");
+    executeCommand("features:install whirr-pig");
     executeCommand("features:install whirr-mahout");
     executeCommand("features:install whirr-zookeeper");
 
@@ -66,7 +66,7 @@ public class WhirrServicesTest extends W
     testService("hbase-master", "hbase-regionserver", "hbase-restserver", "hbase-avroserver", "hbase-thriftserver");
     testService("puppet-install");
     testService("mahout-client");
-//    testService("pig-client");
+    testService("pig-client");
     testService("zookeeper");
   }