You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/07/11 11:04:00 UTC

[jira] [Commented] (FLINK-13215) Hive connector does not compile on Java 9

    [ https://issues.apache.org/jira/browse/FLINK-13215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882861#comment-16882861 ] 

Chesnay Schepler commented on FLINK-13215:
------------------------------------------

Potential alternative for {{ParseUtil.encodePath(path);}} might be {{URLEncoder.encode(path, StandardCharsets.UTF_8.name())}}; running this on Travis now.

> Hive connector does not compile on Java 9
> -----------------------------------------
>
>                 Key: FLINK-13215
>                 URL: https://issues.apache.org/jira/browse/FLINK-13215
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive
>    Affects Versions: 1.9.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.9.0
>
>
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project flink-connector-hive_2.11: Compilation failure
> [ERROR] /C:/Dev/Repos/flink/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/batch/connectors/hive/FlinkStandaloneHiveRunner.java:[56,15] package sun.net.www is not visible
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)