hbase
Here are 555 public repositories matching this topic...
-
Updated
Nov 11, 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
Nov 16, 2020 - Java
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 24, 2020
-
Updated
Nov 27, 2020 - Shell
-
Updated
Nov 26, 2020 - Scala
-
Updated
Nov 23, 2020 - Scala
-
Updated
Nov 23, 2020 - Python
-
Updated
Jul 2, 2020
-
Updated
Nov 17, 2020 - Java
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