Details
Description
entries in /etc/environment-
JAVA_HOME="/usr/lib/jvm/jdk1.7.0"
#JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.26"
JAVA5_HOME="/usr/lib/jvm/jdk1.7.0"
#JAVA5_HOME="/usr/lib/jvm/java-6-sun-1.6.0.26"
— other entries –
git svn clone from trunk
cd trunk
make hadoop-deb
compile error after 5 minutes -
/trunk/output/hadoop/hadoop-0.20.205.0/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/Gridmix.java:396: error: type argument ? extends T is not within bounds of type-variable E
BUILD FAILED
/home/shilpa/personal/open_source/apache_bigtop_src/trunk/output/hadoop/hadoop-0.20.205.0/build.xml:659: The following error occurred while executing this line:
/home/shilpa/personal/open_source/apache_bigtop_src/trunk/output/hadoop/hadoop-0.20.205.0/src/contrib/build.xml:30: The following error occurred while executing this line:
/home/shilpa/personal/open_source/apache_bigtop_src/trunk/output/hadoop/hadoop-0.20.205.0/src/contrib/build-contrib.xml:185: Compile failed; see the compiler error output for details.
works fine with java 6
would be nice if it could also work with java 7.
Attachments
Issue Links
- relates to
-
HADOOP-8329 Build fails with Java 7
- Closed