[
https://issues.apache.org/jira/browse/NUTCH-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349819#comment-14349819
]
ASF GitHub Bot commented on NUTCH-1946:
---------------------------------------
Github user hsaputra commented on a diff in the pull request:
https://github.com/apache/gora/pull/21#discussion_r25921634
--- Diff: pom.xml ---
@@ -896,6 +896,38 @@
</exclusions>
</dependency>
+ <!-- HBase Dependencies -->
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-common</artifactId>
+ <version>${hbase.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>avro</artifactId>
+ </exclusion>
+ <exclusion>
--- End diff --
Style nit: the alignment of the XML tags are not right.
> Upgrade to Gora 0.6.1
> ---------------------
>
> Key: NUTCH-1946
> URL: https://issues.apache.org/jira/browse/NUTCH-1946
> Project: Nutch
> Issue Type: Improvement
> Components: storage
> Affects Versions: 2.3.1
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Fix For: 2.3.1
>
> Attachments: NUTCH-1946.patch, NUTCH-1946_Gora_fixes.patch,
> NUTCH-1946v2.patch, NUTCH-1946v3.patch
>
>
> Apache Gora was released recently.
> We should upgrade before pushing Nutch 2.3.1 as it will come in very handy
> for the new Docker containers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)