alibaba / alibaba/DataX

com.alibaba.datax.common.exception.DataXException: Code:[Hbasewriter-03], Description:[获取 Hbase table时出错.]. - STU表不存在,请检查表名是否正确或是否已创建.

Open
#1,763 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

经DataX智能分析,该任务最可能的错误原因是:
com.alibaba.datax.common.exception.DataXException: Code:[Hbasewriter-03], Description:[获取 Hbase table时出错.]. - STU表不存在,请检查表名是否正确或是否已创建.
at com.alibaba.datax.common.exception.DataXException.asDataXException(DataXException.java:30)
at com.alibaba.datax.plugin.writer.hbase20xsqlwriter.HBase20xSQLHelper.checkTable(HBase20xSQLHelper.java:97)
at com.alibaba.datax.plugin.writer.hbase20xsqlwriter.HBase20xSQLHelper.validateParameter(HBase20xSQLHelper.java:50)
at com.alibaba.datax.plugin.writer.hbase20xsqlwriter.HBase20xSQLWriter$Job.init(HBase20xSQLWriter.java:19)
at com.alibaba.datax.core.job.JobContainer.initJobWriter(JobContainer.java:704)
at com.alibaba.datax.core.job.JobContainer.init(JobContainer.java:304)
at com.alibaba.datax.core.job.JobContainer.start(JobContainer.java:113)
at com.alibaba.datax.core.Engine.start(Engine.java:86)
at com.alibaba.datax.core.Engine.entry(Engine.java:168)
at com.alibaba.datax.core.Engine.main(Engine.java:201)
检查了phoenix,有这个表

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with HBase20xSQLHelper.checkTable and validateParameter, then follow HBase20xSQLWriter.Job.init as shown in the stack trace. Reproduce the initialization with the reported STU table and compare the configured table name with the Phoenix/HBase metadata. Done means identifying why an existing table is rejected and documenting a verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.