Suresh Srinivas
|
a4cfaca9ed
|
HADOOP-8791. Merge change 1390109 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1390110 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-25 20:11:14 +00:00 |
Harsh J
|
de4204cce5
|
HADOOP-8833. fs -text should make sure to call inputstream.seek(0) before using input stream. Contributed by Tom White and Harsh J. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1388891 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-22 20:09:23 +00:00 |
Suresh Srinivas
|
3aabebff8a
|
Removing Trunk section from CHANGES.txt introduced by incorrect merge from change 1384835.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1388577 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-21 17:24:25 +00:00 |
Suresh Srinivas
|
59d968e642
|
HADOOP-8736. Merging change r1379652 from trunk to branch-2. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1388575 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-21 17:21:46 +00:00 |
Alejandro Abdelnur
|
03c1c9e951
|
Reverting HADOOP-8805
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1387698 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-19 18:10:52 +00:00 |
Alejandro Abdelnur
|
634c337640
|
HADOOP-8805. Move protocol buffer implementation of GetUserMappingProtocol from HDFS to Common. (bowang via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1387300 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-18 18:18:17 +00:00 |
Eli Collins
|
6ad11b963c
|
HADOOP-8812. ExitUtil#terminate should print Exception#toString. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1387275 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-18 17:34:32 +00:00 |
Eli Collins
|
1f438df5aa
|
HADOOP-8806. libhadoop.so: dlopen should be better at locating libsnappy.so, etc. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1386785 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 19:30:40 +00:00 |
Suresh Srinivas
|
bb240319ad
|
HADOOP-8819 Merging change 1386451 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1386452 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 01:42:15 +00:00 |
Thomas White
|
9e1860bfbf
|
Merge -r 1384832:1384833 from trunk to branch-2. Fixes: HADOOP-8780. Update DeprecatedProperties apt file.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1384835 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-14 16:15:20 +00:00 |
Aaron Myers
|
ac103a4314
|
HADOOP-8755. Print thread dump when tests fail due to timeout. Contributed by Andrey Klochkov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1384628 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-14 01:50:35 +00:00 |
Uma Maheswara Rao G
|
93134626fb
|
backport HADOOP-8786. HttpServer continues to start even if AuthenticationFilter fails to init. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1384456 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 18:27:53 +00:00 |
Aaron Myers
|
ae71fc2a24
|
HADOOP-8795. BASH tab completion doesn't look in PATH, assumes path to executable is specified. Contributed by Sean Mackrory.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1384445 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 18:02:46 +00:00 |
Eli Collins
|
9bfa8fd529
|
HADOOP-8801. ExitUtil#terminate should capture the exception stack trace. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1384438 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 17:58:28 +00:00 |
Uma Maheswara Rao G
|
9441c3e242
|
(backport from trunk) HADOOP-7688. When a servlet filter throws an exception in init(..), the Jetty server failed silently. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1384416 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-13 17:30:15 +00:00 |
Doug Cutting
|
f3dab6b411
|
Merge -c 1383607 from trunk to branch-2. Fixes: HADOOP-8597 (add Avro support to FsShell text command).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1383608 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-11 20:47:27 +00:00 |
Eli Collins
|
c2f9f968f9
|
HADOOP-8789. Tests setLevel(Level.OFF) should be Level.ERROR. Contributed by Andy Isaacson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1383497 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-11 17:58:07 +00:00 |
Alejandro Abdelnur
|
3731156138
|
HADOOP-8781. hadoop-config.sh should add JAVA_LIBRARY_PATH to LD_LIBRARY_PATH. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1383144 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-10 22:48:51 +00:00 |
Arun Murthy
|
c76e05c1b7
|
Set date for hadoop-2.0.2-alpha
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1382198 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 22:37:55 +00:00 |
Arun Murthy
|
d47f6bb16e
|
Preparing for hadoop-2.0.2-alpha release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1382195 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 22:34:25 +00:00 |
Aaron Myers
|
ee6d9ff79d
|
HADOOP-8775. MR2 distcp permits non-positive value to -bandwidth option which causes job never to complete. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1382121 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 18:41:28 +00:00 |
Tsz-wo Sze
|
857ccb8621
|
svn merge -c 1381845 from trunk for HADOOP-8754. Deprecate all the RPC.getServer() variants.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1381849 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 03:12:27 +00:00 |
Eli Collins
|
6628e4f726
|
HADOOP-8431. Running distcp wo args throws IllegalArgumentException. Contributed by Sandy Ryza
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1381841 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 01:27:15 +00:00 |
Alejandro Abdelnur
|
6b807d0c7b
|
HADOOP-8749. HADOOP-8031 changed the way in which relative xincludes are handled in Configuration. (ahmed via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1381704 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 18:17:04 +00:00 |
Aaron Myers
|
7eb7af2cb8
|
HADOOP-8766. FileContextMainOperationsBaseTest should randomize the root dir. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1381438 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 23:17:27 +00:00 |
Eli Collins
|
bcf79c727e
|
HADOOP-8648. libhadoop: native CRC32 validation crashes when io.bytes.per.checksum=1. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1381423 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 22:24:44 +00:00 |
Eli Collins
|
27a064dd02
|
HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1380985 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 04:41:03 +00:00 |
Robert Joseph Evans
|
8d310aad55
|
pdating CHANGES.txt for 0.23.4
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1380907 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 21:48:58 +00:00 |
Robert Joseph Evans
|
f3bdc03270
|
svn merge -c 1379537 FIXES: HADOOP-8727. Gracefully deprecate dfs.umaskmode in 2.x onwards (Harsh J via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1379538 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 18:28:36 +00:00 |
Eli Collins
|
f0ff4a9b67
|
HADOOP-8722. Update BUILDING.txt with latest snappy info. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1379282 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-31 04:13:29 +00:00 |
Robert Joseph Evans
|
0fb6e7626f
|
HADOOP-8726. The Secrets in Credentials are not available to MR tasks (daryn and Benoy Antony via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1379105 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 19:59:53 +00:00 |
Tsz-wo Sze
|
e80fffcf66
|
svn merge -c 1378969 from trunk for HADOOP-8748. Refactor DFSClient retry utility methods to a new class in org.apache.hadoop.io.retry.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1378972 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 14:53:45 +00:00 |
Alejandro Abdelnur
|
c38e558397
|
HADOOP-8747. Syntax error on cmake version 2.6 patch 2 in JNIFlags.cmake. (cmccabe via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1378771 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 23:41:21 +00:00 |
Eli Collins
|
7b6592a459
|
HADOOP-8737. cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1378445 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 05:31:50 +00:00 |
Alejandro Abdelnur
|
5d74838376
|
HADOOP-8738. junit JAR is showing up in the distro (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1378177 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 15:32:28 +00:00 |
Suresh Srinivas
|
d7d3c48b06
|
HDFS-8619. Merging change from trunk to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1378127 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-28 13:31:10 +00:00 |
Robert Joseph Evans
|
6175155cf4
|
svn merge -c 1376929 FIXES: HADOOP-8725. MR is broken when security is off (daryn via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376931 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 14:17:45 +00:00 |
Alejandro Abdelnur
|
76755a9374
|
HADOOP-8031. Configuration class fails to find embedded .jar resources; should use URL.openStream() (genman via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376775 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 23:28:50 +00:00 |
Alejandro Abdelnur
|
eb04620e43
|
HADOOP-4572. Can not access user logs - Jetty is not configured by default to serve aliases/symlinks (ahmed via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376755 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 22:54:24 +00:00 |
Robert Joseph Evans
|
dc0376d6c5
|
svn merge -c 1376653 FIXES: HADOOP-8709. globStatus changed behavior from 0.20/1.x (Jason Lowe via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376655 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 19:19:19 +00:00 |
Robert Joseph Evans
|
bc5f02bac0
|
svn merge -c 1376618 FIXES: HADOOP-8225. DistCp fails when invoked by Oozie (daryn via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376621 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 18:07:59 +00:00 |
Robert Joseph Evans
|
16ca767f0f
|
svn merge -c 1376592 FIXES: HADOOP-8655. Fix TextInputFormat for large deliminators. (Gelesh via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376594 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 16:59:26 +00:00 |
Robert Joseph Evans
|
4219f17597
|
svn merge -c 1376543 FIXES: HADOOP-8632. Configuration leaking class-loaders (Costin Leau via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376546 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 15:26:42 +00:00 |
Eli Collins
|
135a721b0f
|
HADOOP-8075. Lower native-hadoop library log from info to debug. Contributed by Hızır Sefa İrken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376323 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-23 00:01:35 +00:00 |
Aaron Myers
|
e6bb7bf1a8
|
HADOOP-8721. ZKFC should not retry 45 times when attempting a graceful fence during a failover. Contributed by Vinayakumar B.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376195 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 18:56:02 +00:00 |
Eli Collins
|
1a6cb06197
|
HADOOP-8720. TestLocalFileSystem should use test root subdirectory. Contributed by Vlad Rozov
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1376124 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 16:22:55 +00:00 |
Tsz-wo Sze
|
c0b9b996f9
|
svn merge -c 1375450 from trunk for HADOOP-8239. Add subclasses of MD5MD5CRC32FileChecksum to support file checksum with CRC32C.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1375453 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-21 09:49:00 +00:00 |
Eli Collins
|
c2a3da8fce
|
HADOOP-8686. Fix warnings in native code. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1375311 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-20 23:22:28 +00:00 |
Eli Collins
|
fbc102e94f
|
HADOOP-8614. IOUtils#skipFully hangs forever on EOF. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1375255 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-20 21:50:27 +00:00 |
Robert Joseph Evans
|
e8e50e50ad
|
svn merge -c 1375221 FIXES: HADOOP-8611. Allow fall-back to the shell-based implementation when JNI-based users-group mapping fails (Robert Parker via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1375222 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-20 21:18:49 +00:00 |