2017-07-17 53 views

回答

0

我不确定你是否还在寻找答案。但在这里。首先设置HADOOP_CLASSPATH,然后使用jar选项调用可执行文件“hadoop”以查找phoenix客户机jar以及要使用参数运行的类。
以下内容可以帮助您了解hadoop命令的用法(尝试在您的ssh shell中输入hadoop)

Usage: hadoop [--config confdir] [COMMAND | CLASSNAME] 
    CLASSNAME   run the class named CLASSNAME 
or 
    where COMMAND is one of: 
    fs     run a generic filesystem user client 
    version    print the version 
    jar <jar>   run a jar file 
         note: please use "yarn jar" to launch 
          YARN applications, not this command. 
    checknative [-a|-h] check native hadoop and compression libraries availability 
    distcp <srcurl> <desturl> copy file or directories recursively 
    envvars    display computed Hadoop environment variables 
    archive -archiveName NAME -p <parent path> <src>* <dest> create a hadoop archive 
    classpath   prints the class path needed to get the 
    credential   interact with credential providers 
         Hadoop jar and the required libraries 
    daemonlog   get/set the log level for each daemon 
    trace    view and modify Hadoop tracing settings 

Most commands print help when invoked w/o parameters.