Shell script -- run hadoop on linux Terminal -- java file

Source: Internet
Author: User
Shell script -- run hadoop on linux Terminal -- the java file is saved as test. sh. the java file is wc. java, [Note: it will be packaged into 1. jar, the main function class is wc, the input directory address on hdfs is input, and the output directory address on hdfs is output. [note: The input directory and output directory are not... shell script -- run hadoop on linux Terminal -- the java file is saved as test. sh. the java file is wc. java, [Note: it will be packaged into 1. jar, the main function class is wc, the input directory address on hdfs is input, and the output directory address on hdfs is output [Note: The input directory and output directory are not required] www.2cto.com run :. /test. sh wc. java wc input output [plain] #! /Bin/bash # echo "$ #$0 $1 $2" HH = $ HADOOP_HOME if [$ #-lt 2]; then echo "usage: jc. sh source. java ClassName [InputFile] [OutputFile] "exit 0 elif [$ {1 ##*.}! = "Java"]; then echo "Notice: source. java! "Exit 0 else rm-r. /classes/* javac-classpath $ HH/hadoop-mapred-0.22.0.jar: $ HH/hadoop-hdfs-0.22.0.jar: $ HH/hadoop-common-0.22.0.jar: $ HH/lib/commons-cli-1.2.jar-d classes. /$1 jar-cvf 1.jar-C classes /. echo "=================== Output ======================================" if [$ #-eq 2]; then hadoop jar 1.jar $2 elif [$ #-eq 3]; then hadoop jar 1.jar $2 $3 elif [$ #-eq 4]; then hadoop jar 1.jar $2 $3 $4 fi echo "========================== ================= "rm 1.jar fi
Related Article

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.