163. Getting help of sqoop using command line

  • To get information on all high level sqoop commands available for usage
    • sqoop help
  • To get the version of the sqoop installed.
    • sqoop version
  • To get information on a particular command use
    • sqoop help COMMAND
    • Example: sqoop help eval

Share this post