hbase-connectors
hbase-connectors copied to clipboard
Apache HBase Connectors
https://issues.apache.org/jira/browse/HBASE-26354
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...
Bumps org.apache.kafka:kafka-clients from 2.0.0 to 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...
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.