Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created August 20, 2014 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayunit100/f224cab9da623738bad5 to your computer and use it in GitHub Desktop.
Save jayunit100/f224cab9da623738bad5 to your computer and use it in GitHub Desktop.
tests work
<property name="user.language" value="en"/>
<property name="awt.toolkit" value="sun.awt.X11.XToolkit"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.version" value="1.7.0_65"/>
<property name="java.ext.dirs" value="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/ext:/usr/java/packages/lib/ext"/>
<property name="securerandom.source" value="file:/dev/./urandom"/>
<property name="sun.boot.class.path" value="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/rhino.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/jre/classes"/>
<property name="java.vendor" value="Oracle Corporation"/>
<property name="maven.home" value="/opt/apache-maven-3.2.3"/>
<property name="file.separator" value="/"/>
<property name="java.vendor.url.bug" value="http://bugreport.sun.com/bugreport/"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.cpu.isalist" value=""/>
</properties>
<testcase time="25.335" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[pi]"/>
<testcase time="29.36" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[wordcount]"/>
<testcase time="21.511" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[teragen]"/>
<testcase time="26.502" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[terasort]"/>
<testcase time="24.083" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[teravalidate]"/>
<testcase time="24.236" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[multifilewc]"/>
<testcase time="31.312" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[aggregatewordcount]"/>
<testcase time="31.327" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[aggregatewordhist]"/>
<testcase time="45.827" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[grep]"/>
<testcase time="27.266" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[secondarysort]"/>
<testcase time="34.883" classname="org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples" name="testMRExample[randomtextwriter]"/>
</testsuite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment