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

[jira] Created: (HIVE-60) Fix the build scripts for the new hive tree

Fix the build scripts for the new hive tree
-------------------------------------------

                 Key: HIVE-60
                 URL: https://issues.apache.org/jira/browse/HIVE-60
             Project: Hadoop Hive
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: Ashish Thusoo
            Assignee: Ashish Thusoo
             Fix For: 0.20.0


Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Commented: (HIVE-60) Fix the build scripts for the new hive tree

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

Prasad Chakka commented on HIVE-60:
-----------------------------------

+1
reviewed manually. looks good for now.

though we need to move to a directory structure that is similar to that of hadoop. (hive/trunk/src/ql hive/trunk/src/metastore)

> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.20.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Resolved: (HIVE-60) Fix the build scripts for the new hive tree

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

Ashish Thusoo resolved HIVE-60.
-------------------------------

    Resolution: Fixed

This was checked in by Zheng.

> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.20.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Commented: (HIVE-60) Fix the build scripts for the new hive tree

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

Ashish Thusoo commented on HIVE-60:
-----------------------------------

You can point to an existing hadoop build using the -Dhadoop.jar to point to the location of the hadoop jar also setting hadoop.bin.path and hadoop.config.dir while running the tests.

We decided to bundle hadoop jars (similar to what hbase and pig have done) in order to make it easy to check out hive and test it without having to build and deploy hadoop as well.

However, we are going to move away from this model and use ivy to handle the dependencies and then all these jars will go away.


> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.20.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Commented: (HIVE-60) Fix the build scripts for the new hive tree

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

David Phillips commented on HIVE-60:
------------------------------------

Why are we including a snapshot Hadoop build?  Shouldn't we use HADOOP_HOME?

> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.20.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Commented: (HIVE-60) Fix the build scripts for the new hive tree

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

David Phillips commented on HIVE-60:
------------------------------------

I checked HBase and Pig and they both include the Hadoop jar, so I guess that's the accepted way.  Seems like we only need a single Hadoop jar in lib?

svn mv hadoopcore/lib/hadoop-0.20.0-dev-core.jar lib/
svn rm hadoopcore


> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.20.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Updated: (HIVE-60) Fix the build scripts for the new hive tree

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

Carl Steinbach updated HIVE-60:
-------------------------------

    Fix Version/s: 0.3.0
                       (was: 0.6.0)
      Component/s: Build Infrastructure

> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.3.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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


[jira] Updated: (HIVE-60) Fix the build scripts for the new hive tree

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

Ashish Thusoo updated HIVE-60:
------------------------------

    Attachment: patch-60.txt

patch that fixes the build issues with the new tree.

> Fix the build scripts for the new hive tree
> -------------------------------------------
>
>                 Key: HIVE-60
>                 URL: https://issues.apache.org/jira/browse/HIVE-60
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.20.0
>
>         Attachments: patch-60.txt
>
>
> Fix hive builds to reflect the hive subproject branch structure.

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