-
Updated
May 13, 2021 - Python
hadoop
Here are 2,556 public repositories matching this topic...
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 3, 2021
-
Updated
Aug 24, 2021 - Jupyter Notebook
-
Updated
Aug 24, 2021 - Java
-
Updated
Aug 13, 2021 - HTML
-
Updated
Aug 24, 2021 - Java
If the --server option is used without a protocol, then it should use https when on port 443. For example, these invocations would be equivalent, with the first one having the new behavior:
trino --server example.net:443
trino --server https://example.net:443
trino --server https://example.net
This will make the CLI consistent with the JDBC driver in this regard. While it's t
-
Updated
Jul 28, 2021 - Scala
-
Updated
Apr 1, 2019 - Java
-
Updated
Jul 22, 2021 - Java
-
Updated
Aug 12, 2021 - Java
Currently an outdated version is used anyway (current is 2.2): https://github.com/gchq/Gaffer/blob/92e6bd9d5bf95eda233e723b53446975de203037/pom.xml#L674-L679
Libraries like assertJ are more actively maintained and have more useful assertions.
For example, [containsExactlyInAnyOrder](https://www.javadoc.io/doc/org.assertj/assertj-core/latest/org/ass
In #2909 the method .set_database() has been standardized, but this does not include making it always available in all backends. There are several backends, such as SQLAlchemy backends, File backends or clickhouse, that don't implement it, and don't let changing the backend.
The reason in most cases seems to be that the underlying connection object doesn't support changing the database. But i
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Jul 2, 2021 - Shell
-
Updated
Aug 24, 2021 - Scala
-
Updated
Aug 12, 2021 - C
-
Updated
May 9, 2021 - Scala
Improve this page
Add a description, image, and links to the hadoop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hadoop topic, visit your repo's landing page and select "manage topics."


At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.