hive
Here are 987 public repositories matching this topic...
trinodb/trino#6989 introduced new BaseConnectorTest test class which replaces AbstractTestDistributedQueries and AbstractTestIntegrationSmokeTest.
Scope of this ticket is to restructure Thrift connector test code to follow new pattern.
TestThriftIntegrationSmokeTest should be merged with TestThriftDistributedQueries to form TestThriftConnectorTest
A PR
-
Updated
Mar 7, 2021 - Dart
-
Updated
Feb 25, 2021 - Scala
-
Updated
Apr 1, 2019 - Java
-
Updated
Mar 4, 2021 - Python
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Jan 20, 2021
-
Updated
Feb 21, 2021 - Scala
-
Updated
Mar 4, 2021 - Vue
-
Updated
Mar 5, 2021 - Java
-
Updated
Feb 2, 2021 - Java
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Dec 14, 2020
-
Updated
Mar 5, 2021 - Scala
-
Updated
May 26, 2019 - Shell
-
Updated
Mar 5, 2021 - Java
-
Updated
Oct 12, 2020 - Java
Improve this page
Add a description, image, and links to the hive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hive topic, visit your repo's landing page and select "manage topics."
As per the title
I wanted to use cubejs backend-server with an existing expressjs deployment, so I'm trying to avoid adding too many environment variables because they can be hard to keep track of (there are already many environment variables in the existing project) and I just thought it'd be a natural progression since most of the env configs can already be set from code :)