hbase
Here are 584 public repositories matching this topic...
-
Updated
Dec 21, 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() {
-
Updated
Mar 1, 2021 - Java
-
Updated
Mar 5, 2021 - Python
-
Updated
Jan 20, 2021
-
Updated
Mar 11, 2021 - Shell
-
Updated
Feb 21, 2021 - Scala
-
Updated
Mar 16, 2021 - Scala
-
Updated
Feb 2, 2021 - Java
-
Updated
Mar 5, 2021 - Python
-
Updated
Dec 14, 2020
These files belong to the Gimel Discovery Service, which is still Work-In-Progress in PayPal & not yet open sourced. In addition, the logic in these files are outdated & hence it does not make sense to have these files in the repo.
https://github.com/paypal/gimel/search?l=Shell
Remove --> gimel-dataapi/gimel-core/src/main/scripts/tools/bin/hbase/hbase_ddl_creator.sh
Improve this page
Add a description, image, and links to the hbase topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hbase topic, visit your repo's landing page and select "manage topics."
The doc on https://docs.janusgraph.org/basics/schema/#automatic-schema-maker says automatically created property key has data type Object.class
However, my testing shows that Default Schema Maker automatically infers the type of propert