Author: omalley
Date: Fri Apr 20 16:38:47 2012
New Revision: 1328444
URL: http://svn.apache.org/viewvc?rev=1328444&view=rev
Log:
HADOOP-8293. Fix the Makefile.am for the native library to include the
JNI path. (omalley)
Modified:
hadoop/common/branches/branch-1/CHANGES.txt (contents, props changed)
hadoop/common/branches/branch-1/src/native/Makefile.am
Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1328444&r1=1328443&r2=1328444&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Fri Apr 20 16:38:47 2012
@@ -45,7 +45,8 @@ Release 1.1.0 - unreleased
HADOOP-7745. Fix wrong variable name in exception message introduced
in HADOOP-7509. (Ravi Prakash via suresh)
- MAPREDUCE-2957. The TT should not re-init if it has no good local dirs.
(eli)
+ MAPREDUCE-2957. The TT should not re-init if it has no good local dirs.
+ (eli)
MAPREDUCE-2850. Add test for MAPREDUCE-2413. (ravigummadi)
@@ -55,9 +56,11 @@ Release 1.1.0 - unreleased
MAPREDUCE-3278. Fix a busy loop in ReduceTask that would cause 100%
cpu utilization during the fetch phase. (todd)
- MAPREDUCE-3365. Expose the event-logging debug feature of FairScheduler.
(Sho Shimauchi via harsh)
+ MAPREDUCE-3365. Expose the event-logging debug feature of
+ FairScheduler. (Sho Shimauchi via harsh)
- MAPREDUCE-3395. Add mapred.disk.healthChecker.interval to
mapred-default.xml. (eli via harsh)
+ MAPREDUCE-3395. Add mapred.disk.healthChecker.interval to
+ mapred-default.xml. (eli via harsh)
MAPREDUCE-3015. Add local dir failure info to metrics and the web UI. (eli)
@@ -77,12 +80,14 @@ Release 1.1.0 - unreleased
MAPREDUCE-2919. The JT web UI should show job start times. (harsh)
- HDFS-2741. Document the max transfer threads property for branch-1.
Backport of HDFS-1866. (Markus Jelsma via harsh)
+ HDFS-2741. Document the max transfer threads property for
+ branch-1. Backport of HDFS-1866. (Markus Jelsma via harsh)
HDFS-2872. Add sanity checks during edits loading that generation
stamps are non-decreasing. (Colin Patrick McCabe via eli)
- MAPREDUCE-4001. Improve MAPREDUCE-3789's fix logic by looking at job's
slot demands instead. (harsh)
+ MAPREDUCE-4001. Improve MAPREDUCE-3789's fix logic by looking at
+ job's slot demands instead. (harsh)
MAPREDUCE-2835. Make per-job counter limits configurable. (tomwhite)
@@ -167,14 +172,15 @@ Release 1.1.0 - unreleased
HADOOP-7982. UserGroupInformation fails to login if thread's context
classloader can't load HadoopLoginModule. (todd)
- HADOOP-7988. Upper case in hostname part of the principals doesn't work
with
- kerberos. (jitendra)
+ HADOOP-7988. Upper case in hostname part of the principals doesn't
+ work with kerberos. (jitendra)
HDFS-2877. If locking of a storage dir fails, it will remove the other
NN's lock file on exit. (todd)
- MAPREDUCE-3789. CapacityTaskScheduler shouldn't perform unnecessary
reservations,
- when used in heterogenous environments. (harsh)
+ MAPREDUCE-3789. CapacityTaskScheduler shouldn't perform
+ unnecessary reservations, when used in heterogenous
+ environments. (harsh)
HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh)
@@ -220,7 +226,8 @@ Release 1.1.0 - unreleased
HADOOP-8269. Fix some javadoc warnings on branch-1.
- HDFS-119. Fix a bug in logSync(), which causes NameNode block forever.
(shv)
+ HDFS-119. Fix a bug in logSync(), which causes NameNode block
+ forever. (shv)
MAPREDUCE-4154. streaming MR job succeeds even if the streaming command
fails. (Devaraj Das via tgraves)
@@ -236,10 +243,10 @@ Release 1.0.3 - unreleased
BUG FIXES
- HADOOP-6924. Adds a directory to the list of directories to search for the
libjvm.so file.
- The new directory is found by running a 'find' command and the first
output is taken.
- This was done to handle the build of Hadoop with IBM's JDK. (Stephen Watt,
- Guillermo Cabrera and ddas)
+ HADOOP-6924. Adds a directory to the list of directories to search for
+ the libjvm.so file. The new directory is found by running a 'find' command
+ and the first output is taken. This was done to handle the build of Hadoop
+ with IBM's JDK. (Stephen Watt, Guillermo Cabrera and ddas)
HADOOP-6941. Adds support for building Hadoop with IBM's JDK
(Stephen Watt, Eli and ddas)
@@ -247,8 +254,8 @@ Release 1.0.3 - unreleased
HADOOP-8188. Fixes the build process to do with jsvc, with IBM's JDK
as the underlying jdk. (ddas)
- HDFS-3127. Do not throw exceptions when FSImage.restoreStorageDirs()
failes.
- (Brandon Li via szetszwo)
+ HDFS-3127. Do not throw exceptions when FSImage.restoreStorageDirs()
+ fails. (Brandon Li via szetszwo)
MAPREDUCE-3377. Ensure OutputCommitter.checkOutputSpecs is called prior to
copying job.xml. (Jane Chen via acmurthy)
@@ -261,6 +268,9 @@ Release 1.0.3 - unreleased
HADOOP-8251. Fix SecurityUtil.fetchServiceTicket after HADOOP-6941. (todd)
+ HADOOP-8293. Fix the Makefile.am for the native library to include the
+ JNI path. (omalley)
+
Release 1.0.2 - 2012.03.24
NEW FEATURES
@@ -330,12 +340,13 @@ Release 1.0.1 - 2012.02.14
IMPROVEMENTS
- MAPREDUCE-3607. Port missing new API mapreduce lib classes to 1.x.
(tomwhite)
+ MAPREDUCE-3607. Port missing new API mapreduce lib classes to
+ 1.x. (tomwhite)
HADOOP-7987. Support setting the run-as user in unsecure mode. (jitendra)
- HADOOP-7988. Upper case in hostname part of the principals doesn't work
with
- kerberos. (jitendra)
+ HADOOP-7988. Upper case in hostname part of the principals doesn't
+ work with kerberos. (jitendra)
HADOOP-7470. Move up to Jackson 1.8.8. (Enis Soztutar via szetszwo)
@@ -367,8 +378,9 @@ Release 1.0.1 - 2012.02.14
MAPREDUCE-3343. TaskTracker Out of Memory because of distributed cache.
(Zhao Yunjiong).
- HADOOP-8037. Binary tarball does not preserve platform info for native
builds,
- and RPMs fail to provide needed symlinks for libhadoop.so. (Matt Foley)
+ HADOOP-8037. Binary tarball does not preserve platform info for
+ native builds, and RPMs fail to provide needed symlinks for
+ libhadoop.so. (Matt Foley)
Release 1.0.0 - 2011.12.15
@@ -448,8 +460,9 @@ Release 1.0.0 - 2011.12.15
HADOOP-7815. Fixed configuring map memory mb in hadoop-setup-conf.sh.
(Ramya Sunil)
- HDFS-2346. TestHost2NodesMap & TestReplicasMap will fail depending upon
- execution order of test methods. (Laxman and Uma Maheswara Rao via Matt
Foley)
+ HDFS-2346. TestHost2NodesMap & TestReplicasMap will fail depending
+ upon execution order of test methods. (Laxman and Uma Maheswara
+ Rao via Matt Foley)
MAPREDUCE-3374. src/c++/task-controller/configure is not set executable in
the tarball and that prevents task-controller from rebuilding.
@@ -523,7 +536,8 @@ Release 1.0.0 - 2011.12.15
HDFS-2590. Fix the missing links in the WebHDFS forrest doc. (szetszwo)
- HADOOP-7854. UGI getCurrentUser is not synchronized. (Daryn Sharp via
jitendra)
+ HADOOP-7854. UGI getCurrentUser is not synchronized. (Daryn Sharp
+ via jitendra)
HADOOP-7865. Test Failures in 1.0 hdfs/common. (jitendra)
@@ -585,8 +599,8 @@ Release 0.20.205.0 - 2011.10.06
HDFS-2385. Support renew and cancel delegation tokens in WebHDFS.
(szetszwo)
- MAPREDUCE-2777. Backport of MAPREDUCE-220 and MAPREDUCE-2469. Includes
adding
- cumulative CPU usage and total heap usage to task conters. (amarrk)
+ MAPREDUCE-2777. Backport of MAPREDUCE-220 and MAPREDUCE-2469. Includes
+ adding cumulative CPU usage and total heap usage to task conters. (amarrk)
BUG FIXES
@@ -604,8 +618,8 @@ Release 0.20.205.0 - 2011.10.06
HADOOP-7685. Resolve issues with hadoop-common file hadoop-setup-conf.sh.
(Eric Yang and Devaraj K, via mattf)
- HADOOP-7684. jobhistory server and secondarynamenode should have init.d
script
- for rpm and deb. (Eric Yang via mattf)
+ HADOOP-7684. jobhistory server and secondarynamenode should have
+ init.d script for rpm and deb. (Eric Yang via mattf)
HADOOP-7683. remove hdfs-site.xml template has properties that are not used
in 0.20-security. (Arpit Gupta via mattf)
@@ -616,8 +630,8 @@ Release 0.20.205.0 - 2011.10.06
HADOOP-7681. log4j.properties is missing properties for security audit and
hdfs audit should be changed to info. (Arpit Gupta via mattf)
- HADOOP-7679. log4j.properties templates must define
mapred.jobsummary.logger
- (Ramya Sunil via mattf)
+ HADOOP-7679. log4j.properties templates must define
+ mapred.jobsummary.logger (Ramya Sunil via mattf)
HDFS-2325. Fuse-DFS fails to build on Hadoop 20.203.0
(Kihwal Lee via mattf)
@@ -824,8 +838,8 @@ Release 0.20.205.0 - 2011.10.06
MAPREDUCE-2928. MR-2413 improvements (Eli Collins via mattf)
- HADOOP-7655. provide a small validation script that smoke tests the
installed
- cluster. (Arpit Gupta via mattf)
+ HADOOP-7655. provide a small validation script that smoke tests
+ the installed cluster. (Arpit Gupta via mattf)
MAPREDUCE-2187. Reporter sends progress during sort/merge. (Anupam Seth via
acmurthy)
Propchange: hadoop/common/branches/branch-1/CHANGES.txt
------------------------------------------------------------------------------
Merged /hadoop/common/branches/branch-1.0/CHANGES.txt:r1328441
Modified: hadoop/common/branches/branch-1/src/native/Makefile.am
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/native/Makefile.am?rev=1328444&r1=1328443&r2=1328444&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/src/native/Makefile.am (original)
+++ hadoop/common/branches/branch-1/src/native/Makefile.am Fri Apr 20 16:38:47
2012
@@ -50,7 +50,7 @@ libhadoop_la_SOURCES = src/org/apache/ha
src/org/apache/hadoop/io/nativeio/file_descriptor.c \
src/org/apache/hadoop/io/nativeio/errno_enum.c \
src/org/apache/hadoop/io/nativeio/NativeIO.c
-libhadoop_la_LDFLAGS = -version-info 1:0:0
+libhadoop_la_LDFLAGS = -version-info 1:0:0 $(AM_LDFLAGS)
libhadoop_la_LIBADD = -ldl -ljvm
#