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


Great work!! This is a great start. I think we'll figure out the hcatalog stuff 
in a follow-on jira. I just have a few issues below mostly related to indenting.


packaging/pom.xml
<https://reviews.apache.org/r/15187/#comment54531>

    Let's put this in a profile called "dist". Here is an example of profiles:
    
    https://github.com/apache/hive/blob/trunk/odbc/pom.xml#L56



packaging/pom.xml
<https://reviews.apache.org/r/15187/#comment54529>

    Let's un-comment these for now



packaging/src/main/assembly/bin.xml
<https://reviews.apache.org/r/15187/#comment54521>

    The key=value's should be indented



packaging/src/main/assembly/bin.xml
<https://reviews.apache.org/r/15187/#comment54522>

    id, formats, baseDir are all indented incorrectly



packaging/src/main/assembly/bin.xml
<https://reviews.apache.org/r/15187/#comment54520>

    If you extract the binary tar it has a weird second directory. Therefore I 
think this should just be ./



packaging/src/main/assembly/bin.xml
<https://reviews.apache.org/r/15187/#comment54524>

    this includes indenting is wrong



packaging/src/main/assembly/bin.xml
<https://reviews.apache.org/r/15187/#comment54517>

    trailing ws



packaging/src/main/assembly/src.xml
<https://reviews.apache.org/r/15187/#comment54527>

    same indenting issues as above



packaging/src/main/assembly/src.xml
<https://reviews.apache.org/r/15187/#comment54525>

    trailing ws



packaging/src/main/assembly/src.xml
<https://reviews.apache.org/r/15187/#comment54526>

    indenting is off here



packaging/src/main/assembly/src.xml
<https://reviews.apache.org/r/15187/#comment54528>

    We cannot just exclude the temp stores as opposed to including src?


- Brock Noland


On Nov. 1, 2013, 8:38 p.m., Szehon Ho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/15187/
> -----------------------------------------------------------
> 
> (Updated Nov. 1, 2013, 8:38 p.m.)
> 
> 
> Review request for hive.
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> Add src and bin descriptors to maven packaging project. 
> 
> Src.tar has the entire Hive source tree as is, following Apache src.tar 
> format.  Decided not to use <moduleSet> as maven only gives option to prepend 
> the module name, which is different than the directory name in thise case.
> 
> Bin.tar still does not include hcatalog stuff.  It uses mvn assembly fileset 
> to do what the ant package tasks of hive/build.xml used to do.  It also uses 
> maven's <dependencySet> to pull in dependency jars.  But hive/hcatalog had a 
> separate ant build, and there is more effort needed to include that into this 
> mvn bin assembly in the correct directory structure.
> 
> 
> Diffs
> -----
> 
>   packaging/pom.xml 973b351 
>   packaging/src/main/assembly/bin.xml PRE-CREATION 
>   packaging/src/main/assembly/src.xml PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/15187/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Szehon Ho
> 
>

Reply via email to