Changes between Initial Version and Version 1 of Ticket #41332, comment 2


Ignore:
Timestamp:
Dec 4, 2013, 11:54:38 AM (10 years ago)
Author:
d5nguyenvan@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41332, comment 2

    initial v1  
    22> Hadoop fails final build on OSX 10.9 Mavericks on late 2013 MBP. 
    33
    4 I think you use Java 1.7 or greater when trying to install hadoop 1.2.1, I trace the build and change java to 1.6 and build complete. Using these steps to install the hadoop:
     4I 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:
    551. Change to root user (sudo su)
    662. Change to java 1.6 (export JAVA_HOME=`/usr/libexec/java_home -v 1.6`)