You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2009/04/14 03:30:59 UTC

svn commit: r764659 - in /hadoop/hive/branches/branch-0.3: CHANGES.txt build.xml

Author: namit
Date: Tue Apr 14 01:30:58 2009
New Revision: 764659

URL: http://svn.apache.org/viewvc?rev=764659&view=rev
Log:
HIVE-407 Permission issues in test scripts in tarballs.
(Ashish Thusoo via njain)


Modified:
    hadoop/hive/branches/branch-0.3/CHANGES.txt
    hadoop/hive/branches/branch-0.3/build.xml

Modified: hadoop/hive/branches/branch-0.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/branches/branch-0.3/CHANGES.txt?rev=764659&r1=764658&r2=764659&view=diff
==============================================================================
--- hadoop/hive/branches/branch-0.3/CHANGES.txt (original)
+++ hadoop/hive/branches/branch-0.3/CHANGES.txt Tue Apr 14 01:30:58 2009
@@ -28,6 +28,9 @@
     HIVE-82 Support for building tarballs and javadocs
     (Ashish Thusoo via rmurthy)
 
+    HIVE-407 Permission issues in test scripts in tarballs.
+    (Ashish Thusoo via njain)
+
   IMPROVEMENTS
 
     HIVE-132. Show table and describe results to be read via FetchTask.

Modified: hadoop/hive/branches/branch-0.3/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/branches/branch-0.3/build.xml?rev=764659&r1=764658&r2=764659&view=diff
==============================================================================
--- hadoop/hive/branches/branch-0.3/build.xml (original)
+++ hadoop/hive/branches/branch-0.3/build.xml Tue Apr 14 01:30:58 2009
@@ -396,10 +396,16 @@
           <exclude name="build/**" />
           <exclude name="bin/**" />
           <exclude name="**/py/**/*-remote" />
+          <exclude name="data/scripts/**" />
+          <exclude name="metastore/scripts/**" />
+          <exclude name="ql/src/test/scripts/**" />
         </tarfileset>
         <tarfileset dir="${hive.root}" mode="755" prefix="${dev.final.name}/src">
           <include name="bin/**" />
           <include name="**/py/**/*-remote" />
+          <include name="data/scripts/**" />
+          <include name="metastore/scripts/**" />
+          <include name="ql/src/test/scripts/**" />
         </tarfileset>
       </param.listofitems>
     </macro_tar>