-
Updated
Oct 1, 2020 - Python
hadoop
Here are 2,303 public repositories matching this topic...
-
Updated
Dec 6, 2020 - Python
-
Updated
Dec 9, 2020 - Jupyter Notebook
-
Updated
Dec 10, 2020 - Java
-
Updated
Dec 9, 2020 - Scala
-
Updated
Dec 9, 2020 - Java
-
Updated
Dec 10, 2020 - HTML
-
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() {
See https://github.com/prestosql/presto/runs/1497472672
- tests apparently hanged
- one test thread is here:
2020-12-04T07:53:43.1535741Z "pool-2-thread-2" prio=5 Id=16 BLOCKED on org.testng.TestClass@2a78dd6a owned by "pool-2-thread-1" Id=15
2020-12-04T07:53:43.1537790Z at app//org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:158)
2020-12-04T07:53
xref: #2388
For some reason Ibis doesn't seem to be connecting to hdfs when in localhost.
In GitHub actions, the port is open, as shown by:
$ nc -zvw3 $IBIS_TEST_IMPALA_HOST 50070
Connection to localhost 50070 port [tcp/*] succeeded!
But when trying to connect to hdfs from Ibis:
import io
import ibis
hdfs_conn = ibis.impala.hdfs_connect(
host='localhost'-
Updated
Dec 7, 2020 - Java
-
Updated
Dec 5, 2020 - Shell
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Dec 9, 2020 - Python
-
Updated
Dec 9, 2020 - C
-
Updated
May 12, 2020 - Java
-
Updated
Dec 9, 2020 - Java
-
Updated
Dec 9, 2020 - Shell
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.