Changes between Initial Version and Version 1 of Ticket #41332, comment 2
- Timestamp:
- Dec 4, 2013, 11:54:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41332, comment 2
initial v1 2 2 > Hadoop fails final build on OSX 10.9 Mavericks on late 2013 MBP. 3 3 4 I think you use Java 1.7 or greater when trying to install hadoop 1.2.1, I trace the build andchange java to 1.6 and build complete. Using these steps to install the hadoop:4 I think you use Java 1.7 or greater when trying to install hadoop 1.2.1, I trace the build log, then change java to 1.6 and build complete. Using these steps to install the hadoop: 5 5 1. Change to root user (sudo su) 6 6 2. Change to java 1.6 (export JAVA_HOME=`/usr/libexec/java_home -v 1.6`)