-
Updated
May 13, 2021 - Python
hadoop
Here are 2,476 public repositories matching this topic...
-
Updated
May 18, 2021 - Python
-
Updated
Jun 3, 2021
-
Updated
Jun 6, 2021 - Jupyter Notebook
-
Updated
Jun 6, 2021 - Java
-
Updated
Apr 15, 2021 - HTML
-
Updated
Jun 6, 2021 - Java
-
Updated
Jun 2, 2021 - Scala
When you change a query state filter e.g. showing 'Finished' queries or 'User Error' queries, the Show Limit is not respected immediately resulting in all queries being rendered. If a re-order interval is set then Show Limit is applied on the next query refresh. If there are a large number of queries in the history this can result in the browser crashing on the first render.
The following two c
-
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() {
I had the impression that by using black it was not needed to validate flake8 problems, since black would automatically format code for all errors. This seems to not be true, and we've got some flake8 errors in our code.
We should add flake8 to the CI, and fix all errors.
-
Updated
Mar 10, 2021 - Java
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Jun 1, 2021 - Shell
-
Updated
Jun 6, 2021 - Scala
-
Updated
Apr 27, 2021 - C
-
Updated
May 19, 2021 - 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.