为什么我收到保存的sqoop作业的table not found错误?

70gysomp  于 2021-06-03  发布在  Sqoop
关注(0)|答案(0)|浏览(225)

我正在使用aws电子病历。执行保存的sqoop作业时,收到以下错误:

Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will fail.
Please set $ACCUMULO_HOME to the root of your Accumulo installation.
19/03/12 22:36:21 INFO sqoop.Sqoop: Running Sqoop version: 1.4.7
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-log4j12- 
1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/hive/lib/log4j-slf4j-impl- 
2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
19/03/12 22:36:21 DEBUG tool.JobTool: Enabled debug logging.
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Checking for table: 
SQOOP_ROOT
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Found table: 
SQOOP_ROOT
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Looking up property 
sqoop.hsqldb.job.storage.version for version null
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage:  => 0
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Looking up property 
sqoop.hsqldb.job.info.table for version 0
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage:  => SQOOP_SESSIONS
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Checking for table: SQOOP_SESSIONS
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Found table:  
SQOOP_SESSIONS
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Restoring job: myJob0
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Job: myJob0; Getting 
properties with class schema
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Job: myJob0; Getting 
properties with class SqoopOptions
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Job: myJob0; Getting 
properties with class config
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: System property set: 
0
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Stored property set: 
0
19/03/12 22:36:22 DEBUG util.SqoopJsonUtil: Passed mapJsonStr ::null 
to parse
--table or --query is required for import. (Or use sqoop import-all- 
tables.)
Try --help for usage instructions.
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Flushing current 
transaction
19/03/12 22:36:22 DEBUG hsqldb.HsqldbJobStorage: Closing connection

注意:当我在没有创建sqoop作业的情况下执行这个命令时,它就可以正常工作了。所以,我不可能漏掉表名或任何语法错误。
当我检查保存的sqoop作业时,我发现 db.table name 在sqoop元存储中丢失。
请向我建议如何解决这个问题。
提前谢谢。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题