Muideen A. Lawal created FLINK-14880: ----------------------------------------
Summary: 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 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)