Author: rvs
Date: Tue Jun 26 01:50:31 2012
New Revision: 1353797

URL: http://svn.apache.org/viewvc?rev=1353797&view=rev
Log:
BIGTOP-652. Hadoop install script is trying to remove some tests jars but fails 
to do so

Modified:
    incubator/bigtop/branches/branch-0.4/CHANGES.txt
    
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/hadoop/install_hadoop.sh
    incubator/bigtop/branches/branch-0.4/src/site/xdoc/release-notes.xml

Modified: incubator/bigtop/branches/branch-0.4/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/CHANGES.txt?rev=1353797&r1=1353796&r2=1353797&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/bigtop/branches/branch-0.4/CHANGES.txt Tue Jun 26 01:50:31 2012
@@ -207,6 +207,7 @@ Bigtop Changelog
   - [BIGTOP-648] - hbase-thrift cannot be started properly
   - [BIGTOP-649] - PackageTestCommon.checkRemoval() is broken
   - [BIGTOP-650] - Override libexecdir for bigtop-utils on mageia
+  - [BIGTOP-652] - Hadoop install script is trying to remove some tests jars 
but fails to do so
 
 - IMPROVEMENT
   - [BIGTOP-266] - Need to override default yarn task classpath

Modified: 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/hadoop/install_hadoop.sh
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/hadoop/install_hadoop.sh?rev=1353797&r1=1353796&r2=1353797&view=diff
==============================================================================
--- 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/hadoop/install_hadoop.sh
 (original)
+++ 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/hadoop/install_hadoop.sh
 Tue Jun 26 01:50:31 2012
@@ -360,10 +360,10 @@ install -d -m 0755 $PREFIX/var/{log,run,
 install -d -m 0755 $PREFIX/var/{log,run,lib}/hadoop-yarn
 install -d -m 0755 $PREFIX/var/{log,run,lib}/hadoop-mapreduce
 
-# Remove all source and test jars and create version-less symlinks to offer 
integration point with other projects
+# Remove all source and create version-less symlinks to offer integration 
point with other projects
 for DIR in ${HADOOP_DIR} ${HDFS_DIR} ${YARN_DIR} ${MAPREDUCE_DIR} 
${HTTPFS_DIR} ; do
   (cd $DIR &&
-   rm -fv *-test.jar *-sources.jar
+   rm -fv *-sources.jar
    rm -fv lib/hadoop-*.jar
    for j in hadoop-*.jar; do
      if [[ $j =~ hadoop-(.*)-${HADOOP_VERSION}.jar ]]; then

Modified: incubator/bigtop/branches/branch-0.4/src/site/xdoc/release-notes.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/src/site/xdoc/release-notes.xml?rev=1353797&r1=1353796&r2=1353797&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.4/src/site/xdoc/release-notes.xml 
(original)
+++ incubator/bigtop/branches/branch-0.4/src/site/xdoc/release-notes.xml Tue 
Jun 26 01:50:31 2012
@@ -406,6 +406,8 @@
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-650'>BIGTOP-650</a>] -       
  Override libexecdir for bigtop-utils on mageia
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-652'>BIGTOP-652</a>] -       
  Hadoop install script is trying to remove some tests jars but fails to do so 
+</li>
 </ul>
             
 <h2>        Improvement


Reply via email to