HBaseInputFormat tests and fix#1269
Open
sjudeng wants to merge 3 commits intothinkaurelius:titan11from
Open
Conversation
|
Hi @sjudeng, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. |
|
You might want to check pull request 1218 which makes the same changes plus cleans up a lot of old Titan back level support. |
Author
|
Thanks @graben1437. I'm having trouble testing on that branch. See question in #1218. |
Author
|
@graben1437, unfortunately issue #1268 is not resolved in #1218. To reproduce the error, you can cherry pick the first commit from this PR, which adds HBaseInputFormat tests. git remote add graben1437 https://github.com/graben1437/titan.git
git fetch graben1437
git checkout hbase-support1
git merge titan11
git remote add ngageoint https://github.com/ngageoint/titan.git
git fetch ngageoint
git cherry-pick 4b163aa4c7a253052f6090d94e0be6caf4e316fa
mvn clean install -DskipTests
mvn verify -Phadoop2 -Dit.test="**/HBaseInputFormatIT.java" -DfailIfNoTests=false -rf :titan-hadoop-2The error is resolved in the second commit in this PR. git cherry-pick 30c59eaaee5929c46f02353aef12554ea952a9dd
mvn clean install -DskipTests
mvn verify -Phadoop2 -Dit.test="**/HBaseInputFormatIT.java" -DfailIfNoTests=false -rf :titan-hadoop-2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reproduce and resolve issue #1268.