Basic Environment Building for Hadoop learning first step

Source: Internet
Author: User

1. Download and install Ubuntukylin-15.10-desktop-amd64.iso

2. Install SSH

sudo apt-get install openssh-server openssh-client

3. Build VSFTPD

#sudo apt-get Update

#sudo Apt-get Install VSFTPD

Configuration Reference http://www.linuxidc.com/Linux/2015-01/111970.htm

Http://jingyan.baidu.com/article/67508eb4d6c4fd9ccb1ce470.html

Http://zhidao.baidu.com/link?url= vempmg5sv6iuft4qzqivtihtxwuoaqalgal7boc5xrtumplrdfa-omfctzpetnzuqai0hgjbggdpnldob6hl5ihgtgvwdgsms88ilvhco4c

VSFTPD start, shutdown, and restart

$sudo/etc/init.d/vsftpd Start #开始
$sudo/etc/init.d/vsftpd Stop #关闭
$sudo/etc/init.d/vsftpd Restart #重启

4. Installing jdk1.6

./jdk-6u45-linux-x64.bin

Environment variable Configuration
# Vi/etc/profile
At the end of the profile, add
# Set Java environment
Export java_home=/usr/java/jdk1.6.0_24
Export classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar
Export path= $JAVA _home/bin: $PATH
After the configuration is complete, save exit.
Do not restart, update command
#source/etc/profile
Test whether the installation was successful
# java–version

Other questions:

1.sudo appears unable to resolve host workaround

Reference http://blog.csdn.net/yuzhiyuxia/article/details/19998665

2.Linux stop at starting SendMail solution when starting up

Reference http://blog.chinaunix.net/uid-21675795-id-356995.html

3.ubuntu when installing software e:unable to locate package vsftpd

Reference http://www.ithao123.cn/content-2584008.html

4.[linux/ubuntu] Vi/vim Use method explanation

Reference http://www.cnblogs.com/emanlee/archive/2011/11/10/2243930.html

Basic Environment Building for Hadoop learning first step

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.