job命令帮助信息

    1. $ bin/sqoop help job # 或者 job --help
    2. usage: sqoop job [GENERIC-ARGS] [JOB-ARGS] [-- [<tool-name>] [TOOL-ARGS]]
    3. Job management arguments:
    4. --create <job-id> Create a new saved job
    5. --delete <job-id> Delete a saved job
    6. --exec <job-id> Run a saved job
    7. --help Print usage instructions
    8. --list List saved jobs
    9. --meta-connect <jdbc-uri> Specify JDBC connect string for the
    10. metastore
    11. --show <job-id> Show the parameters for a saved job
    12. --verbose Print more information while working
    13. Generic Hadoop command-line arguments:
    14. (must preceed any tool-specific arguments)
    15. Generic options supported are
    16. -conf <configuration file> specify an application configuration file
    17. -D <property=value> use value for given property
    18. -fs <local|namenode:port> specify a namenode
    19. -jt <local|jobtracker:port> specify a job tracker
    20. -files <comma separated list of files> specify comma separated files to be copied to the map reduce cluster
    21. -libjars <comma separated list of jars> specify comma separated jar files to include in the classpath.
    22. -archives <comma separated list of archives> specify comma separated archives to be unarchived on the compute machines.
    23. The general command line syntax is
    24. bin/hadoop command [genericOptions] [commandOptions]