You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2011/06/23 22:06:47 UTC

[jira] [Created] (HIVE-2237) hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java

hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java
-----------------------------------------------------------------------------

                 Key: HIVE-2237
                 URL: https://issues.apache.org/jira/browse/HIVE-2237
             Project: Hive
          Issue Type: Bug
          Components: Build Infrastructure
    Affects Versions: 0.8.0
            Reporter: Patrick Hunt
            Assignee: Patrick Hunt


I see the following error in helios eclipse with the latest trunk (although build on the command line is fine):

Syntax error on token ";", delete this token

seems to have been introduced by this change in HIVE-2036

+import org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat;;


I have a patch forthcoming.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2237) hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java

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

Patrick Hunt updated HIVE-2237:
-------------------------------

    Status: Patch Available  (was: Open)

> hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2237
>                 URL: https://issues.apache.org/jira/browse/HIVE-2237
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: HIVE-2237.patch
>
>
> I see the following error in helios eclipse with the latest trunk (although build on the command line is fine):
> Syntax error on token ";", delete this token
> seems to have been introduced by this change in HIVE-2036
> +import org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat;;
> I have a patch forthcoming.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2237) hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java

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

Patrick Hunt updated HIVE-2237:
-------------------------------

    Attachment: HIVE-2237.patch

patch to remove the extra semi

> hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2237
>                 URL: https://issues.apache.org/jira/browse/HIVE-2237
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: HIVE-2237.patch
>
>
> I see the following error in helios eclipse with the latest trunk (although build on the command line is fine):
> Syntax error on token ";", delete this token
> seems to have been introduced by this change in HIVE-2036
> +import org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat;;
> I have a patch forthcoming.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2237) hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java

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

John Sichi updated HIVE-2237:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

+1, committed to trunk.  Thanks Patrick!


> hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2237
>                 URL: https://issues.apache.org/jira/browse/HIVE-2237
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: HIVE-2237.patch
>
>
> I see the following error in helios eclipse with the latest trunk (although build on the command line is fine):
> Syntax error on token ";", delete this token
> seems to have been introduced by this change in HIVE-2036
> +import org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat;;
> I have a patch forthcoming.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2237) hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java

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

Carl Steinbach updated HIVE-2237:
---------------------------------

    Fix Version/s: 0.8.0

> hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2237
>                 URL: https://issues.apache.org/jira/browse/HIVE-2237
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2237.patch
>
>
> I see the following error in helios eclipse with the latest trunk (although build on the command line is fine):
> Syntax error on token ";", delete this token
> seems to have been introduced by this change in HIVE-2036
> +import org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat;;
> I have a patch forthcoming.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2237) hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java

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

Hudson commented on HIVE-2237:
------------------------------

Integrated in Hive-trunk-h0.21 #793 (See [https://builds.apache.org/job/Hive-trunk-h0.21/793/])
    

> hive fails to build in eclipse due to syntax error in BitmapIndexHandler.java
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-2237
>                 URL: https://issues.apache.org/jira/browse/HIVE-2237
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: HIVE-2237.patch
>
>
> I see the following error in helios eclipse with the latest trunk (although build on the command line is fine):
> Syntax error on token ";", delete this token
> seems to have been introduced by this change in HIVE-2036
> +import org.apache.hadoop.hive.ql.index.HiveIndexedInputFormat;;
> I have a patch forthcoming.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira