[Feature] add hbase engine to linkis
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
### Problem Description
I want to integrate hbase engine into linkis, so that user can use linkis+dss to write hbase commands and execute them.
### Description
develop it as a normal linkis engine
### Use case
use can use cli command such as following to execute hbase command or run a hbase script in dss web ui
linkis-cli -engineType hbase-2.1.0 -code "list_namespace" -codeType hbase
### solutions
I will use jruby to launch a hbase client as a linkis engine instance, and this engine instance can execute command the same as hbase shell does.
### Anything else
_No response_
### Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
Contributor guide
Assessment
This issue has not been assessed yet.