You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:16:54 UTC

svn commit: r1077456 [1/10] - in /hadoop/common/branches/branch-0.20-security-patches/src: c++/pipes/ c++/pipes/impl/ c++/utils/ c++/utils/m4/ examples/pipes/ mapred/org/apache/hadoop/mapred/pipes/

Author: omalley
Date: Fri Mar  4 04:16:53 2011
New Revision: 1077456

URL: http://svn.apache.org/viewvc?rev=1077456&view=rev
Log:
commit 5e19a1e832bf827f04bc5ab9e9d71efa163e57cb
Author: Jitendra Nath Pandey <jitendra@sufferhome-lm.(none)>
Date:   Sun May 9 01:30:36 2010 -0700

    MAPREDUCE-1733 from https://issues.apache.org/jira/secure/attachment/12444054/MR-1733-y20.3.patch
    
    +++ b/YAHOO-CHANGES.txt
    +    MAPREDUCE-1733. Authentication between pipes processes and java counterparts.
    +    (jitendra)
    +

Modified:
    hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/Makefile.in
    hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/aclocal.m4
    hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/configure
    hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc
    hadoop/common/branches/branch-0.20-security-patches/src/c++/utils/Makefile.in
    hadoop/common/branches/branch-0.20-security-patches/src/c++/utils/aclocal.m4
    hadoop/common/branches/branch-0.20-security-patches/src/c++/utils/configure
    hadoop/common/branches/branch-0.20-security-patches/src/c++/utils/m4/hadoop_utils.m4
    hadoop/common/branches/branch-0.20-security-patches/src/examples/pipes/Makefile.in
    hadoop/common/branches/branch-0.20-security-patches/src/examples/pipes/aclocal.m4
    hadoop/common/branches/branch-0.20-security-patches/src/examples/pipes/configure
    hadoop/common/branches/branch-0.20-security-patches/src/mapred/org/apache/hadoop/mapred/pipes/Application.java
    hadoop/common/branches/branch-0.20-security-patches/src/mapred/org/apache/hadoop/mapred/pipes/BinaryProtocol.java
    hadoop/common/branches/branch-0.20-security-patches/src/mapred/org/apache/hadoop/mapred/pipes/DownwardProtocol.java
    hadoop/common/branches/branch-0.20-security-patches/src/mapred/org/apache/hadoop/mapred/pipes/OutputHandler.java
    hadoop/common/branches/branch-0.20-security-patches/src/mapred/org/apache/hadoop/mapred/pipes/UpwardProtocol.java

Modified: hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/Makefile.in
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/c%2B%2B/pipes/Makefile.in?rev=1077456&r1=1077455&r2=1077456&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/Makefile.in (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/Makefile.in Fri Mar  4 04:16:53 2011
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9 from Makefile.am.
+# Makefile.in generated by automake 1.9.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -37,13 +37,12 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+build_triplet = @build@
 host_triplet = @host@
-DIST_COMMON = config.guess config.guess config.sub config.sub \
-	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-	$(top_srcdir)/configure $(am__configure_deps) \
-	$(top_srcdir)/impl/config.h.in depcomp depcomp ltmain.sh \
-	ltmain.sh config.guess config.guess config.sub config.sub \
-	$(api_HEADERS)
+DIST_COMMON = config.guess config.sub $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am $(top_srcdir)/configure \
+	$(am__configure_deps) $(top_srcdir)/impl/config.h.in depcomp \
+	ltmain.sh config.guess config.sub $(api_HEADERS)
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/../utils/m4/hadoop_utils.m4 \
@@ -115,6 +114,7 @@ EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
 FFLAGS = @FFLAGS@
+GREP = @GREP@
 HADOOP_UTILS_PREFIX = @HADOOP_UTILS_PREFIX@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -140,12 +140,9 @@ SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
-ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@
 ac_ct_F77 = @ac_ct_F77@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -162,23 +159,30 @@ build_cpu = @build_cpu@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@