Hi, I used to meet the same error, you should install mvn first, similar with follows:
wget http://mirror.olnevhost.net/pub/apache/maven/binaries/apache-maven-3.0.4-bin.tar.gz tar xvf apache-maven-3.0.4-bin.tar.gz Next add the env variables to your ~/.bashrc file export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.4 export M2=$M2_HOME/bin export PATH=$M2:$PATH Verify everything is working with the following command mvn -version Wang Yu �l件人: Y.W. Mars Huang �l送�r�g: 2013-05-10 14:24 收件人: mesos-dev 抄送: �S�┪� 主�}: problem on mvn of mesos/hadoop Dear Sir When I trird out install hadoop over mesos via TUTORIAL.sh, I got some messages as following as --- start --- which: no mvn in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) We seem to be missing mvn from the path. Please install mvn and re-run this tutorial. --- end --- Could you help me to solve this? If you have any questions, please feel free to ask yours, Mars ========================================= The Institute for Information Industry Cloud System Software Institute Cloud Platform Development Center Cloud System Deployment Section �S�┪� (Mars Y.W. Huang) Ph.D. TEL: (02) 6607-2744 FAX: (02) 6607-2799 E-mail:[email protected] 台北市 105 松山�^健康路 156 �� 7 ��(��端所) =========================================
