Remove legacy TAR layout creation
---------------------------------

                 Key: HADOOP-7498
                 URL: https://issues.apache.org/jira/browse/HADOOP-7498
             Project: Hadoop Common
          Issue Type: Task
          Components: build
    Affects Versions: 0.23.0
            Reporter: Alejandro Abdelnur
             Fix For: 0.23.0


Currently the build creates 2 different tarball layouts.

One is the legacy one, the layout used until 0.22 (ant tar &  mvn package -Ptar)

The other is new new one, the layout used in trunk that mimics the Unix layout 
(ant binary & mvn package -Pbintar).

The legacy layout is of not use as all the scripts have been modified to work 
with the new layout only.

We should thus remove the legacy layout generation.

In addition we could rename the current 'bintar' to just 'tar'


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to