Skip to content

Instantly share code, notes, and snippets.

@dbergqvist
Created October 21, 2019 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbergqvist/424cc2f132ae1f5a16cbb6fa667eea7b to your computer and use it in GitHub Desktop.
Save dbergqvist/424cc2f132ae1f5a16cbb6fa667eea7b to your computer and use it in GitHub Desktop.
Result getResult =
table.get(
new Get(Bytes.toBytes(rowKey))
.setMaxVersions(Integer.MAX_VALUE)
.addColumn(COLUMN_FAMILY_NAME, LAT_COLUMN_NAME)
.addColumn(COLUMN_FAMILY_NAME, LONG_COLUMN_NAME));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment