-
Updated
Feb 18, 2021 - Python
hadoop
Here are 2,450 public repositories matching this topic...
-
Updated
May 6, 2021 - Python
-
Updated
May 8, 2021
-
Updated
May 13, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Java
-
Updated
Apr 15, 2021 - HTML
-
Updated
May 13, 2021 - Java
-
Updated
Apr 21, 2021 - Scala
Currently, there is no authentication in our MongoDB tests.
Setting MONGO_INITDB_ROOT_USERNAME and MONGO_INITDB_ROOT_PASSWORD environment variables enable auth in MongoDB docker. https://hub.docker.com/_/mongo
-
Updated
Apr 1, 2019 - Java
-
Updated
May 20, 2020 - Java
Refactor existing hashCode() to include class for methods using the Apache Commons Lang 3 style
Append class to all HashCodeBuilders in Gaffer for the below issue to minimise hash collisions.
@Test
void name() {
Foo foo = new Foo();
Bar bar = new Bar();
assertFalse(foo.equals(bar));
assertNotEquals(foo.hashCode(), bar.hashCode()); //fails
}
class Bar {
int a = 3;
@Override
public int hashCode() {
In #2770, the docs build began failing. The version of Sphinx when succeeding was 3.5.4, but changed to 4.0.0 in the failing CI run.
Run sphinx-build -b html docs/source /tmp/ibis-project.org/docs -W -T
Running Sphinx v4.0.0
making output directory... done
Traceback (most recent call last):
File "/usr/share/miniconda/lib/python3.8/site-packages/sphinx/cmd/build.py", line 276, i
-
Updated
Mar 10, 2021 - Java
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Feb 11, 2021 - Shell
-
Updated
May 13, 2021 - Scala
-
Updated
Apr 27, 2021 - C
-
Updated
Apr 13, 2021 - Python
-
Updated
May 12, 2020 - Java
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.