apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.29k stars 1.16k forks source link

[Feature] add hbase engine to linkis #2533

Open aleneZeng opened 2 years ago

aleneZeng commented 2 years ago

Search before asking

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?

github-actions[bot] commented 2 years ago

:blush: Welcome to the Apache Linkis (incubating) community!! We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

WeChat Group:

image Mailing Lists: name description Subscribe Unsubscribe archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive
CCweixiao commented 1 year ago

I already have a ready-made solution to complete this issue, whether to transfer it to me