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

[jira] Created: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

Augment build.xml with a target to build the forrest docs and javadocs
----------------------------------------------------------------------

                 Key: HIVE-82
                 URL: https://issues.apache.org/jira/browse/HIVE-82
             Project: Hadoop Hive
          Issue Type: New Feature
            Reporter: Jeff Hammerbacher


See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Attachment: patch-82_2.txt

Fixed the bugs and the general cleanup. Now all the javadoc generation is in the top most build.xml.
The binary .tar.gz has a directory structure
/bin
/lib
/examples
/lib
README.txt

where as the dev .tar.gz has an additional
/src

which contains all the sources.


> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt, patch-82_2.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Assigned: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo reassigned HIVE-82:
---------------------------------

    Assignee: Ashish Thusoo

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Priority: Blocker  (was: Major)

Blocker as this is needed for the release tar ball.

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Raghotham Murthy commented on HIVE-82:
--------------------------------------

looks like the src dir in the tar has the build directory as well.

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt, patch-82_2.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo commented on HIVE-82:
-----------------------------------

yes. there are a duplication of the properties that appear in build-common.xml and build.xml. We need to find a way to address all that. I think I can perhaps put them all in a properties file. The reason that these are duplicated was because build.xml does not get called if ant is called from within ql or other top level directories. Anyway let me see how I can address it.

Also wanted to find out that all the changes to .java files was because I had to fix a ton of javadocs warnings.


> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Namit Jain commented on HIVE-82:
--------------------------------

Seems to have bugs in the generated javadoc.

For eg: 
api/index.html only show hwi
api/overview-frame.html only shows ql
api/package-list only shows hwi


> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Attachment: patch-82_4.txt

One more with changes that were breaking javadocs due to globbing.


> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt, patch-82_2.txt, patch-82_3.txt, patch-82_4.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Attachment: patch-82_3.txt

Fixed. The new patch is attached.

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt, patch-82_2.txt, patch-82_3.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Zheng Shao commented on HIVE-82:
--------------------------------

I saw some hard-coded 0.4.0 version numbers in build-common.xml and build.xml.
We may want to consolidate it into a single variable in build.xml.




> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Namit Jain commented on HIVE-82:
--------------------------------

Should package depend on javadoc ? It takes ~5 min. now instead of ~30 seconds

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Raghotham Murthy commented on HIVE-82:
--------------------------------------

+1

looks good. will commit if tests pass.

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: hive-logo.jpg, patch-82.txt, patch-82_2.txt, patch-82_3.txt, patch-82_4.txt, patch-82_5.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Raghotham Murthy commented on HIVE-82:
--------------------------------------

Committed. Thanks a lot very much Ashish!!

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: hive-logo.jpg, patch-82.txt, patch-82_2.txt, patch-82_3.txt, patch-82_4.txt, patch-82_5.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Affects Version/s: 0.3.0
               Status: Patch Available  (was: Open)

submitting.

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Commented: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Edward Capriolo commented on HIVE-82:
-------------------------------------

We can also use the Hive-Web-Interface to display the javadoc. If we create a folder $HIVE_HOME/doc the hive web server can load it as a static context.

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Attachment: patch-82.txt

Need this for creating the the tar for the release. Have mostly copied this from hadoop. This only has javadocs for now. The naming convention right now is

hive-<version>-hadoop-<version>.tar.gz

and 

hive-<version>-hadoop-<version>-bin.tar.gz



> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>         Attachments: patch-82.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Component/s: Build Infrastructure

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Ashish Thusoo updated HIVE-82:
------------------------------

    Attachment: hive-logo.jpg
                patch-82_5.txt

This one also has the Hive logo for the changes.txt


> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>         Attachments: hive-logo.jpg, patch-82.txt, patch-82_2.txt, patch-82_3.txt, patch-82_4.txt, patch-82_5.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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


[jira] Updated: (HIVE-82) Augment build.xml with a target to build the forrest docs and javadocs

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

Raghotham Murthy updated HIVE-82:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

> Augment build.xml with a target to build the forrest docs and javadocs
> ----------------------------------------------------------------------
>
>                 Key: HIVE-82
>                 URL: https://issues.apache.org/jira/browse/HIVE-82
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Build Infrastructure
>    Affects Versions: 0.3.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Ashish Thusoo
>            Priority: Blocker
>             Fix For: 0.3.0
>
>         Attachments: hive-logo.jpg, patch-82.txt, patch-82_2.txt, patch-82_3.txt, patch-82_4.txt, patch-82_5.txt
>
>
> See hadoop's build.xml, especially the targets "docs" and "javadoc-dev"

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