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 2009/02/24 20:23:04 UTC

[jira] Created: (HIVE-303) Hive does not compile with hadoop 0.18.3

Hive does not compile with hadoop 0.18.3
----------------------------------------

                 Key: HIVE-303
                 URL: https://issues.apache.org/jira/browse/HIVE-303
             Project: Hadoop Hive
          Issue Type: Bug
    Affects Versions: 0.2.0, 0.3.0
            Reporter: Zheng Shao


"ant package -Dhadoop.version=0.18.3" fails.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-303) Hive does not compile with hadoop 0.18.3

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

Zheng Shao commented on HIVE-303:
---------------------------------

Actually it compiles but may not run well.

It turns out to be that Hive compilation may have a problem if user didn't do a "ant clean" before switching to a different version of hadoop using "ant package -Dhadoop.version=<new version>"

The solution is simple: Just run "ant clean" before "ant package -Dhadoop.version=<new version>"


> Hive does not compile with hadoop 0.18.3
> ----------------------------------------
>
>                 Key: HIVE-303
>                 URL: https://issues.apache.org/jira/browse/HIVE-303
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>
> "ant package -Dhadoop.version=0.18.3" fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-303) Hive does not compile with hadoop 0.18.3

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

Joydeep Sen Sarma resolved HIVE-303.
------------------------------------

    Resolution: Won't Fix

seems like the workaround is known. it's better to set the expectation that user is supposed to do ant clean before switching hadoop versions.

> Hive does not compile with hadoop 0.18.3
> ----------------------------------------
>
>                 Key: HIVE-303
>                 URL: https://issues.apache.org/jira/browse/HIVE-303
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Zheng Shao
>
> "ant package -Dhadoop.version=0.18.3" fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.