-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9641/#review17546
-----------------------------------------------------------



http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
<https://reviews.apache.org/r/9641/#comment37204>

    We can remove specifying -Dhcatalog.version here.
    
    Here's what's going on. In the source tree, versions always have a SNAPSHOT 
suffix. This prevents artifacts build directly from the source tree from being 
confused with an actual release.
    
    During the release process, we hard-code the version number directly in the 
release. When building from a release artifact you do not need to specify the 
version as its hard-coded.
    
    For example, notice how simply running "ant package" below produces a 
correctly named binary package.
    
    $ curl -s 
http://mirror.cogentco.com/pub/apache/incubator/hcatalog/stable/hcatalog-src-0.5.0-incubating.tar.gz
 | tar x
    $ cd hcatalog-src-0.5.0-incubating/
    $ grep hcatalog.version= build.properties 
    hcatalog.version=0.5.0-incubating
    $ ant package
    $ ls build/hcatalog-0.5.0-incubating.tar.gz
    build/hcatalog-0.5.0-incubating.tar.gz
    


- Travis Crawford


On March 7, 2013, 7:09 a.m., Mohammad Islam wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/9641/
> -----------------------------------------------------------
> 
> (Updated March 7, 2013, 7:09 a.m.)
> 
> 
> Review request for hcatalog and Ashutosh Chauhan.
> 
> 
> Description
> -------
> 
> Cut-pasted from JIRA:
> Source : 
> http://incubator.apache.org/hcatalog/docs/r0.5.0/install.html#Server+Installation+from+Source
> Need to update these:
> 1. ant command specify the target "tar" which is no longer a valid target. 
> Can be replaced with "package" instead.
> 2. parameter "-Dhcatalog.version=0.5.0" needs to be replaced by 
> "-Dhcatalog.version=0.5.0-incubating".
> 3. In one place, it refers to hive 0.10 and in another place, it refers to 
> 0.9 as an example. Making them consistent through out the doc will be less 
> confusing. For example, make it 0.20.0.
> 
> 
> This addresses bug HCATALOG-625.
>     https://issues.apache.org/jira/browse/HCATALOG-625
> 
> 
> Diffs
> -----
> 
>   
> http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
>  1450533 
> 
> Diff: https://reviews.apache.org/r/9641/diff/
> 
> 
> Testing
> -------
> 
> Manual.
> Build and visualize through browser.
> 
> 
> Thanks,
> 
> Mohammad Islam
> 
>

Reply via email to