[ 
https://issues.apache.org/jira/browse/HIVE-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13654391#comment-13654391
 ] 

Lefty Leverenz commented on HIVE-4508:
--------------------------------------

Changes to docs/xdocs/index.xml won't have any effect, because the xdocs are 
dead (long live the wiki). The information is duplicated, more or less, on the 
wiki home page and in the tutorial.

If you want to add the same information to the API docs, put an html file in an 
appropriate location such as ./docs/overview.html, and add a line to the 
javadoc target in build.xml, like so:

{quote}
<target name="javadoc" depends="package" description="Generate Javadoc">
<echo message="Project: $\{ant.project.name\}"/>
<mkdir dir="$\{build.javadoc\}"/>
<javadoc
{color:red}overview="$\{basedir\}/docs/overview.html"{color}
{quote}

... but without the backslashes that you'll probably see in email. I created an 
overview.html file including Carl's suggestions and a few editorial fixes 
(attached) so you just have to put it in ./docs and add the overview line to 
build.xml.
 
                
> Fix various release issues in 0.11.0rc1
> ---------------------------------------
>
>                 Key: HIVE-4508
>                 URL: https://issues.apache.org/jira/browse/HIVE-4508
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.11.0
>
>         Attachments: h-4508.patch, h-4508.patch
>
>
> Carl described some non-code issues in the 0.11.0rc1 and I want to fix them.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to