[
https://issues.apache.org/jira/browse/HIVE-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655475#action_12655475
]
Zheng Shao commented on HIVE-159:
---------------------------------
A simple fix would be to separate build/ql/gen-java into 2 directories:
build/ql/antlr-java and build/ql/gen-java, and put HiveLexer/Parser.java in
antlr-java.
> Make hive compilable under eclipse
> ----------------------------------
>
> Key: HIVE-159
> URL: https://issues.apache.org/jira/browse/HIVE-159
> Project: Hadoop Hive
> Issue Type: Improvement
> Components: Build Infrastructure
> Reporter: Zheng Shao
> Assignee: Ashish Thusoo
>
> HiveLexer.java and HiveParser.java only exists in build/ql/gen-java. But a
> copy of ql/src/java is also there.
> It makes it hard for eclipse to load the source files because there will be a
> duplicate.
> If we just let eclipse load build/ql/gen-java but not ql/src/java, then we
> cannot modify the code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.