[
https://issues.apache.org/jira/browse/FLINK-14880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16978716#comment-16978716
]
Muideen A. Lawal commented on FLINK-14880:
------------------------------------------
Thank you for response [~dwysakowicz] . Building from the command line gives
the following error.
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile)
on project flink-table-api-java: Compilation failure
[ERROR]
/Users/ProjectDir/FlinkDir/flink/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/utils/OperationTreeBuilder.java:[560,85]
unreported exception X; must be caught or declared to be thrown{code}
I tried v1.8 and it worked fine. Seems the problem is with v1.9
> package org.apache.flink.sql.parser.impl does not exist
> -------------------------------------------------------
>
> Key: FLINK-14880
> URL: https://issues.apache.org/jira/browse/FLINK-14880
> Project: Flink
> Issue Type: Bug
> Components: Build System, Table SQL / API
> Affects Versions: 1.9.1
> Reporter: Muideen A. Lawal
> Priority: Major
>
> I am new to Flink and I have been trying to build from source following
> guidelines on
> ([#https://ci.apache.org/projects/flink/flink-docs-master/flinkDev/ide_setup.html#intellij-idea])
> and this ([https://github.com/apache/flink/tree/release-1.9.1).]
> I ran into the following errors. I have even tried another computer but all
> to no avail.
> Environment Details:
> * Java: 8u51
> * Maven: 3.2.5
> * Flink: 1.9.1
> * Intellij: 2019.1.3
> * OS: MacOS
> Any help will be appreciated.
>
>
> {code:java}
> /Users/ProjectDir/FlinkSrcGit/flink/flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java
> Error:(21, 40) java: package org.apache.flink.sql.parser.impl does not exist
> Error:(34, 26) java: cannot find symbol
> symbol: class ParseException
> location: interface org.apache.flink.sql.parser.utils.ParserResource
> Error:(37, 26) java: cannot find symbol
> symbol: class ParseException
> location: interface org.apache.flink.sql.parser.utils.ParserResource
> Error:(40, 26) java: cannot find symbol
> symbol: class ParseException
> location: interface org.apache.flink.sql.parser.utils.ParserResource
> Error:(43, 26) java: cannot find symbol
> symbol: class ParseException
> location: interface org.apache.flink.sql.parser.utils.ParserResource
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)