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

scriptis left database menu bar supports hiveserver2 to get library table fields #4909

Open MrFengqin opened 11 months ago

MrFengqin commented 11 months ago

What is the purpose of the change

The left database menu bar of scriptis supports hiveserver2 to get library table fields, which is off by default Related parameters: To enable this function, you need to add the following configuration in the linkis-ps-publicservice. properties file Enable hiveserver2 access: linkis.hive.server2.enable=true Configuration hiveserver2 address: linkis.hive.server2.address=jdbc:hive2://127.0.0.1:10000/

aiceflower commented 11 months ago

Please handle the third dependency check problem. You can refer to this guide to repair it. https://linkis.apache.org/zh-CN/docs/latest/development/development-specification/license