[
https://issues.apache.org/jira/browse/BIGTOP-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249485#comment-13249485
]
doug chang edited comment on BIGTOP-490 at 4/8/12 8:04 AM:
-----------------------------------------------------------
My JDK settings are different than the attached file; I use the sun jdk:
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.home" value="/home/ubuntu/downloads/jdk1.6.0_25/jre"/>
<property name="sun.java.command"
value="/home/ubuntu/bigtop-0.3.0-incubating/bigtop-tests/test-execution/smokes/hadoop/target/surefire/surefirebooter9119561626218680829.jar
/home/ubuntu/bigtop-0.3.0-incubating/bigtop-tests/test-execution/smokes/hadoop/target/surefire/surefire1511802907873195359tmp
/home/ubuntu/bigtop-0.3.0-incubating/bigtop-tests/test-execution/smokes/hadoop/target/surefire/surefire6316206966596680550tmp"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="en"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.version" value="1.6.0_25"/>
<property name="java.ext.dirs"
value="/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/ext:/usr/java/packages/lib/ext"/>
<property name="sun.boot.class.path"
value="/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/resources.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/rt.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/sunrsasign.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/jsse.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/jce.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/charsets.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/modules/jdk.boot.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
still stuck on cant find testConf.xml even though I copied it over and chmod 777
I cant pass the Hadoop smoke tests, ...
12/04/08 08:02:45 ERROR mapred.MiniMRCluster: Job tracker crashed
java.lang.NullPointerException
at java.io.File.<init>(File.java:222)
at org.apache.hadoop.mapred.JobHistory.initLogDir(JobHistory.java:531)
at org.apache.hadoop.mapred.JobHistory.init(JobHistory.java:499)
at org.apache.hadoop.mapred.JobTracker$2.run(JobTracker.java:2334)
at org.apache.hadoop.mapred.JobTracker$2.run(JobTracker.java:2331)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1093)
at org.apache.hadoop.mapred.JobTracker.<init>(JobTracker.java:2331)
at org.apache.hadoop.mapred.JobTracker.<init>(JobTracker.java:2192)
at org.apache.hadoop.mapred.JobTracker.<init>(JobTracker.java:2186)
at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:300)
at
org.apache.hadoop.mapred.MiniMRCluster$JobTrackerRunner$1.run(MiniMRCluster.java:114)
at
org.apache.hadoop.mapred.MiniMRCluster$JobTrackerRunner$1.run(MiniMRCluster.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1093)
at
org.apache.hadoop.mapred.MiniMRCluster$JobTrackerRunner.run(MiniMRCluster.java:112)
at java.lang.Thread.run(Thread.java:662)
12/04/08 08:02:46 INFO mapred.MiniMRCluster: mapred.local.dir is
/var/lib/hadoop/cache/ubuntu/mapred/local/0_0
was (Author: dougc33333):
My JDK settings are different than the attached file; I use the sun jdk:
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.home" value="/home/ubuntu/downloads/jdk1.6.0_25/jre"/>
<property name="sun.java.command"
value="/home/ubuntu/bigtop-0.3.0-incubating/bigtop-tests/test-execution/smokes/hadoop/target/surefire/surefirebooter9119561626218680829.jar
/home/ubuntu/bigtop-0.3.0-incubating/bigtop-tests/test-execution/smokes/hadoop/target/surefire/surefire1511802907873195359tmp
/home/ubuntu/bigtop-0.3.0-incubating/bigtop-tests/test-execution/smokes/hadoop/target/surefire/surefire6316206966596680550tmp"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="en"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.version" value="1.6.0_25"/>
<property name="java.ext.dirs"
value="/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/ext:/usr/java/packages/lib/ext"/>
<property name="sun.boot.class.path"
value="/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/resources.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/rt.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/sunrsasign.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/jsse.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/jce.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/charsets.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/lib/modules/jdk.boot.jar:/home/ubuntu/downloads/jdk1.6.0_25/jre/classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
still stuck on cant find testConf.xml even though I copied it over and chmod 777
> SmokeTest-Mahout test failures
> ------------------------------
>
> Key: BIGTOP-490
> URL: https://issues.apache.org/jira/browse/BIGTOP-490
> Project: Bigtop
> Issue Type: Bug
> Components: Tests
> Affects Versions: 0.3.0
> Reporter: David Liu
> Assignee: doug chang
> Fix For: 0.4.0
>
> Attachments:
> TEST-org.apache.bigtop.itest.mahout.smoke.TestMahoutExamples.xml
>
>
> Running org.apache.bigtop.itest.mahout.smoke.TestMahoutExamples
> Tests run: 8, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2,612.88 sec
> <<< FAILURE!
> Results :
> Failed tests:
>
> factorizeMovieLensRatings(org.apache.bigtop.itest.mahout.smoke.TestMahoutExamples)
>
> clusterControlDataWithFuzzyKMeans(org.apache.bigtop.itest.mahout.smoke.TestMahoutExamples)
> testReutersLDA(org.apache.bigtop.itest.mahout.smoke.TestMahoutExamples)
> More details in the attached xml.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira