Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bigtable docs to reflect latest client #454

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

igorbernstein2
Copy link
Contributor

This is to address the issues uncovered in this issue:
#450 (comment)

Please note, that there will be one more change before bigtable-hbase 1.0 is released that will remove the need for the netty-tcnative-boringssl-static dependency

@janusgraph-bot janusgraph-bot added the cla: no This PR is not compliant with the CLA label Aug 8, 2017
@janusgraph-bot
Copy link

Author of one or more commits is not listed as a CLA signer, either individual or as a member of an organization.

@mbrukman
Copy link
Member

mbrukman commented Aug 8, 2017

Hey there @igorbernstein2, thanks for the PR! Since you're from Google, I can add you to our CCLA; please give me a few minutes.

@mbrukman
Copy link
Member

mbrukman commented Aug 8, 2017

While I'm working on the CCLA, @igorbernstein2, please follow these instructions to add a Signed-off-by line to your commit:

$ git commit --amend -s
$ git push -f

@mbrukman mbrukman self-assigned this Aug 8, 2017
@mbrukman mbrukman self-requested a review August 8, 2017 20:48
@janusgraph-bot janusgraph-bot added cla: yes This PR is compliant with the CLA and removed cla: no This PR is not compliant with the CLA labels Aug 8, 2017
@mbrukman
Copy link
Member

Please also update the docs/versions.txt file to reflect this change in Bigtable client version.

| 0.1.1 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.2.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.z*,2.z,5.z | 5.3-5.5.z, 6.2-6.6.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.7.1, 1.0.0-preZ | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.1 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.7.1, 1.0.0-preZ | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is previously released 0.1.0 and 0.1.1 really compatible with 1.0.0-preZ Bigtable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bigtable-hbase simply implements the hbase 1.x api. The internal implementation should not affect consumers of the hbase api.

| 0.1.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.1 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
| 0.2.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.z*,2.z,5.z | 5.3-5.5.z, 6.2-6.6.z | 3.2.z | 1.6.z | 2.10.z
| 0.1.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.7.1, 1.0.0-preZ | 1.5.z | 5.2.z | 3.2.z | 1.6.z | 2.10.z
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't change this retroactively to claim to not support the versions we supported earlier. Namely, JanusGraph previously shipped claiming to support Bigtable 0.9.5.z (and specified 0.9.z as the generic format); with the change to support literally "0.9.7.1", it implies that 0.9.5.z is/was no longer supported.

My recommendation is to change it back to 0.9.z, while adding 1.0.0-preZ as an additionally-supported version mask.

Thoughts?

@igorbernstein2
Copy link
Contributor Author

updated

Copy link
Member

@mbrukman mbrukman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mbrukman
Copy link
Member

@sjudeng – can you please take another look at the PR?

@mbrukman
Copy link
Member

Also, @igorbernstein2, if you plan to either squash this PR into a single commit and re-push, or for future PRs: for documentation-only changes such as this one, please include [skip ci] on the first line of your commit so that we don't spend Travis CI cycles on changes which touch no code, as it will conserve them for our other PRs. Thanks!

This is to address the issues uncovered in this issue:
JanusGraph#450 (comment)

Please note, that there will be one more change before bigtable-hbase 1.0 is released that will remove the need for the netty-tcnative-boringssl-static dependency

Signed-off-by: Igor Bernstein <igorbernstein@google.com>
@igorbernstein2
Copy link
Contributor Author

squashed & rebased

Copy link
Contributor

@sjudeng sjudeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mbrukman mbrukman merged commit c0ecc65 into JanusGraph:master Aug 16, 2017
@mbrukman
Copy link
Member

Thanks again, @igorbernstein2!

@sjudeng sjudeng added this to the Release v0.2.0 milestone Sep 29, 2017
bwatson-rti-org pushed a commit to bwatson-rti-org/janusgraph that referenced this pull request Mar 9, 2019
Update Bigtable docs to reflect latest client [skip ci]
micpod pushed a commit to micpod/janusgraph that referenced this pull request Nov 5, 2019
Update Bigtable docs to reflect latest client [skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This PR is compliant with the CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants