[
https://issues.apache.org/jira/browse/GORA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15870041#comment-15870041
]
ASF GitHub Bot commented on GORA-443:
-------------------------------------
GitHub user cloudysunny14 opened a pull request:
https://github.com/apache/gora/pull/95
Fixed issue GORA-443
https://github.com/apache/gora/pull/86
> All of tests pass when run individually, but when run as a whole some of
them fail.
I also encountered the same problem.
I think this is because of AsyncProcessor asynchronously process a series
of mutations.
I made this fix as a possible solution.
Anyway, If there is anything I can contribute to something, I definitely
want to work for GORA or NUTCH :)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudysunny14/gora
GORA-443-fixed-issue-mutation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/95.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #95
----
commit 5664dc6791d97116f7613e9bb8407583b411b457
Author: Kiyonari Harigae <[email protected]>
Date: 2017-02-16T14:24:40Z
Fixed issue GORA-443
----
> Upgrade HBase to 1.2.3
> ----------------------
>
> Key: GORA-443
> URL: https://issues.apache.org/jira/browse/GORA-443
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-hbase
> Reporter: Ted Yu
> Assignee: Lewis John McGibbney
> Fix For: 0.7
>
>
> HBase 1.1.2 release is the current stable release.
> Gora should be built based on HBase 1.1.2
> Currently I got the following compilation error:
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
> on project gora-hbase: Compilation failure
> [ERROR]
> /home/hbase/gora/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseTableConnection.java:[59,7]
> error: HBaseTableConnection is not abstract and does not override abstract
> method checkAndDelete(byte[],byte[],byte[],CompareOp,byte[],Delete) in Table
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)