1205823696 opened a new issue #8401: URL: https://github.com/apache/dolphinscheduler/issues/8401
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Hello, I have a problem when using it. Thank you for your reply An error occurs when creating an associated hbase table in Hive, but the execution statement runs properly in Hue and fails to run in DolphinScheduler FAILED: ParseException line 9:22 cannot recognize input near 'hbase' '.' 'columns' in table properties list  Dolphinscheduler executes the following script #!/bin/bash source /etc/profile source ~/.bash_profile beeline -u "jdbc:hive2:////stgbigdata1:10000" -e" create table IF NOT EXISTS hbase.hbase_store_device_online_fdt( rowkey string ,store_id string ,online string ,offline string ,total int ) stored by 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' with serdeproperties ("hbase.columns.mapping" = ":key,log:store_id,log:online,log:offline,log:total") tblproperties ("hbase.table.name" = "store_device_online"); " if [[ $? != 0 ]];then echo "sql error 自动退出" exit 1 fi echo "运行成功" echo "Good bye!" exit 0 ### What you expected to happen How do I modify the create statement ### How to reproduce Dolphinscheduler executes thescript ### Anything else _No response_ ### Version 1.3.8 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
