[
https://issues.apache.org/jira/browse/FLINK-14880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16978603#comment-16978603
]
Dawid Wysakowicz commented on FLINK-14880:
------------------------------------------
Hi [~mdauthentic]
Unfortunately you have to build the project at least once from the command line
using maven as described here:
https://ci.apache.org/projects/flink/flink-docs-master/flinkDev/building.html#build-flink
[~danny0405] Do you know if we can configure intellij so that it generates the
files? I heard the question from a few people already.
> 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)