[
https://issues.apache.org/jira/browse/FLINK-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14576470#comment-14576470
]
ASF GitHub Bot commented on FLINK-2153:
---------------------------------------
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/800#issuecomment-109807683
This change will cause some java compiler warnings, because our class
`org.apache.flink.addons.hbase.TableInputFormat` has a field
`org.apache.hadoop.hbase.client.HTable` which has two annotations:
```java
@InterfaceAudience.Public
@InterfaceStability.Stable
public class HTable implements HTableInterface {
```
And these annotations are in the "hbase-annotations" package. So the
compiler will not be able to find the annotations and complain about it
(without failing).
Still, I think we can merge the change ...
> Exclude dependency on hbase annotations module
> ----------------------------------------------
>
> Key: FLINK-2153
> URL: https://issues.apache.org/jira/browse/FLINK-2153
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 0.9
> Reporter: Márton Balassi
> Assignee: Márton Balassi
>
> [ERROR] Failed to execute goal on project flink-hbase: Could not resolve
> dependencies for project org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT:
> Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path
> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar
> There is a Spark issue for this [1] with a solution [2].
> [1] https://issues.apache.org/jira/browse/SPARK-4455
> [2] https://github.com/apache/spark/pull/3286/files
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)