SQOOP SQLSERVER Failed to load driver “ appropriate connection manager is not being set”

后端 未结 4 800
夕颜
夕颜 2021-02-14 11:05

I downloaded sqljdbc4.jar. I\'m invoking sqoop like so from the folder (where the jar is stored):

sqoop list-tables --driver com.microso

4条回答
  •  醉酒成梦
    2021-02-14 11:19

    According to this sqoop documentation, generic options like -libjars must come before tool-specific options:

    Generic Hadoop command-line arguments:
    (must preceed any tool-specific arguments)
    ...
    -libjars specify comma separated jar files to include in the classpath.

提交回复
热议问题