hive
Here are 903 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Dart
-
Updated
Apr 1, 2019 - Java
-
Updated
Nov 10, 2020 - Scala
Seeing the following exception which ends up being classified as an INTERNAL_ERROR instead of a USER_ERROR:
java.time.DateTimeException: Invalid value for HourOfDay (valid values 0 - 23): 24
at java.base/java.time.temporal.ValueRange.checkValidValue(ValueRange.java:311)
at java.base/java.time.temporal.ChronoField.checkValidValue(ChronoField.java:717)
at java.base/java.time
-
Updated
Nov 11, 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
Nov 11, 2020 - Java
-
Updated
Jul 2, 2020
-
Updated
Nov 11, 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