Hadoop Cluster Series one: Linux installation Jdk__linux

Source: Internet
Author: User

1: Upload JDK package, use XFTP


2: Query the built-in JDK version

Rpm-qa|grep JDK


3. Uninstall the built-in JDK

sudo rpm-e--nodeps java-1.8.0-openjdk-headless-1.8.0.131-11.b12.el7.x86_64 Java-1.8.0-openjdk-1.8.0.131-11.b12.el7.x86_64 java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.5.el7.x86_64 Copy-jdk-configs-2.2-3.el7.noarch java-1.7.0-openjdk-1.7.0.141-2.6.10.5.el7.x86_64


4. Configure System Environment variables

sudo vim/etc/profile

Export java_home=/opt/app/jdk1.8.0_144
Export path= $JAVA _home/bin: $PATH
Export classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar


5. Make configuration effective

Source/etc/profile

6. Verify that the installation is successful


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.