-
Updated
Jul 24, 2020 - Python
hadoop
Here are 2,224 public repositories matching this topic...
-
Updated
Sep 27, 2020 - Python
-
Updated
Sep 28, 2020 - Jupyter Notebook
-
Updated
Sep 29, 2020 - Java
-
Updated
Sep 28, 2020 - Scala
-
Updated
Sep 28, 2020 - Java
-
Updated
May 20, 2020 - Java
-
Updated
Apr 1, 2019 - Java
This will be a breaking change so needs to be done with a major release.
Currently OperationDetail and OperationField are inner classes within OperationServiceV2. These should be in their own outer classes for ease of serialisation and consistency.
See for example this: https://github.com/ibis-project/ibis/runs/1128924525?check_suite_focus=true#step:10:67
For some reason, asv doesn't seem to exit with an exit code different than 0 when something goes wrong. Ideally we'd like to contribute a patch to asv, so they fix it for everybody.
But in the meantime, we may want to fix it in our end, with the same approach as pandas: https://github
org.testng.Assert#assertThrows
encourages very relaxed testing for expected exceptions, which may lead (and has lead) to masking real problems.
Expected exceptions should be tested using org.assertj.core.api.Assertions#assertThatThrownBy
:
assertThatThrownBy(() -> ....)
.isInstanceOf(IllegalArgumentException.class)
.hasMessage("Foo is invalid");
-
Updated
Sep 28, 2020 - Java
-
Updated
Jun 28, 2020 - Shell
-
Updated
Sep 18, 2020 - Python
-
Updated
May 12, 2020 - Java
-
Updated
Sep 23, 2020 - C
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 18, 2020 - Shell
-
Updated
Jul 25, 2018 - Python
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.