[109655] trunk/dports/java/hadoop

hum at macports.org hum at macports.org
Mon Aug 19 07:33:34 PDT 2013


Revision: 109655
          https://trac.macports.org/changeset/109655
Author:   hum at macports.org
Date:     2013-08-19 07:33:34 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
hadoop: update to 1.2.1.

Modified Paths:
--------------
    trunk/dports/java/hadoop/Portfile
    trunk/dports/java/hadoop/files/patch-conf-hadoop-env.sh.diff
    trunk/dports/java/hadoop/files/patch-src-c++.diff
    trunk/dports/java/hadoop/files/patch-src-native.diff

Modified: trunk/dports/java/hadoop/Portfile
===================================================================
--- trunk/dports/java/hadoop/Portfile	2013-08-19 14:32:50 UTC (rev 109654)
+++ trunk/dports/java/hadoop/Portfile	2013-08-19 14:33:34 UTC (rev 109655)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                hadoop
-version             1.1.2
+version             1.2.1
 categories          java devel science
 maintainers         hum openmaintainer
 
@@ -18,8 +18,8 @@
 license             Apache-2
 
 master_sites        apache:hadoop/common/${distname}
-checksums           rmd160  d5ecbccb503533192e50e86534af2c9a13edfa1a \
-                    sha256  2a82ba1611eff607c5c1894485c4c6775a953682f1b7cf60e8519fad5bd2d582
+checksums           rmd160  6330ded6043a1c8dd8597910e77f3dedf249a807 \
+                    sha256  94a1181771f173bdb55c8f901722825866396091f0516bdd12b34dc3de1706a1
 
 patchfiles          patch-conf-hadoop-env.sh.diff \
                     patch-src-native.diff \

Modified: trunk/dports/java/hadoop/files/patch-conf-hadoop-env.sh.diff
===================================================================
--- trunk/dports/java/hadoop/files/patch-conf-hadoop-env.sh.diff	2013-08-19 14:32:50 UTC (rev 109654)
+++ trunk/dports/java/hadoop/files/patch-conf-hadoop-env.sh.diff	2013-08-19 14:33:34 UTC (rev 109655)
@@ -1,5 +1,5 @@
---- conf/hadoop-env.sh.orig	2011-05-05 00:00:30.000000000 +0900
-+++ conf/hadoop-env.sh	2011-05-16 23:40:40.000000000 +0900
+--- conf/hadoop-env.sh.orig	2013-07-23 07:26:38.000000000 +0900
++++ conf/hadoop-env.sh	2013-08-18 23:31:06.000000000 +0900
 @@ -6,13 +6,16 @@
  # remote nodes.
  
@@ -28,10 +28,10 @@
  
  # File naming remote slave hosts.  $HADOOP_HOME/conf/slaves by default.
  # export HADOOP_SLAVES=${HADOOP_HOME}/conf/slaves
-@@ -45,7 +48,7 @@
- # export HADOOP_SLAVE_SLEEP=0.1
- 
- # The directory where pid files are stored. /tmp by default.
+@@ -48,7 +51,7 @@
+ # NOTE: this should be set to a directory that can only be written to by 
+ #       the users that are going to run the hadoop daemons.  Otherwise there is
+ #       the potential for a symlink attack.
 -# export HADOOP_PID_DIR=/var/hadoop/pids
 +export HADOOP_PID_DIR=@hadoop_pid_dir@
  

Modified: trunk/dports/java/hadoop/files/patch-src-c++.diff
===================================================================
--- trunk/dports/java/hadoop/files/patch-src-c++.diff	2013-08-19 14:32:50 UTC (rev 109654)
+++ trunk/dports/java/hadoop/files/patch-src-c++.diff	2013-08-19 14:33:34 UTC (rev 109655)
@@ -1,6 +1,6 @@
---- build.xml.orig	2012-05-09 05:35:00.000000000 +0900
-+++ build.xml	2012-09-14 00:09:18.000000000 +0900
-@@ -2121,6 +2121,12 @@
+--- build.xml.orig	2013-08-18 23:32:57.000000000 +0900
++++ build.xml	2013-08-18 23:32:57.000000000 +0900
+@@ -2139,6 +2139,12 @@
            failonerror="yes">
        <env key="ac_cv_func_malloc_0_nonnull" value="yes"/>
        <env key="JVM_ARCH" value="${jvm.arch}"/>

Modified: trunk/dports/java/hadoop/files/patch-src-native.diff
===================================================================
--- trunk/dports/java/hadoop/files/patch-src-native.diff	2013-08-19 14:32:50 UTC (rev 109654)
+++ trunk/dports/java/hadoop/files/patch-src-native.diff	2013-08-19 14:33:34 UTC (rev 109655)
@@ -1,6 +1,6 @@
---- build.xml.orig	2012-05-09 05:35:00.000000000 +0900
-+++ build.xml	2012-09-12 21:29:55.000000000 +0900
-@@ -680,7 +680,12 @@
+--- build.xml.orig	2013-08-18 23:32:57.000000000 +0900
++++ build.xml	2013-08-18 23:32:57.000000000 +0900
+@@ -696,7 +696,12 @@
  	  <env key="OS_ARCH" value="${os.arch}"/>
  	  <env key="JVM_DATA_MODEL" value="${sun.arch.data.model}"/>
  	  <env key="HADOOP_NATIVE_SRCDIR" value="${native.src.dir}"/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/f413e1e7/attachment.html>


More information about the macports-changes mailing list