Set JDK path under Mac, set Hadoop path

Source: Internet
Author: User

1. Touch ~/.bash_profile Create a file

2. Vim ~/.bash_profile

Java_home=/library/java/javavirtualmachines/jdk1.8.0_112.jdk/contents/home
Export Java_home
Export classpath=.: $JAVA _home
Export path= $PATH: $JAVA _home/bin: $JAVA _home/jre/bin
Export classpath=.: $JAVA _home/lib: $CLASSPATH

m3_home=/users/zhangfuxin/zfxtool/apache-maven-3.3.9

Path= $M 3_home/bin: $PATH

Export M3_home
Export PATH
hadoop_home=/users/zhangfuxin/zfxtool/hadoop-2.7.3
Path= $HADOOP _home/bin: $PATH
Path= $HADOOP _home/sbin: $PATH
Export Hadoop_home
Export PATH
3. SOURCE ~/.bash_profile

Okay, OK.

Set JDK path under Mac, set Hadoop path

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.