hbase-connectors icon indicating copy to clipboard operation
hbase-connectors copied to clipboard

Apache HBase Connectors

Results 26 hbase-connectors issues
Sort by recently updated
recently updated
newest added

For example, the row key may start with a long integer, we can specify ranges to pre-split regions: ``` import java.nio.charset.StandardCharsets; import org.apache.hadoop.hbase.util.Bytes; df.write() .format("org.apache.hadoop.hbase.spark") .option(HBaseTableCatalog.tableCatalog(), catalog) .option(HBaseTableCatalog.newTable(), 5) .option(HBaseTableCatalog.regionStart(),...

I added RDD function to HBaseContext. It is much better to read and access HDFS directly than to read through RegionServer. This is a method that does not burden HBase....

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Bumps org.apache.kafka:kafka-clients from 2.0.0 to 2.6.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka-clients&package-manager=maven&previous-version=2.0.0&new-version=2.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Add max live time limit for cached connections to avoid token expiration for long active connections

This change will allow hbase spark connector to compile on mac M1.