hive
Here are 898 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Dart
-
Updated
Apr 1, 2019 - Java
-
Updated
Nov 2, 2020 - Scala
Extract AbstractDynamicFilteringTests class, so that connectors that implement DF could use tests from that class to validate functionality. Each connector should not implement it's own test suite.
-
Updated
Oct 30, 2020 - Python
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Oct 8, 2020
-
Updated
Apr 3, 2020 - Vue
-
Updated
Oct 31, 2020 - Scala
-
Updated
Nov 4, 2020 - Java
-
Updated
Jul 22, 2020 - JavaScript
-
Updated
Jul 2, 2020
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 5, 2020 - Scala
-
Updated
May 26, 2019 - Shell
-
Updated
Nov 2, 2020 - 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."


Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of
Authorization: Bearer <JWT>(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di