hbase
Here are 599 public repositories matching this topic...
-
Updated
Jun 24, 2021 - Java
-
Updated
Jun 27, 2021 - 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
Jan 20, 2021
-
Updated
Jul 8, 2021 - Python
-
Updated
May 9, 2021 - Scala
-
Updated
Jul 8, 2021 - Shell
-
Updated
Jul 8, 2021 - Scala
-
Updated
Jun 24, 2021 - Java
-
Updated
Jul 8, 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."


In Chapter 5. Schema and Data Modeling first there is paragraph:
and then example: