热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Hadoop:创建数据库管理器时出错-Hadoop:Goterrorcreatingdatabasemanager

whenItriedtorunasqoopcommmand,Igetanerrorsayingnomanagerforconnectstring当我试图运行一个s

when I tried to run a sqoop commmand, I get an error saying no manager for connect string

当我试图运行一个sqoop命令时,我得到一个错误,说没有连接字符串的管理器

What I try to run:

我想跑的:

sqoop export --connect "jdbc:vertica://xxxxxxxx.com:5433/PPS_GIIA" --username xxxxx --password      
xxxxx --table Country -m 1 --export-dir /Eservices/SIPOC/SQLimport/part-m-0000 --input-  
fields- terminated-by ',' --lines-terminated-by '\n'

The error that I get:

我得到的错误是:

WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P         
instead.ERROR tool.BaseSqoopTool: Got error creating database manager: java.io.IOException: No    
manager for connect string: jdbc:vertica://xxx:5637/xxx at                                                              
org.apache.sqoop.ConnFactory.getManager(ConnFactory.java:185)

I've already copied the Vertica driver and placed it in /sqoop-1.4.3/lib. Anyone has idea what caused this?

我已经复制了Vertica驱动程序并将它放在/sqoop-1.4.3/lib中。有人知道是什么引起的吗?

1 个解决方案

#1


5  

You are missing driver in the command line. It should be of the form:

在命令行中缺少驱动程序。它的形式应该是:

--driver 
--driver com.vertica.jdbc.Driver

推荐阅读
author-avatar
十饮魂
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有