You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/12/11 03:26:44 UTC

[jira] Created: (HIVE-159) Make hive compilable under eclipse

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


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.


[jira] Assigned: (HIVE-159) Make hive compilable under eclipse

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo reassigned HIVE-159:
----------------------------------

    Assignee: Ashish Thusoo

> 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.


[jira] Commented: (HIVE-159) Make hive compilable under eclipse

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655476#action_12655476 ] 

Ashish Thusoo commented on HIVE-159:
------------------------------------

I thought you were taking about all the other files (other than the generated antlr files).

Is this a duplicate of

https://issues.apache.org/jira/browse/HIVE-144

which has patch from Johan

> 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.


[jira] Commented: (HIVE-159) Make hive compilable under eclipse

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Resolved: (HIVE-159) Make hive compilable under eclipse

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao resolved HIVE-159.
-----------------------------

    Resolution: Duplicate

> 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.