yliu
|
9c47ab32b1
|
HDFS-8859. Improve DataNode ReplicaMap memory footprint to save about 45%. (yliu)
|
2015-09-29 16:23:50 +08:00 |
Ming Ma
|
ac7d85efb2
|
HADOOP-12440. TestRPC#testRPCServerShutdown did not produce the desired thread states before shutting down. (Xiao Chen via mingma)
(cherry picked from commit 5c3b663bf9 )
|
2015-09-28 18:14:29 -07:00 |
Kihwal Lee
|
95b8f1f3a6
|
HADOOP-12446. Undeprecate createNonRecursive(). Contributed by Ted Yu.
(cherry picked from commit 3abbdc929b )
|
2015-09-28 17:33:20 -05:00 |
Colin Patrick Mccabe
|
3b9d32627f
|
HDFS-9080. Update htrace version to 4.0.1 (cmccabe)
(cherry picked from commit 892ade689f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/BlockStorageLocationUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
|
2015-09-28 08:15:00 -07:00 |
Vinayakumar B
|
1c7b3b98c1
|
HADOOP-11984. Enable parallel JUnit tests in pre-commit (Contributed by Chris Nauroth)
(cherry picked from commit f0f984e4e6 )
|
2015-09-27 14:12:34 +05:30 |
Vinayakumar B
|
b46e4ceafd
|
HADOOP-12442. Display help if the command option to 'hdfs dfs' is not valid (Contributed by nijel)
(cherry picked from commit 861b52db24 )
|
2015-09-26 21:37:24 +05:30 |
cnauroth
|
85c0cb0075
|
HADOOP-11918. Listing an empty s3a root directory throws FileNotFound. Contributed by Lei (Eddy) Xu.
(cherry picked from commit 7fe521b1dd )
|
2015-09-25 22:34:10 -07:00 |
Yongjun Zhang
|
16ae3f5d46
|
HDFS-9123. Copying from the root to a subdirectory should be forbidden. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit 3187dbd7a8 )
|
2015-09-24 21:41:48 -07:00 |
Zhihai Xu
|
4ba0febd58
|
HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu
(cherry picked from commit 52c1f272ec )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-09-24 12:40:39 -07:00 |
Harsh J
|
9bb6fba759
|
HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured. Contributed by Brahma Reddy Battula. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389799 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit a7e450c7cc )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-09-24 12:30:55 -07:00 |
Arpit Agarwal
|
3c06162259
|
HADOOP-12437. Allow SecurityUtil to lookup alternate hostnames. (Contributed by Arpit Agarwal)
|
2015-09-24 11:41:58 -07:00 |
Haohui Mai
|
75c70339ab
|
HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in TestLocalFileSystem. Contributed by Chris Nauroth.
|
2015-09-23 19:34:19 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
f48af332a7
|
Release process for 2.6.1: Set the release date for 2.6.1
(cherry picked from commit 1f707ecffd )
|
2015-09-23 15:12:30 -07:00 |
Vinayakumar B
|
017dff9877
|
HDFS-9013. Deprecate NameNodeMXBean#getNNStarted in branch2 and remove from trunk (Contributed by Surendra Singh Lilhore)
(cherry picked from commit a2c76e5f26 )
|
2015-09-23 15:45:21 +05:30 |
Tsuyoshi Ozawa
|
52cc2ca488
|
HADOOP-12428. Fix inconsistency between log-level guards and statements. Contributed by Jagadesh Kiran N and Jackie Chang.
(cherry picked from commit dfd807afab )
|
2015-09-22 12:54:44 +09:00 |
Steve Loughran
|
a38dceda66
|
HADOOP-12360. Create StatsD metrics2 sink. (Dave Marion via stevel)
|
2015-09-19 12:41:29 +01:00 |
Zhihai Xu
|
6c66dd4875
|
HADOOP-12404. Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu
(cherry picked from commit 88d89267ff )
|
2015-09-18 10:44:53 -07:00 |
Zhihai Xu
|
7c429fbaa9
|
Revert "Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu"
This reverts commit 7576b4247b .
|
2015-09-18 10:25:38 -07:00 |
Zhihai Xu
|
7576b4247b
|
Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu
(cherry picked from commit e690a32e57 )
|
2015-09-18 08:27:58 -07:00 |
Wangda Tan
|
1f75e951f5
|
HADOOP-12386. RetryPolicies.RETRY_FOREVER should be able to specify a retry interval. (Sunil G via wangda)
(cherry picked from commit 6b97fa6652 )
|
2015-09-17 17:47:22 -07:00 |
Jason Lowe
|
316296e35f
|
MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu
(cherry picked from commit 58d1a02b8d )
|
2015-09-17 14:31:57 +00:00 |
Haohui Mai
|
d5936aa48c
|
HADOOP-12417. TestWebDelegationToken failing with port in use. Contributed by Mingliang Liu.
|
2015-09-16 18:38:54 -07:00 |
Eric Yang
|
b4bb8e1731
|
HADOOP-12374. Updated expunge command description.
(WeiWei Yang via eyang)
|
2015-09-15 20:05:01 -07:00 |
Akira Ajisaka
|
e38e5b56bd
|
HADOOP-12416. Trash messages should be handled by Logger instead of being delivered on System.out. Contributed by Mingliang Liu.
(cherry picked from commit 77aaf4cf7d )
|
2015-09-16 10:20:53 +09:00 |
Vinayakumar B
|
2b78714c68
|
HDFS-8953. DataNode Metrics logging (Contributed by Kanaka Kumar Avvaru)
(cherry picked from commit ce69c9b54c )
|
2015-09-16 00:18:59 +05:30 |
cnauroth
|
be9354d010
|
HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu.
(cherry picked from commit b2017d9b03 )
|
2015-09-15 10:42:02 -07:00 |
Vinayakumar B
|
aa963ab441
|
HDFS-9067. o.a.h.hdfs.server.datanode.fsdataset.impl.TestLazyWriter is failing in trunk (Contributed by Surendra Singh Lilhore)
(cherry picked from commit a440567491 )
|
2015-09-15 17:33:15 +05:30 |
Steve Loughran
|
988749e6ea
|
HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel).
|
2015-09-13 14:25:06 +01:00 |
Steve Loughran
|
c8fe31e03a
|
HADOOP-12407. Test failing: hadoop.ipc.TestSaslRPC. (stevel)
|
2015-09-12 18:55:42 +01:00 |
Steve Loughran
|
c4128165b5
|
syncing branch-2 and trunk CHANGES.TXT to be closer together
|
2015-09-12 18:52:04 +01:00 |
Robert Kanter
|
764f8baa99
|
HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong time unit parameter. (zxu via rkanter)
|
2015-09-11 15:21:22 -07:00 |
Steve Loughran
|
4073539118
|
HADOOP-12324. Better exception reporting in SaslPlainServer. (Mike Yoder via stevel)
|
2015-09-11 15:55:14 +01:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
2b447a38ab
|
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
section given the large number of backports to 2.6.1. Contd..
|
2015-09-10 14:07:55 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
cbf90f93f9
|
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
section given the large number of backports to 2.6.1.
(cherry picked from commit fbbb7ff1ed )
|
2015-09-10 14:01:15 -07:00 |
Vinayakumar B
|
ddecd86818
|
HDFS-8929. Add a metric to expose the timestamp of the last journal (Contributed by surendra singh lilhore)
(cherry picked from commit 94cf7ab9d2 )
|
2015-09-09 11:06:06 +05:30 |
Zhihai Xu
|
113f778303
|
HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong.
(cherry picked from commit d9c1fab2ec )
|
2015-09-08 13:09:23 -07:00 |
Vinayakumar B
|
a0594961de
|
HADOOP-12384. Add '-direct' flag option for fs copy so that user can choose not to create '._COPYING_' file (Contributed by J.Andreina)
(cherry picked from commit 090d26652c )
|
2015-09-08 19:11:46 +05:30 |
Andrew Wang
|
355398e441
|
HADOOP-12358. Add -safely flag to rm to prompt when deleting many files. Contributed by Xiaoyu Yao.
(cherry picked from commit e1feaf6db0 )
|
2015-09-04 13:48:42 -07:00 |
Arpit Agarwal
|
e1842ce678
|
HDFS-9009. Send metrics logs to NullAppender by default. (Arpit Agarwal)
|
2015-09-03 11:14:53 -07:00 |
Tsuyoshi Ozawa
|
538a4ddc7e
|
HADOOP-12213. Interrupted exception can occur when Client#stop is called. Contributed by Kuhu Shukla.
(cherry picked from commit 0ebc658105 )
|
2015-09-03 23:32:59 +09:00 |
Tsuyoshi Ozawa
|
7f1abf0b27
|
HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter error message. Contributed by Wei Yan.
(cherry picked from commit 355eaaa33d )
|
2015-09-03 22:49:12 +09:00 |
Jian He
|
cd82fa2f83
|
YARN-4101. RM should print alert messages if Zookeeper and Resourcemanager gets connection issue. Contributed by Xuan Gong
(cherry picked from commit 09c64ba1ba )
|
2015-09-02 17:46:04 -07:00 |
Akira Ajisaka
|
25efccba01
|
HDFS-8388. Time and Date format need to be in sync in NameNode UI page. Contributed by Surendra Singh Lilhore.
(cherry picked from commit 65ccf2b125 )
|
2015-09-02 14:30:23 +09:00 |
Andrew Wang
|
7d833a3058
|
HADOOP-12369. Point hadoop-project/pom.xml java.security.krb5.conf within target folder.
(cherry picked from commit 0eb9b19325 )
|
2015-09-01 10:59:39 -07:00 |
Tsuyoshi Ozawa
|
b1499ab0fe
|
HADOOP-10365. BufferedOutputStream in FileUtil#unpackEntries() should be closed in finally block. Contributed by Kiran Kumar M R and Sanghyun Yun.
(cherry picked from commit dd149adeac )
|
2015-09-02 02:02:10 +09:00 |
Akira Ajisaka
|
236c4ab511
|
HADOOP-12359. hadoop fs -getmerge doc is wrong. Contributed by Jagadesh Kiran N.
(cherry picked from commit 2e251a7674 )
|
2015-09-01 20:56:46 +09:00 |
yliu
|
2345627ad3
|
HADOOP-12367. Move TestFileUtil's test resources to resources folder. (wang via yliu)
|
2015-09-01 16:25:11 +08:00 |
Andrew Wang
|
8dbe2a12bb
|
HADOOP-12368. Mark ViewFileSystemBaseTest and ViewFsBaseTest as abstract.
(cherry picked from commit 7ad3556ed3 )
|
2015-08-31 18:19:12 -07:00 |
Lei Xu
|
de42fce390
|
HADOOP-12346. Increase some default timeouts / retries for S3a connector. (Sean Mackrory via Lei (Eddy) Xu)
|
2015-08-29 09:58:57 -07:00 |
Arpit Agarwal
|
f1d5f1417e
|
HDFS-8983. NameNode support for protected directories. (Contributed by Arpit Agarwal)
|
2015-08-29 09:57:53 -07:00 |
Andrew Wang
|
7a668981f5
|
HADOOP-12362. Set hadoop.tmp.dir and hadoop.log.dir in pom. Contributed by Charlie Helin.
(cherry picked from commit 90fe7bcc3b )
|
2015-08-27 10:17:04 -07:00 |
Jing Zhao
|
10c4d6df61
|
HDFS-8896. DataNode object isn't GCed when shutdown, because it has GC root in ShutdownHookManager. Contributed by Walter Su.
(cherry picked from commit f44b599003 )
|
2015-08-26 16:28:38 -07:00 |
Harsh J
|
e993498302
|
HADOOP-12352. Delay in checkpointing Trash can leave trash for 2 intervals before deleting. Contributed by Casey Brotherton.
(cherry picked from commit af78767870 )
|
2015-08-25 11:22:08 +05:30 |
Xiaoyu Yao
|
7a0a31586a
|
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs. Contributed by Anu Engineer
(cherry picked from commit 48774d0a45 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-08-24 14:33:37 -07:00 |
Xuan
|
205b98c059
|
YARN-221. NM should provide a way for AM to tell it not to aggregate
logs. Contributed by Ming Ma
(cherry picked from commit 37e1c3d82a )
|
2015-08-22 16:26:39 -07:00 |
Xiaoyu Yao
|
a7e5a88b59
|
HADOOP-12347. Fix mismatch parameter name in javadocs of AuthToken#setMaxInactives. Contributed by Xiaoyu Yao
(cherry picked from commit caa636bf10 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-08-21 16:41:34 -07:00 |
Vinod Kumar Vavilapalli
|
45be1240d9
|
Creating 2.6.2 entries in CHANGES.txt files.
(cherry picked from commit 33474939a0 )
|
2015-08-20 17:23:54 -07:00 |
Akira Ajisaka
|
5fb8ac18d1
|
HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki.
|
2015-08-20 11:11:12 +09:00 |
Robert Kanter
|
acf241242d
|
HADOOP-12317. Applications fail on NM restart on some linux distro because NM container recovery declares AM container as LOST (adhoot via rkanter)
(cherry picked from commit 1e06299df8 )
|
2015-08-19 19:01:03 -07:00 |
Arpit Agarwal
|
10a0ddbac3
|
HDFS-8911. NameNode Metric : Add Editlog counters as a JMX metric. (Contributed by Anu Engineer)
|
2015-08-19 09:42:48 -07:00 |
Tsz-Wo Nicholas Sze
|
7245f7fad2
|
HDFS-8826. In Balancer, add an option to specify the source node list so that balancer only selects blocks to move from those nodes.
|
2015-08-18 19:26:58 -07:00 |
Chris Douglas
|
79af15fd37
|
HDFS-8435. Support CreateFlag in WebHDFS. Contributed by Jakob Homan
|
2015-08-18 17:33:21 -07:00 |
Benoy Antony
|
d84e4a90d0
|
hadoop-12050. Enable MaxInactiveInterval for hadoop http auth token. Contributed by Huizhi Lu.
(cherry picked from commit 71aedfabf3 )
|
2015-08-18 13:53:47 -07:00 |
Allen Wittenauer
|
40d8faf868
|
HADOOP-9891. CLIMiniCluster instructions fail with MiniYarnCluster ClassNotFoundException (Darrell Taylor via aw)
(cherry picked from commit 4d8fb8c19c )
|
2015-08-18 12:32:09 -07:00 |
Arpit Agarwal
|
85cb596e2e
|
HDFS-8880. NameNode metrics logging. (Arpit Agarwal)
|
2015-08-17 16:55:24 -07:00 |
Xiaoyu Yao
|
27ccbd51f6
|
HDFS-8883. NameNode Metrics : Add FSNameSystem lock Queue Length. Contributed by Anu Engineer.
(cherry picked from commit a7862d5fe4 )
|
2015-08-17 10:23:56 -07:00 |
Vinayakumar B
|
eef0526127
|
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru)
Moved to 2.6.1
(cherry picked from commit fc508b41a9 )
|
2015-08-14 15:55:45 +05:30 |
Vinayakumar B
|
796b94df1e
|
HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is full (zhaoyunjiong via cmccabe)
Moved to 2.6.1
(cherry picked from commit 05ed69058f )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-08-14 12:55:25 +05:30 |
Vinayakumar B
|
a6ec5c3dec
|
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
Moved CHANGES.txt entry to 2.6.1
(cherry picked from commit e7aa81394d )
|
2015-08-14 12:24:29 +05:30 |
Vinayakumar B
|
e0b1744de9
|
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
Moved CHANGES.txt entry to 2.6.1
(cherry picked from commit d6050f06a3b7e049541b1cb4597c388abf00a5be)
|
2015-08-14 12:10:22 +05:30 |
Arpit Agarwal
|
25c4dab891
|
HADOOP-12322. Typos in rpcmetrics.java. (Contributed by Anu Engineer)
|
2015-08-13 21:17:39 -07:00 |
yliu
|
073cb16d81
|
HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu)
|
2015-08-13 16:42:40 +08:00 |
cnauroth
|
bf8b09d4b8
|
HADOOP-12258. Need translate java.nio.file.NoSuchFileException to FileNotFoundException to avoid regression. Contributed by Zhihai Xu.
(cherry picked from commit 6cc8e38db5 )
|
2015-08-12 16:45:05 -07:00 |
Aaron T. Myers
|
43f386e748
|
HADOOP-12318. Expose underlying LDAP exceptions in SaslPlainServer. Contributed by Mike Yoder.
(cherry picked from commit 28ea4c068ea0152af682058b02311bba81780770)
|
2015-08-12 15:16:36 -07:00 |
Andrew Wang
|
d53296281a
|
HDFS-8887. Expose storage type and storage ID in BlockLocation.
(cherry picked from commit 1ea1a8334e )
|
2015-08-11 23:33:06 -07:00 |
Xuan
|
2ebdf5bfce
|
YARN-3999. RM hangs on draing events. Contributed by Jian He
(cherry picked from commit 3ae716fa69 )
|
2015-08-11 18:26:00 -07:00 |
Jian He
|
5950c1f6f8
|
HADOOP-11932. MetricsSinkAdapter may hang when being stopped. Contributed by Brahma Reddy Battula
(cherry picked from commit f59612edd7 )
|
2015-08-05 16:14:09 -07:00 |
cnauroth
|
b83d475252
|
HADOOP-12304. Applications using FileContext fail with the default file system configured to be wasb/s3/etc. Contributed by Chris Nauroth.
(cherry picked from commit 3da0bedaec )
|
2015-08-05 14:56:54 -07:00 |
Colin Patrick Mccabe
|
e2d46ac5a4
|
HADOOP-12302. Fix native compilation on Windows after HADOOP-7824 (Vinayakumar B via Colin P. McCabe)
(cherry picked from commit 4ab49a4365 )
|
2015-08-05 10:01:32 -07:00 |
Colin Patrick Mccabe
|
e92107b18f
|
HADOOP-12280. Skip unit tests based on maven profile rather than NativeCodeLoader.isNativeCodeLoaded (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 6f83274afc )
|
2015-08-05 09:43:03 -07:00 |
Akira Ajisaka
|
e55eb6f20c
|
HADOOP-12274. Remove direct download link from BULIDING.txt. Contributed by Caleb Severn.
(cherry picked from commit 52f3525586 )
|
2015-08-05 17:47:43 +09:00 |
Lei Xu
|
f7b0f292e7
|
HADOOP-12269. Update aws-sdk dependency to 1.10.6 (Thomas Demoor via Lei (Eddy) Xu)
(cherry picked from commit d5403747b5 )
|
2015-08-04 18:56:07 -07:00 |
Zhihai Xu
|
b9ec7f15d0
|
HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended misses rename operation. Contributed by Zhihai Xu
(cherry picked from commit a628a6f126 )
|
2015-07-31 21:47:34 -07:00 |
Colin Patrick Mccabe
|
7d68f17731
|
HADOOP-12183. Annotate the HTrace span created by FsShell with the command-line arguments passed by the user (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 454da959c7 )
|
2015-07-31 15:14:35 -07:00 |
Colin Patrick Mccabe
|
07a042aa3c
|
HADOOP-7824. NativeIO.java flags and identifiers must be set correctly for each platform, not hardcoded to their Linux values (Martin Walsh via Colin P. McCabe)
(cherry picked from commit 21d10ccc6e )
|
2015-07-31 15:02:01 -07:00 |
Harsh J
|
68034bd6c2
|
HADOOP-12271. Hadoop Jar Error Should Be More Explanatory. Contributed by Josh Elser.
(cherry picked from commit 2087eaf684 )
|
2015-07-31 10:13:07 +05:30 |
Jason Lowe
|
e6b4714d0b
|
HADOOP-10945. 4-digit octal umask permissions throws a parse error. Contributed by Chang Li
(cherry picked from commit 6f0a35724f )
|
2015-07-29 15:25:59 +00:00 |
Akira Ajisaka
|
dff49aee08
|
Revert "HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)"
This reverts commit 17319c4a65 .
|
2015-07-29 16:52:54 +09:00 |
Jakob Homan
|
71a5aa267d
|
HDFS-8180. AbstractFileSystem Implementation for WebHdfs. Contributed by Sathosh G Nayak.
(cherry picked from commit 0712a8103f )
|
2015-07-28 21:11:02 -07:00 |
Colin Patrick Mccabe
|
5875935669
|
HADOOP-12175. FsShell must load SpanReceierHost to support tracing (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 69b095730b )
|
2015-07-28 12:56:36 -07:00 |
Arun Suresh
|
ffe6a34d5b
|
HDFS-7858. Improve HA Namenode Failover detection on the client. (asuresh)
(cherry picked from commit 030fcfa99c )
|
2015-07-27 23:03:34 -07:00 |
Akira Ajisaka
|
c650ab0037
|
HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak.
(cherry picked from commit e21dde501a )
|
2015-07-28 11:34:16 +09:00 |
Allen Wittenauer
|
cf348f2eb8
|
HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)
(cherry picked from commit 8e657fba2f )
(cherry picked from commit 098ba450cc )
|
2015-07-24 18:32:05 -07:00 |
Colin Patrick Mccabe
|
2419711369
|
HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be removed (Alan Burlison via Colin P. McCabe)
(cherry picked from commit e4b0c74434 )
|
2015-07-24 13:23:51 -07:00 |
Allen Wittenauer
|
fed9f767b1
|
HADOOP-11813. releasedocmaker.py should use today's date instead of unreleased (Darrell Taylor via aw)
(cherry picked from commit f325522c14 )
|
2015-07-24 11:55:57 -07:00 |
Allen Wittenauer
|
2a0688fdb8
|
HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw)
(cherry picked from commit 8d3c0f601d )
|
2015-07-24 11:55:56 -07:00 |
Robert Kanter
|
731ed9cad8
|
HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter)
(cherry picked from commit ee233ec95c )
|
2015-07-24 09:42:04 -07:00 |
Akira Ajisaka
|
17319c4a65
|
HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)
(cherry picked from commit 02c01815ec )
|
2015-07-24 11:39:16 +09:00 |
Andrew Wang
|
cf258b6d98
|
HADOOP-12189. Improve CallQueueManager#swapQueue to make queue elements drop nearly impossible. Contributed by Zhihai Xu.
(cherry picked from commit 6736a1ab70 )
|
2015-07-23 14:42:44 -07:00 |
Allen Wittenauer
|
a37285620d
|
HADOOP-11731. Rework the changelog and releasenotes (aw)
(cherry picked from commit f383fd9b6c )
Conflicts:
hadoop-project/src/site/site.xml
|
2015-07-23 14:08:10 -07:00 |
Arpit Agarwal
|
601b503895
|
HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (Contributed by Brahma Reddy Battula)
|
2015-07-23 10:14:01 -07:00 |
Colin Patrick Mccabe
|
d9876e69ee
|
HADOOP-12184. Remove unused Linux-specific constants in NativeIO (Martin Walsh via Colin P. McCabe)
(cherry picked from commit 1b3bceb58c )
|
2015-07-22 11:35:14 -07:00 |
cnauroth
|
bb080b32d4
|
HADOOP-12239. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu.
(cherry picked from commit efa97243ec )
|
2015-07-22 11:17:00 -07:00 |
Vinayakumar B
|
03d68b5575
|
HADOOP-12017. Hadoop archives command should use configurable replication factor when closing (Contributed by Bibin A Chundatt)
(cherry picked from commit 94c6a4aa85 )
|
2015-07-22 10:27:03 +05:30 |
cnauroth
|
aab1c14df6
|
HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R.
(cherry picked from commit a26cc66f38 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-07-21 14:13:15 -07:00 |
cnauroth
|
57d55d40dd
|
HDFS-8721. Add a metric for number of encryption zones. Contributed by Rakesh R.
(cherry picked from commit cb03768b1b )
|
2015-07-21 13:56:07 -07:00 |
Vinayakumar B
|
8ef3821356
|
HADOOP-12214. Parse 'HadoopArchive' commandline using cli Options. (Contributed by Vinayakumar B)
(cherry picked from commit 87f29c6b8a )
|
2015-07-21 13:13:31 +05:30 |
Akira Ajisaka
|
d591f2af5d
|
HADOOP-12081. Fix UserGroupInformation.java to support 64-bit zLinux. (aajisaka)
(cherry picked from commit 773c670943 )
|
2015-07-21 11:22:36 +09:00 |
Steve Loughran
|
d3c23c7b18
|
HADOOP-11893. Mark org.apache.hadoop.security.token.Token as @InterfaceAudience.Public. (Brahma Reddy Battula via stevel)
|
2015-07-20 13:22:03 +01:00 |
Steve Loughran
|
577acf89f8
|
HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() over getMessage() in logging/span events. (Varun Saxena via stevel)
|
2015-07-20 13:13:09 +01:00 |
Steve Loughran
|
d68b044f0f
|
HADOOP-12088. KMSClientProvider uses equalsIgnoreCase("application/json"). (Brahma Reddy Battula via stevel)
|
2015-07-20 13:02:51 +01:00 |
Steve Loughran
|
208b9eed9e
|
HADOOP-12209 Comparable type should be in FileStatus. (Yong Zhang via stevel)
|
2015-07-20 12:32:32 +01:00 |
Steve Loughran
|
f3296a1984
|
HADOOP-12235 hadoop-openstack junit & mockito dependencies should be "provided". (Ted Yu via stevel)
|
2015-07-20 11:22:22 +01:00 |
Haohui Mai
|
391d2d88f2
|
HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile. Contributed by kanaka kumar avvaru.
|
2015-07-16 15:22:11 -07:00 |
Tsuyoshi Ozawa
|
90c5bf0605
|
HADOOP-12240. Fix tests requiring native library to be skipped in non-native profile. Contributed by Masatake Iwasaki.
(cherry picked from commit 90bda9c611 )
|
2015-07-16 16:05:11 +09:00 |
Tsuyoshi Ozawa
|
f3f7872fbf
|
HADOOP-10615. FileInputStream in JenkinsHash#main() is never closed. Contributed by Chen He.
(cherry picked from commit 111e6a3fdf )
|
2015-07-16 14:09:22 +09:00 |
Tsuyoshi Ozawa
|
59ba845a2f
|
HADOOP-12153. ByteBufferReadable doesn't declare @InterfaceAudience and @InterfaceStability. Contributed by Brahma Reddy Battula.
(cherry picked from commit cec1d43db0 )
|
2015-07-15 14:19:29 +09:00 |
cnauroth
|
5e8c01e7a2
|
HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chris Nauroth.
(cherry picked from commit 6b56f05b9ea3ee45abd5d00b14fab93a353b1332)
|
2015-07-14 15:22:39 -07:00 |
Tsuyoshi Ozawa
|
64059d8884
|
HADOOP-12191. Bzip2Factory is not thread safe. Contributed by Brahma Reddy Battula.
(cherry picked from commit 4084eaf943 )
|
2015-07-14 19:15:36 +09:00 |
Chris Douglas
|
c6b0bbabc7
|
HADOOP-12211. Collect disk usage on the node. Contributed by Robert Grandl
(cherry picked from commit a431ed9075 )
|
2015-07-13 15:36:25 -07:00 |
Akira Ajisaka
|
ad6787aa43
|
YARN-3069. Document missing properties in yarn-default.xml. Contributed by Ray Chiang.
(cherry picked from commit d6675606dc )
|
2015-07-13 12:57:29 +09:00 |
Ming Ma
|
5e6bbe6031
|
HADOOP-12107. long running apps may have a huge number of StatisticsData instances under FileSystem (Sangjin Lee via Ming Ma)
(cherry picked from commit 8e1bdc17d9 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-07-10 08:32:27 -07:00 |
Chris Douglas
|
66419d3672
|
HADOOP-12210. Collect network usage on the node. Contributed by Robert Grandl
(cherry picked from commit 1a0752d85a )
|
2015-07-09 17:48:56 -07:00 |
Karthik Kambatla
|
fc989ebe16
|
HADOOP-12180. Move ResourceCalculatorPlugin from YARN to Common. (Chris Douglas via kasha)
(cherry picked from commit ac6048372a )
|
2015-07-09 09:59:02 -07:00 |
Akira Ajisaka
|
ee07df688a
|
HADOOP-12200. TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be skipped in non-native profile. Contributed by Masatake Iwasaki.
(cherry picked from commit 6b7692c468 )
|
2015-07-09 13:15:37 +09:00 |
Colin Patrick Mccabe
|
016d661caf
|
HADOOP-12201. Add tracing to FileSystem#createFileSystem and Globber#glob (cmccabe)
(cherry picked from commit b8832fcf1e )
|
2015-07-08 20:12:11 -07:00 |
Karthik Kambatla
|
4227fff3c6
|
HADOOP-11878. FileContext#fixRelativePart should check for not null for a more informative exception. (Brahma Reddy Battula via kasha)
(cherry picked from commit 2e3d83f97b )
|
2015-07-08 11:35:09 -07:00 |
Andrew Wang
|
cc73f23713
|
HADOOP-12194. Support for incremental generation in the protoc plugin.
(cherry picked from commit 625d7ed9eb )
|
2015-07-08 11:11:07 -07:00 |
Andrew Wang
|
9bbc3e4ad4
|
HADOOP-12195. Add annotation to package-info.java file to workaround MCOMPILER-205.
(cherry picked from commit 3dc92e84c2 )
|
2015-07-07 11:14:30 -07:00 |
Andrew Wang
|
54e9b904c4
|
HADOOP-12193. Rename Touchz.java to Touch.java.
(cherry picked from commit aa96a8c0c5 )
|
2015-07-07 11:14:28 -07:00 |
Chris Douglas
|
62424b5d99
|
HADOOP-5732. Add SFTPFileSystem. Contributed by Ramtin Boustani and Inigo Goiri
(cherry picked from commit 559425dcb9 )
|
2015-07-07 10:09:29 -07:00 |
Colin Patrick Mccabe
|
4da63e5f5f
|
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P. McCabe)
(cherry picked from commit 81f3644376 )
|
2015-07-07 08:36:52 -07:00 |
Vinayakumar B
|
2b99310c32
|
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
Moved CHANGES.txt entry to 2.7.2
(cherry picked from commit e0febce0e7 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-07-07 18:16:14 +05:30 |
Varun Vasudev
|
16ca0fcf99
|
YARN-2194. Fix bug causing CGroups functionality to fail on RHEL7. Contributed by Wei Yan.
(cherry-picked from commit 7e3ebc0fc59dbd1d7768b5a6c05af18b8c8fea4d)
|
2015-07-07 17:05:06 +05:30 |
Vinayakumar B
|
c5c0577248
|
HADOOP-12117. Potential NPE from Configuration#loadProperty with allowNullValueProperties set. (Contributed by zhihai xu)
(cherry picked from commit 99c8c5839b )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
|
2015-07-07 16:18:54 +05:30 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
a8bf34cad8
|
Release process for 2.7.1: Set the release date for 2.7.1.
(cherry picked from commit bf89ddb9b8 )
|
2015-07-06 16:41:00 -07:00 |
Chris Douglas
|
360164e41e
|
HADOOP-12185. NetworkTopology is not efficient adding/getting/removing nodes. Contributed by Inigo Goiri
(cherry picked from commit 47a69ec7a5 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java
|
2015-07-06 15:15:45 -07:00 |
cnauroth
|
d01eaef40f
|
HADOOP-12045. Enable LocalFileSystem#setTimes to change atime. Contributed by Kazuho Fujii.
(cherry picked from commit ed1e3ce482 )
|
2015-07-06 13:40:26 -07:00 |
Vinayakumar B
|
91d2c59968
|
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
(cherry picked from commit 233cab89ad )
|
2015-07-06 15:40:16 +05:30 |
Chris Douglas
|
f2c0539d38
|
HADOOP-12173. NetworkTopology::add calls toString always. Contributed by Inigo Goiri
(cherry picked from commit e59f6fad6a )
|
2015-07-02 21:49:43 -07:00 |
cnauroth
|
0d94a293a8
|
HADOOP-12172. FsShell mkdir -p makes an unnecessary check for the existence of the parent. Contributed by Chris Nauroth.
(cherry picked from commit f3796224bf )
|
2015-07-01 19:48:17 -07:00 |
Colin Patrick Mccabe
|
490bef0856
|
HADOOP-12171. Shorten overly-long htrace span names for server (cmccabe)
(cherry picked from commit a78d5074fb )
|
2015-07-01 17:57:33 -07:00 |
Lei Xu
|
fad478e7ce
|
HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get command name using reflection. (Lei Xu)
(cherry picked from commit 47fab573bcb7b1129648499571b518f7b9773f89)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShellReturnCode.java
|
2015-06-30 17:37:52 -07:00 |
cnauroth
|
f7ba3c0045
|
HADOOP-12116. Fix unrecommended syntax usages in hadoop/hdfs/yarn script for cygwin in branch-2. Contributed by Li Lu.
|
2015-06-30 16:55:10 -07:00 |
Robert Kanter
|
3f79ee7494
|
HADOOP-12159. Move DistCpUtils#compareFs() to org.apache.hadoop.fs.FileUtil and fix for HA namespaces (rchiang via rkanter)
(cherry picked from commit aaafa0b2ee )
|
2015-06-30 16:50:42 -07:00 |
Colin Patrick Mccabe
|
016c794e75
|
HADOOP-12124. Add HTrace support for FsShell (cmccabe)
(cherry picked from commit ad60807238 )
|
2015-06-30 16:47:14 -07:00 |
Colin Patrick Mccabe
|
7c698bc350
|
HADOOP-10798. globStatus() should always return a sorted list of files (cmccabe)
(cherry picked from commit 68e588cbee )
|
2015-06-30 16:42:36 -07:00 |
Gera Shegalov
|
f9b98082b8
|
YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables. (Zhihai Xu via gera)
(cherry picked from commit 6f2a41e37d )
|
2015-06-30 15:05:01 -07:00 |
Andrew Wang
|
1204140baa
|
HADOOP-12158. Improve error message in TestCryptoStreamsWithOpensslAesCtrCryptoCodec when OpenSSL is not installed.
(cherry picked from commit b088bc6c8c36ce3fe8b69bc0280fd4ea80ca6328)
|
2015-06-30 15:04:23 -07:00 |
Steve Loughran
|
6719fc94e1
|
Revert "HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)"
This reverts commit f02c06965c .
|
2015-06-30 11:53:03 +01:00 |
Vinayakumar B
|
bc06d5b041
|
HADOOP-12154. FileSystem#getUsed() returns the file length only from root '/' (Contributed by J.Andreina)
(cherry picked from commit 6d99017f38 )
|
2015-06-30 15:25:58 +05:30 |
cnauroth
|
399df10c58
|
HADOOP-12089. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu.
(cherry picked from commit 460e98f7b3 )
|
2015-06-29 13:49:12 -07:00 |
Colin Patrick Mccabe
|
5ff14f2342
|
HADOOP-12112. Make hadoop-common-project Native code -Wall-clean (alanburlison via cmccabe)
|
2015-06-29 12:34:47 -07:00 |
Colin Patrick Mccabe
|
df58fdaf21
|
HADOOP-12104. Migrate Hadoop Pipes native build to new CMake framework (Alan Burlison via Colin P. McCabe)
(cherry picked from commit 5a27c3fd76 )
|
2015-06-29 12:31:43 -07:00 |
Vinayakumar B
|
e4adb191aa
|
HADOOP-12119. hadoop fs -expunge does not work for federated namespace (Contributed by J.Andreina)
(cherry picked from commit c815344e2e )
|
2015-06-29 15:59:21 +05:30 |
Vinod Kumar Vavilapalli
|
4155bb565e
|
Adding release 2.7.2 to CHANGES.txt.
(cherry picked from commit aad6a7d5db )
|
2015-06-28 16:30:27 -07:00 |
Steve Loughran
|
f02c06965c
|
HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)
|
2015-06-28 19:13:48 +01:00 |
Colin Patrick Mccabe
|
9cf5bd2fad
|
HADOOP-12036. Consolidate all of the cmake extensions in one directory (alanburlison via cmccabe)
(cherry picked from commit aa07dea357 )
|
2015-06-26 12:38:15 -07:00 |
Harsh J
|
55427fb66c
|
HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389006 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ac31d6a448 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-06-26 02:19:08 -07:00 |
Benoy Antony
|
aef9ab2128
|
HADOOP-12049. Control http authentication cookie persistence via configuration. Contributed by Huizhi Lu.
(cherry picked from commit a815cc157c )
|
2015-06-24 16:41:23 -07:00 |
Jonathan Eagles
|
bb6e28592e
|
HADOOP-11958. MetricsSystemImpl fails to show backtrace when an error occurs (Jason Lowe via jeagles)
(cherry picked from commit 2236b577a3 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/impl/MetricsSystemImpl.java
|
2015-06-24 14:54:11 -05:00 |
Jason Lowe
|
3bf44b862b
|
MAPREDUCE-5948. org.apache.hadoop.mapred.LineRecordReader does not handle multibyte record delimiters well. Contributed by Vinayakumar B, Rushabh Shah, and Akira AJISAKA
(cherry picked from commit 077250d8d7 )
|
2015-06-22 22:00:20 +00:00 |
Colin Patrick Mccabe
|
c94579f845
|
HDFS-8582. Support getting a list of reconfigurable config properties and do not generate spurious reconfig warnings (Lei (Eddy) Xu via Colin P. McCabe)
(cherry picked from commit d112d18324 )
|
2015-06-19 19:14:38 -07:00 |
Yongjun Zhang
|
430ba669cc
|
HADOOP-12103. Small refactoring of DelegationTokenAuthenticationFilter to allow code sharing. Contributed by Yongjun Zhang.
(cherry picked from commit 49f5d20efe )
|
2015-06-19 14:46:31 -07:00 |
Colin Patrick Mccabe
|
2946e92f79
|
HADOOP-12100. ImmutableFsPermission should not override applyUmask since that method doesn't modify the FsPermission (Bibin A. Chundatt via Colin P. McCabe)
(cherry picked from commit 6e0a9f92fe )
|
2015-06-18 11:39:28 -07:00 |
Vinayakumar B
|
80697e4f32
|
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru)
(cherry picked from commit 295d678be8 )
|
2015-06-18 14:45:07 +05:30 |
Yongjun Zhang
|
8cac3888c1
|
HADOOP-11965. determine-flaky-tests needs a summary mode. Contributed by Yufei Gu.
(cherry picked from commit 74351af3b7 )
|
2015-06-17 21:08:55 -07:00 |
cnauroth
|
63f3c24bb0
|
HADOOP-12076. Incomplete Cache Mechanism in CredentialProvider API. Contributed by Larry McCay.
(cherry picked from commit fbf55dcaf4 )
|
2015-06-16 14:44:14 -07:00 |
Akira Ajisaka
|
4c6a1509cd
|
HADOOP-12095. org.apache.hadoop.fs.shell.TestCount fails. Contributed by Brahma Reddy Battula.
(cherry picked from commit b578807b99 )
|
2015-06-16 13:38:32 -07:00 |
Tsz-Wo Nicholas Sze
|
10b97f6655
|
HDFS-8361. Choose SSD over DISK in block placement.
|
2015-06-15 17:18:09 -07:00 |
Vinod Kumar Vavilapalli
|
069acdac8a
|
HADOOP-12001. Moving CHANGES.txt up into 2.8.
(cherry picked from commit 04c9a077c8 )
|
2015-06-15 14:30:07 -07:00 |
Vinod Kumar Vavilapalli
|
58d3a9aaf6
|
HADOOP-12001. Fixed LdapGroupsMapping to include configurable Posix UID and GID attributes during the search. Contributed by Patrick White.
(cherry picked from commit 722aa1db1f )
|
2015-06-15 14:25:40 -07:00 |
Akira Ajisaka
|
e397cca456
|
HADOOP-11971. Move test utilities for tracing from hadoop-hdfs to hadoop-common. Contributed by Masatake Iwasaki.
(cherry picked from commit e4489d97e5 )
|
2015-06-12 07:26:05 -07:00 |
Vinayakumar B
|
7454ed2b59
|
HADOOP-12074. in Shell.java#runCommand() rethrow InterruptedException as InterruptedIOException (Contributed by Lavkesh Lahngir)
(cherry picked from commit 95c73d49b1 )
|
2015-06-11 12:00:17 +05:30 |
Vinayakumar B
|
d21bc811d8
|
HADOOP-7817. RawLocalFileSystem.append() should give FSDataOutputStream with accurate .getPos() (Contributed by kanaka kumar avvaru)
(cherry picked from commit 48ca23def1 )
|
2015-06-10 11:07:04 +05:30 |
Arpit Agarwal
|
2d67dff15f
|
HADOOP-12078. The default retry policy does not handle RetriableException correctly. (Contributed by Arpit Agarwal)
|
2015-06-09 20:58:46 -07:00 |
cnauroth
|
f5b0cce7fa
|
HADOOP-12073. Azure FileSystem PageBlobInputStream does not return -1 on EOF. Contributed by Ivan Mitic.
(cherry picked from commit c45784bc90 )
|
2015-06-08 22:42:24 -07:00 |
Xiaoyu Yao
|
116a72096d
|
HDFS-8552. Fix hdfs CLI usage message for namenode and zkfc. Contributed by Brahma Reddy Battula
(cherry picked from commit 927577c87c )
|
2015-06-08 22:03:07 -07:00 |
Arpit Agarwal
|
82e772bdbb
|
HADOOP-12054. RPC client should not retry for InvalidToken exceptions. (Contributed by Varun Saxena)
|
2015-06-08 15:45:25 -07:00 |
cnauroth
|
8ee50d8ca7
|
HDFS-8554. TestDatanodeLayoutUpgrade fails on Windows. Contributed by Chris Nauroth.
(cherry picked from commit 0e80d51983 )
|
2015-06-08 08:39:14 -07:00 |
Steve Loughran
|
c3c2b4d318
|
HADOOP-12052 IPC client downgrades all exception types to IOE, breaks callers trying to use them. (Brahma Reddy Battula via stevel)
|
2015-06-08 13:02:26 +01:00 |
cnauroth
|
1d1841d40f
|
HADOOP-12055. Deprecate usage of NativeIO#link. Contributed by Andrew Wang.
(cherry picked from commit e46cb80002 )
|
2015-06-06 09:17:11 -07:00 |
Jason Lowe
|
588c22e5a0
|
MAPREDUCE-6354. ShuffleHandler should be able to log shuffle connections. Contributed by Chang Li
(cherry picked from commit b3ffa87003 )
|
2015-06-05 22:39:52 +00:00 |
Andrew Wang
|
1137fd4c5b
|
HADOOP-12056. Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory. Contributed by Zhihai Xu.
(cherry picked from commit bc11e158b1 )
|
2015-06-05 13:52:43 -07:00 |
Andrew Wang
|
83a97907cc
|
HADOOP-12059. S3Credentials should support use of CredentialProvider. Contributed by Sean Busbey.
(cherry picked from commit 2dbc40e608 )
|
2015-06-05 13:11:12 -07:00 |
Gera Shegalov
|
2cc2488164
|
HADOOP-11924. Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init. (Tsuyoshi Ozawa via gera)
(cherry picked from commit 9f6d67844d )
|
2015-06-04 11:47:22 -07:00 |
Arpit Agarwal
|
75e962f367
|
HADOOP-11994. smart-apply-patch wrongly assumes that git is infallible. (Contributed by Kengo Seki)
|
2015-06-04 10:54:12 -07:00 |
Akira Ajisaka
|
1cccd1eeb3
|
HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Contributed by Kazuho Fujii.
(cherry picked from commit dbed757cba )
|
2015-06-05 01:46:33 +09:00 |
Vinayakumar B
|
2ce7659bf0
|
HADOOP-12019. update BUILDING.txt to include python for 'mvn site' in windows (Contributed by Vinayakumar B)
(cherry picked from commit 1bb79c9d01 )
|
2015-06-04 10:44:04 +05:30 |
Akira Ajisaka
|
e02df98f7d
|
HADOOP-12018. smart-apply-patch.sh fails if the patch edits CR+LF files and is created by 'git diff --no-prefix'. Contributed by Kengo Seki.
(cherry picked from commit b5f0d294f8 )
|
2015-06-04 11:16:24 +09:00 |
Akira Ajisaka
|
84cae6c101
|
HADOOP-11991. test-patch.sh isn't re-executed even if smart-apply-patch.sh is modified. Contributed by Kengo Seki.
(cherry picked from commit a6a8ee3c24 )
|
2015-06-03 15:01:52 +09:00 |
Andrew Wang
|
52ff1610cd
|
HADOOP-12037. Fix wrong classname in example configuration of hadoop-auth documentation. Contributed by Masatake Iwasaki.
(cherry picked from commit 990078b927 )
|
2015-06-01 18:05:06 -07:00 |
Andrew Wang
|
600f5f5232
|
HADOOP-12043. Display warning if defaultFs is not set when running fs commands. Contributed by Eddy Xu.
(cherry picked from commit 374ddd9f9e )
|
2015-05-29 17:16:19 -07:00 |
Andrew Wang
|
bdaa0fed13
|
HADOOP-11885. hadoop-dist dist-layout-stitching.sh does not work with dash. (wang)
(cherry picked from commit 7673d4f205 )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
hadoop-mapreduce-project/pom.xml
|
2015-05-29 14:55:52 -07:00 |
Vinayakumar B
|
09d68d645a
|
HADOOP-12042. Users may see TrashPolicy if hdfs dfs -rm is run (Contributed by Andreina J)
(cherry picked from commit 7366e42563 )
|
2015-05-29 16:52:23 +05:30 |
cnauroth
|
33648268ce
|
HADOOP-11934. Use of JavaKeyStoreProvider in LdapGroupsMapping causes infinite loop. Contributed by Larry McCay.
(cherry picked from commit 860b8373c3 )
|
2015-05-28 15:01:57 -07:00 |
cnauroth
|
39f451e721
|
HADOOP-11959. WASB should configure client side socket timeout in storage client blob request options. Contributed by Ivan Mitic.
(cherry picked from commit 94e7d49a6d )
Conflicts:
hadoop-project/pom.xml
|
2015-05-28 12:32:55 -07:00 |
Allen Wittenauer
|
6c71ac7b6b
|
HADOOP-11930. test-patch in offline mode should tell maven to be in offline mode (Sean Busbey via aw)
|
2015-05-28 12:12:19 -07:00 |
Colin Patrick Mccabe
|
4b108a441d
|
HADOOP-11894. Bump the version of Apache HTrace to 3.2.0-incubating (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit a1140959da )
|
2015-05-28 12:03:07 -07:00 |
Colin Patrick Mccabe
|
2a56adc550
|
HDFS-8429. Avoid stuck threads if there is an error in DomainSocketWatcher that stops the thread. (zhouyingchao via cmccabe)
(cherry picked from commit 246cefa089 )
|
2015-05-28 11:54:24 -07:00 |
Allen Wittenauer
|
1a3ccf4724
|
HADOOP-12030. test-patch should only report on newly introduced findbugs warnings. (Sean Busbey via aw)
|
2015-05-28 09:54:17 -07:00 |
Allen Wittenauer
|
e6a171e7a2
|
HADOOP-12035. shellcheck plugin displays a wrong version potentially (Kengo Seki via aw)
|
2015-05-28 09:11:52 -07:00 |
Allen Wittenauer
|
7da2636232
|
HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw)
|
2015-05-28 08:16:02 -07:00 |
Akira Ajisaka
|
9670762a82
|
HADOOP-11242. Record the time of calling in tracing span of IPC server. Contributed by Mastake Iwasaki.
(cherry picked from commit bb1816328a )
|
2015-05-27 18:05:08 +09:00 |
Colin Patrick Mccabe
|
3dec58dd78
|
HADOOP-11969. ThreadLocal initialization in several classes is not thread safe (Sean Busbey via Colin P. McCabe)
(cherry picked from commit 7dba7005b7 )
|
2015-05-26 12:40:41 -07:00 |
Akira Ajisaka
|
70615947bd
|
HADOOP-8751. NPE in Token.toString() when Token is constructed using null identifier. Contributed by kanaka kumar avvaru.
(cherry picked from commit 56996a685e )
|
2015-05-26 16:17:27 +09:00 |
Colin Patrick Mccabe
|
97ebe1b2cf
|
HADOOP-11927. Fix "undefined reference to dlopen" error when compiling libhadooppipes (Xianyin Xin via Colin P. McCabe)
(cherry picked from commit f34638399a )
|
2015-05-22 12:57:29 -07:00 |
Vinayakumar B
|
19895a41ad
|
HADOOP-11743. maven doesn't clean all the site files (Contributed by ramtin)
(cherry picked from commit 55ed6558ba )
Conflicts:
hadoop-common-project/hadoop-common/pom.xml
|
2015-05-22 16:46:50 +05:30 |
Akira Ajisaka
|
b95d21c379
|
HADOOP-11594. Improve the readability of site index of documentation. Contributed by Masatake Iwasaki.
(cherry picked from commit ab7958f227 )
|
2015-05-22 16:54:46 +09:00 |
Akira Ajisaka
|
01e5de9120
|
HADOOP-11955. Fix a typo in the cluster setup doc. Contributed by Yanjun Wang.
(cherry picked from commit b2a40942c1 )
|
2015-05-22 16:09:24 +09:00 |
Akira Ajisaka
|
6cd7672878
|
HADOOP-12014. hadoop-config.cmd displays a wrong error message. Contributed by Kengo Seki.
(cherry picked from commit 07007bdbc8900cfe8421f4829b1444fc9e7aceb7)
|
2015-05-22 14:15:37 +09:00 |
Akira Ajisaka
|
b578f76bed
|
HADOOP-10366. Add whitespaces between classes for values in core-default.xml to fit better in browser. Contributed by kanaka kumar avvaru.
(cherry picked from commit 0e4f1081c7 )
|
2015-05-21 17:53:18 +09:00 |
Haohui Mai
|
e30f91644f
|
HADOOP-11772. RPC Invoker relies on static ClientCache which has synchronized(this) blocks. Contributed by Haohui Mai.
|
2015-05-20 20:11:00 -07:00 |
Haohui Mai
|
ed320da2ba
|
HADOOP-11995. Make jetty version configurable from the maven command line. Contributed by Sriharsha Devineni.
|
2015-05-19 18:28:34 -07:00 |
Allen Wittenauer
|
511a503aab
|
HADOOP-12000. cannot use --java-home in test-patch (aw)
|
2015-05-19 15:24:53 -07:00 |
cnauroth
|
7af9a78fe8
|
HADOOP-11963. Metrics documentation for FSNamesystem misspells PendingDataNodeMessageCount. Contributed by Anu Engineer.
(cherry picked from commit e422e76fca )
|
2015-05-19 11:50:38 -07:00 |
Arun Suresh
|
00e2a0a494
|
HADOOP-11973. Ensure ZkDelegationTokenSecretManager namespace znodes get created with ACLs. (Gregory Chanan via asuresh)
(cherry picked from commit fd3cb533d2 )
|
2015-05-19 11:37:15 -07:00 |
Colin Patrick Mccabe
|
9534e533dc
|
HADOOP-11970. Replace uses of ThreadLocal<Random> with JDK7 ThreadLocalRandom (Sean Busbey via Colin P. McCabe)
(cherry picked from commit 470c87dbc6 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicy.java
hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
|
2015-05-19 11:15:04 -07:00 |
Allen Wittenauer
|
6c4aa89e56
|
HADOOP-11581. Multithreaded correctness Warnings #org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw)
(cherry picked from commit b015fec601 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-05-19 18:36:19 +09:00 |
Vinayakumar B
|
5bbf157cb2
|
HADOOP-11103. Clean up RemoteException (Contributed by Sean Busbey)
(cherry picked from commit d4a2830b63 )
|
2015-05-19 14:41:34 +05:30 |
Akira Ajisaka
|
fb49967e97
|
HADOOP-10971. Add -C flag to make `hadoop fs -ls` print filenames only. Contributed by Kengo Seki.
(cherry picked from commit 3b50dcdce4 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-05-19 17:58:52 +09:00 |
Allen Wittenauer
|
df6d242e28
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (missed file)
(cherry picked from commit 576459801c )
|
2015-05-19 17:39:12 +09:00 |
Allen Wittenauer
|
3d0e2e54a1
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw)
(cherry picked from commit 30b797ee9d )
Conflicts:
hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
|
2015-05-19 17:38:22 +09:00 |
Jing Zhao
|
5caea4cd46
|
HADOOP-1540. Support file exclusion list in distcp. Contributed by Rich Haase.
(cherry picked from commit 0790275f05 )
|
2015-05-18 13:26:09 -07:00 |
Arpit Agarwal
|
9bcb740049
|
HDFS-8345. Storage policy APIs must be exposed via the FileSystem interface. (Arpit Agarwal)
|
2015-05-18 11:49:01 -07:00 |
Allen Wittenauer
|
baf782f353
|
HADOOP-11949. Add user-provided plugins to test-patch (Sean Busbey via aw)
|
2015-05-18 17:06:57 +00:00 |
Allen Wittenauer
|
10c922b5c6
|
HADOOP-11944. add option to test-patch to avoid relocating patch process directory (Sean Busbey via aw)
|
2015-05-18 16:14:24 +00:00 |
Allen Wittenauer
|
d82222920e
|
HADOOP-11884. test-patch.sh should pull the real findbugs version (Kengo Seki via aw)
|
2015-05-18 16:09:34 +00:00 |
Akira Ajisaka
|
8969a5d45a
|
HADOOP-10582. Fix the test case for copying to non-existent dir in TestFsShellCopy. Contributed by Kousuke Saruta.
(cherry picked from commit a46506d99c )
|
2015-05-18 16:32:22 +09:00 |
Akira Ajisaka
|
b26d99c394
|
HADOOP-11939. Deprecate DistCpV1 and Logalyzer. Contributed by Brahma Reddy Battula.
(cherry picked from commit f5c48238d5 )
|
2015-05-18 16:14:19 +09:00 |
Akira Ajisaka
|
343effa2c7
|
HADOOP-11988. Fix typo in the document for hadoop fs -find. Contributed by Kengo Seki.
(cherry picked from commit cab0dadbd8 )
|
2015-05-17 13:36:50 +09:00 |
cnauroth
|
91855c2340
|
HADOOP-11960. Enable Azure-Storage Client Side logging. Contributed by Dushyanth.
(cherry picked from commit cb8e69a80c )
|
2015-05-14 22:22:46 -07:00 |
cnauroth
|
fa082e1a0a
|
HADOOP-11713. ViewFileSystem should support snapshot methods. Contributed by Rakesh R.
(cherry picked from commit 09fe16f166 )
|
2015-05-14 14:56:13 -07:00 |
Vinayakumar B
|
085841d9ac
|
HADOOP-8174. Remove confusing comment in Path#isAbsolute() (Contributed by Suresh Srinivas)
(cherry picked from commit 0daa5ada68 )
|
2015-05-14 14:18:00 +05:30 |
Tsuyoshi Ozawa
|
9f89c6656e
|
HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Brahma Reddy Battula.
(cherry picked from commit 4356e8a5ef )
|
2015-05-14 10:20:57 +09:00 |
cnauroth
|
ddc4afeff2
|
HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh. Contributed by Chris Nauroth.
|
2015-05-13 12:25:49 -07:00 |
Akira Ajisaka
|
b9a92c4452
|
HADOOP-9723. Improve error message when hadoop archive output path already exists. Contributed by Jean-Baptiste Onofré and Yongjun Zhang.
(cherry picked from commit 92c38e41e1 )
|
2015-05-13 17:30:49 +09:00 |
Zhijie Shen
|
6043224458
|
YARN-3539. Updated timeline server documentation and marked REST APIs evolving. Contributed by Steve Loughran.
(cherry picked from commit fcd0702c10 )
|
2015-05-12 21:13:47 -07:00 |
Akira Ajisaka
|
7596c6e731
|
HDFS-6184. Capture NN's thread dump when it fails over. Contributed by Ming Ma.
(cherry picked from commit 2463666ecb )
|
2015-05-13 11:37:59 +09:00 |
Haohui Mai
|
8011d4688f
|
HADOOP-11962. Sasl message with MD5 challenge text shouldn't be LOG out even in debug level. Contributed by Junping Du.
|
2015-05-12 10:30:43 -07:00 |
Allen Wittenauer
|
93bbbddda2
|
HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw)
|
2015-05-11 12:08:23 -07:00 |
Allen Wittenauer
|
5c7c7b7b74
|
HADOOP-11948. test-patch's issue matching regex should be configurable. (Sean Busbey via aw)
|
2015-05-11 11:54:21 -07:00 |
Allen Wittenauer
|
cea8213c3e
|
HADOOP-11950. Add cli option to test-patch to set the project-under-test (Sean Busbey via aw)
|
2015-05-11 11:51:04 -07:00 |
Allen Wittenauer
|
6307687f7d
|
HADOOP-11951. test-patch should give better info about failures to handle dev-support updates without resetrepo option (Sean Busbey via aw)
|
2015-05-11 11:46:14 -07:00 |
Allen Wittenauer
|
fa1cf5a51a
|
HADOOP-11928. Test-patch check for @author tags incorrectly flags removal of @author tags (Kengo Seki via aw)
|
2015-05-11 11:35:42 -07:00 |
Akira Ajisaka
|
77587fe198
|
HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki.
(cherry picked from commit b9cebfc0ba )
|
2015-05-12 00:31:28 +09:00 |
Junping Du
|
a1a7deebf8
|
YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak.
(cherry picked from commit 7e543c27fa )
|
2015-05-11 05:28:25 -07:00 |
Robert Kanter
|
015b30c3ab
|
HADOOP-9737. JarFinder#getJar should delete the jar file upon destruction of the JVM (jbonofre via rkanter)
(cherry picked from commit 315074bb08 )
|
2015-05-08 16:05:59 -07:00 |
Allen Wittenauer
|
a1484cf771
|
HADOOP-11906. test-patch.sh should use file command for patch determinism (Sean Busbey via aw)
|
2015-05-08 15:14:13 -07:00 |
Jason Lowe
|
1523ed5a76
|
HADOOP-9729. The example code of org.apache.hadoop.util.Tool is incorrect. Contributed by hellojinjie
(cherry picked from commit ec2748dedb )
|
2015-05-08 21:29:18 +00:00 |
Jason Lowe
|
4b96834e0d
|
HADOOP-7165. listLocatedStatus(path, filter) is not redefined in FilterFs. Contributed by Hairong Kuang
(cherry picked from commit c4bd2cdded )
|
2015-05-08 20:36:55 +00:00 |
Colin Patrick Mccabe
|
d83ae68bb0
|
HDFS-8284. Update documentation about how to use HTrace with HDFS (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 8f7c2364d7 )
|
2015-05-08 12:30:34 -07:00 |
Arpit Agarwal
|
a481f950c3
|
HADOOP-10356. Corrections in winutils/chmod.c (Contributed by René Nyffenegger)
|
2015-05-08 11:42:55 -07:00 |
cnauroth
|
5c188908fe
|
HDFS-5640. Add snapshot methods to FileContext. Contributed by Rakesh R.
(cherry picked from commit 26f61d41df )
|
2015-05-08 11:21:02 -07:00 |
Robert (Bobby) Evans
|
eef8d70bb0
|
HADOOP-6842. "hadoop fs -text" does not give a useful text representation of MapWritable objects
(cherry picked from commit cc17c83585 )
|
2015-05-08 12:00:31 -05:00 |
Vinayakumar B
|
2c3d79023b
|
HADOOP-11877. SnappyDecompressor's Logger class name is wrong ( Contributed by surendra singh lilhore)
(cherry picked from commit 1ffb7fa42e )
|
2015-05-08 16:53:16 +05:30 |
Vinayakumar B
|
a87ab77fec
|
HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore)
|
2015-05-08 16:37:36 +05:30 |
Vinayakumar B
|
14d88a85e4
|
HADOOP-11922. Misspelling of threshold in log4j.properties for tests in hadoop-tools (Contributed by Gabor Liptak)
(cherry picked from commit f33efbc827 )
|
2015-05-08 10:23:27 +05:30 |
Allen Wittenauer
|
1886bab0f1
|
HADOOP-11936. Dockerfile references a removed image (aw)
|
2015-05-07 11:47:20 -07:00 |
Akira Ajisaka
|
3b36f36576
|
HADOOP-10387. Misspelling of threshold in log4j.properties for tests in hadoop-common-project. Contributed by Brahma Reddy Battula.
(cherry picked from commit 305e4733d6 )
|
2015-05-07 16:54:30 +09:00 |
Xiaoyu Yao
|
bd88215393
|
HDFS-8310. Fix TestCLI.testAll 'help: help for find' on Windows. (Kiran Kumar M R via Xiaoyu Yao)
(cherry picked from commit 7a26d174af )
|
2015-05-06 10:27:07 -07:00 |
Colin Patrick Mccabe
|
606e4f4940
|
HADOOP-11912. Extra configuration key used in TraceUtils should respect prefix (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 90b3845648 )
|
2015-05-05 17:50:04 -07:00 |
Allen Wittenauer
|
b8e4507637
|
HADOOP-11926. test-patch.sh mv does wrong math (aw)
|
2015-05-05 17:02:35 -07:00 |
Robert Kanter
|
bd207b6cc0
|
MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter)
|
2015-05-05 14:47:52 -07:00 |
Brandon Li
|
a9d12128f3
|
HADOOP-11898. add nfs3 and portmap starting command in hadoop-daemon.sh in branch-2. Contributed by Brandon Li
|
2015-05-05 14:23:13 -07:00 |
Allen Wittenauer
|
f95fd5b6df
|
HADOOP-11925. backport trunk's smart-apply-patch.sh to branch-2 (aw)
|
2015-05-05 14:11:08 -07:00 |
Allen Wittenauer
|
50a5d0b62b
|
HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw)
|
2015-05-05 11:28:16 -07:00 |
Allen Wittenauer
|
51df9e8379
|
HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw)
|
2015-05-05 11:05:56 -07:00 |
Allen Wittenauer
|
02892f674b
|
HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw)
|
2015-05-05 10:03:22 -07:00 |
Andrew Wang
|
84d8ba4f72
|
HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland.
(cherry picked from commit 05adc76ace )
|
2015-05-05 08:37:41 -07:00 |
Tsuyoshi Ozawa
|
aefadb838c
|
HADOOP-11916. TestStringUtils#testLowerAndUpperStrings failed on MAC due to a JVM bug. Contributed by Ming Ma.
(cherry picked from commit 338e88a19e )
|
2015-05-05 12:39:43 +09:00 |
Wangda Tan
|
4e77ee2f6f
|
YARN-3375. NodeHealthScriptRunner.shouldRun() check is performing 3 times for starting NodeHealthScriptRunner (Devaraj K via wangda)
(cherry picked from commit 71f4de220c )
|
2015-05-04 16:02:57 -07:00 |
Allen Wittenauer
|
02e650248d
|
YARN-2980. Move health check script related functionality to hadoop-common (Varun Saxena via aw)
(cherry picked from commit d4ac6822e1 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/NodeManager.java
|
2015-05-04 16:00:20 -07:00 |
Tsuyoshi Ozawa
|
c64309f6ab
|
HADOOP-11328. ZKFailoverController does not log Exception when doRun raises errors. Contributed by Tianyin Xu.
(cherry picked from commit bb9ddef0e7 )
|
2015-05-04 17:47:52 +09:00 |
Tsuyoshi Ozawa
|
1e1ebbb42b
|
HADOOP-9658. SnappyCodec#checkNativeCodeLoaded may unexpectedly fail when native code is not loaded. Contributed by Zhijie Shen.
(cherry picked from commit 76fa606e2d )
|
2015-05-04 17:05:53 +09:00 |
Gera Shegalov
|
8564927a4e
|
HADOOP-11900. Add failIfNoTests=false to hadoop-build-tools pom. (gera)
(cherry picked from commit 3ddb260e30 )
Conflicts:
hadoop-build-tools/pom.xml
|
2015-05-01 19:07:04 -07:00 |
Gera Shegalov
|
58970d69de
|
HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma Reddy Battula via gera)
(cherry picked from commit f343f8657e )
|
2015-05-01 19:04:49 -07:00 |
Jonathan Eagles
|
9ed6b77da1
|
HADOOP-11889. Make checkstyle runnable from root project (Gera Shegalov via jeagles)
(cherry picked from commit 2d7363b273 )
Conflicts:
pom.xml
|
2015-05-01 19:04:41 -07:00 |
Wangda Tan
|
4151e5729a
|
YARN-3006. Improve the error message when attempting manual failover with auto-failover enabled. (Akira AJISAKA via wangda)
(cherry picked from commit 7d46a806e7 )
|
2015-05-01 16:44:49 -07:00 |
Colin Patrick Mccabe
|
9edea9507d
|
HDFS-8213. DFSClient should use hdfs.client.htrace HTrace configuration prefix rather than hadoop.htrace (cmccabe)
(cherry picked from commit b82567d455 )
|
2015-05-01 11:47:28 -07:00 |
Allen Wittenauer
|
4195b10860
|
HADOOP-11866. increase readability and reliability of checkstyle, shellcheck, and whitespace reports (aw)
|
2015-04-30 15:16:42 -07:00 |
Arun Suresh
|
5670b542b8
|
HADOOP-11891. OsSecureRandom should lazily fill its reservoir (asuresh)
(cherry picked from commit f0db797be2 )
|
2015-04-30 14:02:33 -07:00 |
Akira Ajisaka
|
47ba08a119
|
HADOOP-11821. Fix findbugs warnings in hadoop-sls. Contributed by Brahma Reddy Battula.
(cherry picked from commit f384a063a6 )
|
2015-04-30 19:49:32 +09:00 |
Akira Ajisaka
|
2f2d0aa990
|
HDFS-5574. Remove buffer copy in BlockReader.skip. Contributed by Binglin Chang.
(cherry picked from commit fd06186071bb369ee045b57a82419566e87257ec)
|
2015-04-30 19:11:46 +09:00 |
Jing Zhao
|
ecdebb7369
|
HDFS-8283. DataStreamer cleanup and some minor improvement. Contributed by Tsz Wo Nicholas Sze.
(cherry picked from commit 7947e5b53b )
|
2015-04-29 10:43:52 -07:00 |
Allen Wittenauer
|
d149af0539
|
HADOOP-11881. test-patch.sh javac result is wildly wrong (Kengo Seki via aw)
|
2015-04-28 10:43:43 -07:00 |
Robert Kanter
|
f00815ac8a
|
HADOOP-11870. [JDK8] AuthenticationFilter, CertificateUtil, SignerSecretProviders, KeyAuthorizationKeyProvider Javadoc issues (rkanter)
(cherry picked from commit 9fec02c069 )
|
2015-04-27 13:26:00 -07:00 |
Arpit Agarwal
|
c254a2a671
|
HDFS-8205. CommandFormat#parse() should not parse option as value of option. (Contributed by Peter Shi and Xiaoyu Yao)
|
2015-04-27 12:25:45 -07:00 |
Allen Wittenauer
|
b73cfd7eb9
|
HADOOP-11357. Print information of the build enviornment in test-patch.sh (aw)
|
2015-04-26 15:52:48 -07:00 |
Allen Wittenauer
|
d6e4c10658
|
re-align HADOOP-11746 in CHANGES.txt between trunk and branch-2
|
2015-04-25 15:27:08 +01:00 |
Ravi Prakash
|
122262a1fb
|
HADOOP-11876. Refactor code to make it more readable, minor maybePrintStats bug (Zoran Dimitrijevic via raviprak)
|
2015-04-24 13:39:48 -07:00 |
cnauroth
|
524593ee84
|
HADOOP-11843. Make setting up the build environment easier. Contributed by Niels Basjes.
(cherry picked from commit 80935268f5 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-04-24 13:08:47 -07:00 |
Colin Patrick Mccabe
|
788b76761d
|
HADOOP-11802. DomainSocketWatcher thread terminates sometimes after there is an I/O error during requestShortCircuitShm (cmccabe)
(cherry picked from commit a0e0a63209 )
|
2015-04-23 19:08:20 -07:00 |
Haohui Mai
|
b64bb2b9b4
|
HDFS-8052. Move WebHdfsFileSystem into hadoop-hdfs-client. Contributed by Haohui Mai.
|
2015-04-23 17:44:21 -07:00 |
Steve Loughran
|
a6a5d1d6b5
|
HADOOP-11730. Regression: s3n read failure recovery broken. (Takenori Sato via stevel)
|
2015-04-23 21:39:43 +01:00 |
cnauroth
|
d1253f695d
|
HADOOP-11872. "hadoop dfs" command prints message about using "yarn jar" on Windows(branch-2 only). Contributed by Varun Vasudev.
|
2015-04-23 13:10:39 -07:00 |
Arpit Agarwal
|
edbeefdb05
|
HADOOP-10597. RPC Server signals backoff to clients when all request queues are full. (Contributed by Ming Ma)
|
2015-04-23 09:35:15 -07:00 |
Steve Loughran
|
4f9b24b90a
|
HADOOP-11864. JWTRedirectAuthenticationHandler breaks java8 javadocs. (Larry McCay via stevel)
|
2015-04-23 09:06:02 +01:00 |
cnauroth
|
4054db5098
|
HADOOP-11861. test-patch.sh rewrite addendum patch. Contributed by Allen Wittenauer.
(cherry picked from commit 18eb5e7934 )
|
2015-04-22 22:23:46 -07:00 |
Jason Lowe
|
feb995fc50
|
HADOOP-11868. Invalid user logins trigger large backtraces in server log. Contributed by Chang Li
(cherry picked from commit 0ebe84d30a )
|
2015-04-22 20:57:46 +00:00 |
Colin Patrick Mccabe
|
72b706a1b0
|
HADOOP-11848. Incorrect arguments to sizeof in DomainSocket.c (Malcolm Kavalsky via Colin P. McCabe)
(cherry picked from commit a3b1d8c902 )
|
2015-04-22 12:41:07 -07:00 |
Jitendra Pandey
|
db4419df6b
|
HADOOP-11859. PseudoAuthenticationHandler fails with httpcomponents v4.4. Contributed by Eugene Koifman.
|
2015-04-22 10:02:02 -07:00 |
Ravi Prakash
|
aa34aa5caa
|
HADOOP-11827. Speed-up distcp buildListing() using threadpool (Zoran Dimitrijevic via raviprak)
|
2015-04-21 16:50:40 -07:00 |
Steve Loughran
|
6d8a49dd68
|
HADOOP-11846 TestCertificateUtil.testCorruptPEM failing on Jenkins JDK8. (Larry McCay via stevel)
|
2015-04-21 22:38:27 +01:00 |
Gera Shegalov
|
1544c63602
|
HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera)
(cherry picked from commit 6d2cf9fbbd )
|
2015-04-21 14:21:57 -07:00 |
Allen Wittenauer
|
b7251723d8
|
HADOOP-11746. rewrite test-patch.sh (aw)
|
2015-04-21 21:22:09 +01:00 |
Arun Suresh
|
d2a9cc287b
|
HADOOP-11704. DelegationTokenAuthenticationFilter must pass ipaddress instead of hostname to ProxyUsers#authorize (Anubhav Dhoot via asuresh)
(cherry picked from commit 424a00daa0 )
|
2015-04-21 11:35:04 -07:00 |
Arpit Agarwal
|
7b3acc5c9d
|
HDFS-8163. Using monotonicNow for block report scheduling causes test failures on recently restarted systems. (Arpit Agarwal)
|
2015-04-21 10:58:12 -07:00 |
Vinod Kumar Vavilapalli
|
27fc4fb998
|
Set the release date for 2.7.0
(cherry picked from commit d52de61544 )
|
2015-04-20 20:18:01 -07:00 |
Arpit Agarwal
|
95a8d452c5
|
HDFS-8179. DFSClient#getServerDefaults returns null within 1 hour of system start. (Contributed by Xiaoyu Yao)
|
2015-04-20 15:42:49 -07:00 |
Haohui Mai
|
dbe1cec0da
|
HADOOP-11837. AuthenticationFilter should destroy SignerSecretProvider in Tomcat deployments. Contributed by Bowen Zhang.
|
2015-04-17 10:59:54 -07:00 |
Vinayakumar B
|
a75679cdb3
|
HADOOP-11819. HttpServerFunctionalTest#prepareTestWebapp should create web app directory if it does not exist. (Contributed by Rohith)
(cherry picked from commit b5a0b24643 )
|
2015-04-14 11:59:07 +05:30 |
Arpit Agarwal
|
d77705c980
|
HDFS-7701. Support reporting per storage type quota and usage with hadoop/hdfs shell. (Contributed by Peter Shi)
|
2015-04-13 21:20:30 -07:00 |
Allen Wittenauer
|
b7a052c84a
|
HADOOP-7713. dfs -count -q should label output column (Jonathan Allen via aw)
|
2015-04-13 21:18:59 -07:00 |
Tsuyoshi Ozawa
|
bc979ff3bf
|
HADOOP-11811. Fix typos in hadoop-project/pom.xml. Contributed by Brahma Reddy Battula.
(cherry picked from commit 174d8b3a10 )
|
2015-04-13 07:00:33 -05:00 |
Akira Ajisaka
|
f603b9ccca
|
MAPREDUCE-6307. Remove property mapreduce.tasktracker.taskmemorymanager.monitoringinterval. Contributed by J.Andreina.
(cherry picked from commit 83979e61a4 )
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2015-04-10 20:23:46 +09:00 |
Vinod Kumar Vavilapalli
|
aec1c5ec7d
|
Adding release 2.7.1 to CHANGES.txt
(cherry picked from commit 623fd46c1e )
|
2015-04-09 13:56:14 -07:00 |
Haohui Mai
|
f753e2043b
|
HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith.
|
2015-04-09 10:58:20 -07:00 |
Haohui Mai
|
eafee9a04e
|
HADOOP-11814. Reformat hadoop-annotations, o.a.h.classification.tools. Contributed by Li Lu.
|
2015-04-08 17:56:30 -07:00 |
Arpit Agarwal
|
8d3657a577
|
HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak)
|
2015-04-07 18:06:14 -07:00 |
cnauroth
|
6e70611819
|
HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows. Contributed by Xiaoyu Yao.
(cherry picked from commit bd77a7c4d9 )
|
2015-04-07 14:47:41 -07:00 |
Owen O'Malley
|
c16af2f6f8
|
HADOOP-11717. Support JWT tokens for web single sign on to the Hadoop
servers. (Larry McCay via omalley)
|
2015-04-07 08:17:10 -07:00 |
Vinod Kumar Vavilapalli
|
00854d2c2f
|
HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed by Li Lu.
(cherry picked from commit 4b3948ea36 )
|
2015-04-04 13:52:51 -07:00 |
Vinod Kumar Vavilapalli
|
4eec6e09d0
|
HADOOP-11377. Added Null.java without which jdiff completely flops. Contributed by Tsuyoshi Ozawa.
(cherry picked from commit 5370e7128b )
|
2015-04-04 13:48:14 -07:00 |
Colin Patrick Mccabe
|
386b90a700
|
HADOOP-11785. Reduce the number of listStatus operation in distcp buildListing (Zoran Dimitrijevic via Colin P. McCabe)
(cherry picked from commit 932730df7d )
|
2015-04-03 14:08:53 -07:00 |
Akira Ajisaka
|
5ea64e6722
|
HADOOP-11800. Clean up some test methods in TestCodec.java. Contributed by Brahma Reddy Battula.
(cherry picked from commit 228ae9aaa4 )
|
2015-04-04 00:33:10 +09:00 |
Wangda Tan
|
405aead879
|
YARN-2901. Add errors and warning metrics page to RM, NM web UI. (Varun Vasudev via wangda)
(cherry picked from commit bad070fe15 )
|
2015-04-02 17:23:44 -07:00 |
cnauroth
|
aabd8c8e04
|
HADOOP-9805. Refactor RawLocalFileSystem#rename for improved testability. Contributed by Jean-Pierre Matsumoto.
(cherry picked from commit 5763b173d3 )
|
2015-04-02 16:13:12 -07:00 |
Brandon Li
|
8e2f1a93e4
|
HADOOP-11757. NFS gateway should shutdown when it can't start UDP or TCP server. Contributed by Brandon Li
(cherry picked from commit 60ce825a71 )
|
2015-04-01 17:05:35 -07:00 |
Colin Patrick Mccabe
|
4b74aa7182
|
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than DFSOutputStream#writeChunk (cmccabe)
(cherry picked from commit c94d594a57 )
|
2015-04-01 14:10:25 -07:00 |
cnauroth
|
726024faa5
|
HADOOP-11787. OpensslSecureRandom.c pthread_threadid_np usage signature is wrong on 32-bit Mac. Contributed by Kiran Kumar M R.
(cherry picked from commit a3a96a07fa )
|
2015-04-01 11:40:16 -07:00 |
Colin Patrick Mccabe
|
0048ec452b
|
HADOOP-11660. Add support for hardware crc of HDFS checksums on ARM aarch64 architecture (Edward Nevill via Colin P. McCabe)
(cherry picked from commit d9ac5ee2c4 )
|
2015-03-30 14:03:11 -07:00 |
Haohui Mai
|
24d879026d
|
HADOOP-11754. RM fails to start in non-secure mode due to authentication filter failure. Contributed by Haohui Mai.
|
2015-03-30 11:44:30 -07:00 |
Haohui Mai
|
a84fdd5650
|
HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security.authentication. Contributed by Li Lu.
|
2015-03-30 11:09:08 -07:00 |
cnauroth
|
eb7068c2c9
|
HADOOP-11639. Clean up Windows native code compilation warnings related to Windows Secure Container Executor. Contributed by Remus Rusanu.
(cherry picked from commit 3836ad6c0b )
|
2015-03-27 15:03:52 -07:00 |
Tsuyoshi Ozawa
|
24b60a7d1a
|
HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula.
(cherry picked from commit e074952bd6 )
|
2015-03-27 23:16:37 +09:00 |
cnauroth
|
36371cddd1
|
HADOOP-11691. X86 build of libwinutils is broken. Contributed by Kiran Kumar M R.
(cherry picked from commit af618f23a7 )
|
2015-03-26 21:57:13 -07:00 |
cnauroth
|
1fd350fa8e
|
HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars, addendum to print warning to stderr. Contributed by Masatake Iwasaki.
|
2015-03-26 21:48:27 -07:00 |
Haohui Mai
|
c261d35b75
|
HADOOP-11748. The secrets of auth cookies should not be specified in configuration in clear text. Contributed by Li Lu and Haohui Mai.
|
2015-03-26 17:35:28 -07:00 |
Arpit Agarwal
|
c035106c05
|
HDFS-7824. GetContentSummary API and its namenode implementation for Storage Type Quota/Usage. (Contributed by Xiaoyu Yao)
|
2015-03-26 10:47:43 -07:00 |
Harsh J
|
c33ecd83e4
|
HADOOP-11719.[Fsshell] Remove bin/hadoop reference from GenericOptionsParser default help text. Contributed by Brahma Reddy Battula.
(cherry picked from commit 1ede5e6e1e7f51cf13d0488bb1b0e126c865656c)
|
2015-03-26 11:28:32 +05:30 |
Yongjun Zhang
|
be0d228ed1
|
HADOOP-11724. DistCp throws NPE when the target directory is root. (Lei Eddy Xu via Yongjun Zhang)
(cherry-picked from commit 65ee02d9ed50e026c2d37ec80babd4176075ff84)
|
2015-03-25 15:50:28 -07:00 |
Haohui Mai
|
c62840d531
|
Addendum for HADOOP-10670.
|
2015-03-25 12:30:12 -07:00 |
Haohui Mai
|
17f17dac4e
|
HADOOP-10670. Allow AuthenticationFilters to load secret from signature secret files. Contributed by Kai Zheng.
|
2015-03-25 11:13:04 -07:00 |
Tsuyoshi Ozawa
|
ee824cafe7
|
HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUILDING.txt. (ozawa)
(cherry picked from commit 323945b33a )
|
2015-03-25 18:02:52 +09:00 |
Tsuyoshi Ozawa
|
e4da690547
|
HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to unclosed stream. (ozawa)
(cherry picked from commit b351086ff6 )
|
2015-03-25 16:59:55 +09:00 |
Tsuyoshi Ozawa
|
77024aada9
|
HADOOP-11741. Add LOG.isDebugEnabled() guard for some LOG.debug(). Contributed by Walter Su.
(cherry picked from commit 5582b0f1d4 )
|
2015-03-25 16:36:26 +09:00 |
Tsuyoshi Ozawa
|
a732b58beb
|
HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena.
(cherry picked from commit 6e891a921e )
|
2015-03-24 20:57:56 +09:00 |
Brandon Li
|
503d8e4164
|
HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts. Contributed by Brandon Li
(cherry picked from commit 36af4a913c )
|
2015-03-23 10:09:43 -07:00 |
Tsuyoshi Ozawa
|
4fee662944
|
HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki.
(cherry picked from commit 0b9f12c847 )
|
2015-03-23 13:56:38 +09:00 |
Karthik Kambatla
|
3672ae8a7a
|
HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)
(cherry picked from commit fe5c23b670 )
|
2015-03-20 17:05:40 -07:00 |
Tsuyoshi Ozawa
|
ed7f847c95
|
HADOOP-11709. Time.NANOSECONDS_PER_MILLISECOND - use class-level final constant instead of method variable. Contributed by Ajith S.
(cherry picked from commit 43dde502b3 )
|
2015-03-21 00:54:39 +09:00 |
Tsuyoshi Ozawa
|
0eeb760c55
|
HADOOP-11729. Fix link to cgroups doc in site.xml. Contributed by Masatake Iwasaki.
(cherry picked from commit 522c897146 )
|
2015-03-19 23:08:41 +09:00 |
Haohui Mai
|
b36fc6bc9c
|
HADOOP-10703. HttpServer2 creates multiple authentication filters. Contributed by Benoy Antony.
|
2015-03-18 22:32:19 -07:00 |
Colin Patrick Mccabe
|
b02f77540c
|
HADOOP-9329. document native build dependencies in BUILDING.txt (Vijay Bhat via Colin P. McCabe)
(cherry picked from commit bf6295bed8 )
|
2015-03-18 19:14:58 -07:00 |
Akira Ajisaka
|
18740f9383
|
HADOOP-11659. o.a.h.FileSystem.Cache#remove should use a single hash map lookup. Contributed by Brahma Reddy Battula.
(cherry picked from commit 34117325b2 )
|
2015-03-18 15:44:13 +09:00 |
Aaron T. Myers
|
85473cd61a
|
HADOOP-11722. Some Instances of Services using ZKDelegationTokenSecretManager go down when old token cannot be deleted. Contributed by Arun Suresh.
(cherry picked from commit fc90bf7b27 )
|
2015-03-17 19:42:31 -07:00 |
Tsuyoshi Ozawa
|
77297017d8
|
HADOOP-11720. [JDK8] Fix javadoc errors caused by incorrect or illegal tags in hadoop-tools. Contributed by Akira AJISAKA.
(cherry picked from commit ef9946cd52 )
|
2015-03-17 16:09:38 +09:00 |
cnauroth
|
ef2a66b246
|
Revert "HADOOP-11449 / HADOOP-10320 ; reverting patch 6cda3a7 which triggered regression in javadocs on some java8 compilers (stevel on behalf of cnauroth)"
This reverts commit fe7df5b4d8 .
Conflicts:
hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java
|
2015-03-16 14:31:35 -07:00 |
Suresh Srinivas
|
3a783fe38d
|
HADOOP-8059. Add javadoc to InterfaceAudience and InterfaceStability. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1354684 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 24c4216bf0 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-03-16 14:21:15 -07:00 |
Yongjun Zhang
|
d684b21ada
|
HADOOP-11692. Amendment to CHANGES.txt.
|
2015-03-16 14:11:58 -07:00 |
cnauroth
|
f492fc7b2c
|
HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux. Contributed by Kiran Kumar M R.
(cherry picked from commit 72cd4e4a4e )
|
2015-03-16 14:05:05 -07:00 |
Colin Patrick Mccabe
|
eb4eb63de3
|
HADOOP-11714. Add more trace log4j messages to SpanReceiverHost (cmccabe)
(cherry picked from commit bf3275dbaa )
|
2015-03-16 12:03:10 -07:00 |
Tsuyoshi Ozawa
|
4489a02634
|
HADOOP-11558. Fix dead links to doc of hadoop-tools. Contributed by Jean-Pierre Matsumoto.
(cherry picked from commit 79426f3334 )
|
2015-03-15 14:30:12 +09:00 |
Tsuyoshi Ozawa
|
1802df8373
|
Revert "HADOOP-11558. Fix dead links to doc of hadoop-tools. Contributed by Masatake Iwasaki."
This reverts commit 54a73a6b5f .
|
2015-03-15 14:27:56 +09:00 |
Tsuyoshi Ozawa
|
54a73a6b5f
|
HADOOP-11558. Fix dead links to doc of hadoop-tools. Contributed by Masatake Iwasaki.
(cherry picked from commit 7da136ecca )
|
2015-03-15 14:18:01 +09:00 |
Andrew Wang
|
146abadb96
|
HADOOP-11711. Provide a default value for AES/CTR/NoPadding CryptoCodec classes.
(cherry picked from commit 387f271c81 )
|
2015-03-12 21:41:29 -07:00 |
yliu
|
813c93cb25
|
HADOOP-11710. Make CryptoOutputStream behave like DFSOutputStream wrt synchronization. (Sean Busbey via yliu)
|
2015-03-13 02:26:16 +08:00 |
Yongjun Zhang
|
32e62cb3d0
|
HADOOP-9477. Add posixGroups support for LDAP groups mapping service. (Dapeng Sun via Yongjun Zhang)
(cherry picked from commit 8212877415 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-03-12 15:10:20 -07:00 |
cnauroth
|
86bb9c5808
|
HADOOP-10027. *Compressor_deflateBytesDirect passes instance instead of jclass to GetStaticObjectField. Contributed by Hui Zheng.
(cherry picked from commit ff83ae7231 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-03-11 23:28:36 -07:00 |
cnauroth
|
dcc4850ff3
|
HADOOP-11693. Azure Storage FileSystem rename operations are throttled too aggressively to complete HBase WAL archiving. Contributed by Duo Xu.
(cherry picked from commit 7a346bcb4f )
|
2015-03-11 14:37:22 -07:00 |
Haohui Mai
|
e75e6c66ea
|
HADOOP-11633. Convert remaining branch-2 .apt.vm files to markdown. Contributed by Masatake Iwasaki.
|
2015-03-11 14:23:44 -07:00 |
cnauroth
|
5e99b7cd2f
|
HDFS-7491. Add incremental blockreport latency to DN metrics. Contributed by Ming Ma.
(cherry picked from commit fb34f45727 )
|
2015-03-11 14:11:39 -07:00 |
Gera Shegalov
|
f1b32d1436
|
DelegateToFileSystem erroneously uses default FS's port in constructor. (Brahma Reddy Battula via gera)
(cherry picked from commit 64eb068ee8 )
|
2015-03-10 14:10:39 -07:00 |
Vinayakumar B
|
2f902a823c
|
HADOOP-11568. Description on usage of classpath in hadoop command is incomplete. ( Contributed by Archana T )
|
2015-03-10 13:02:56 +05:30 |
Tsuyoshi Ozawa
|
5efee5efd3
|
HADOOP-11226. Add a configuration to set ipc.Client's traffic class with IPTOS_LOWDELAY|IPTOS_RELIABILITY. Contributed by Gopal V.
(cherry picked from commit 54639c7d7a )
|
2015-03-10 13:09:05 +09:00 |
Yongjun Zhang
|
45cc7514f5
|
HADOOP-11692. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang.
(cherry picked from commit de1101cb5b )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
|
2015-03-09 12:12:29 -07:00 |
Haohui Mai
|
d8d8ed35f0
|
HADOOP-11686. MiniKDC cannot change ORG_NAME or ORG_DOMAIN. Contributed by Duo Zhang.
|
2015-03-09 11:08:35 -07:00 |
Tsuyoshi Ozawa
|
b46f9e72db
|
HADOOP-11602. Backport 'Fix toUpperCase/toLowerCase to use Locale.ENGLISH.' (ozawa)
|
2015-03-09 19:53:55 +09:00 |
Vinod Kumar Vavilapalli
|
d9416317a9
|
Preparing for 2.8.0 development. Changing SNAPSHOT version to be 2.8 on branch-2.
|
2015-03-08 20:32:51 -07:00 |
Vinod Kumar Vavilapalli
|
8e6f8e9a04
|
Adding 2.8 section in CHANGES.txt
|
2015-03-08 20:26:57 -07:00 |
Steve Loughran
|
b8a2087951
|
HADOOP-11670. Regression: s3a auth setup broken. (Adam Budde via stevel)
|
2015-03-08 11:22:01 -07:00 |
cnauroth
|
02cadbd24b
|
HADOOP-11642. Upgrade azure sdk version from 0.6.0 to 2.0.0. Contributed by Shashank Khandelwal and Ivan Mitic.
(cherry picked from commit 608ebd52ba )
Conflicts:
hadoop-project/pom.xml
|
2015-03-06 15:29:22 -08:00 |
Jian He
|
6cef2c16de
|
YARN-2190. Added CPU and memory limit options to the default container executor for Windows containers. Contributed by Chuan Liu
(cherry picked from commit 21101c01f2 )
|
2015-03-06 14:18:56 -08:00 |
yliu
|
b569c3ab1c
|
HADOOP-11674. oneByteBuf in CryptoInputStream and CryptoOutputStream should be non static. (Sean Busbey via yliu)
|
2015-03-05 06:39:58 +08:00 |
Tsuyoshi Ozawa
|
f805d48b19
|
HADOOP-11648. Set DomainSocketWatcher thread name explicitly. Contributed by Liang Xie.
(cherry picked from commit 74a4754d1c )
|
2015-03-05 16:06:37 +09:00 |
Karthik Kambatla
|
0d62e94887
|
YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha)
(cherry picked from commit 8d88691d16 )
|
2015-03-04 19:49:21 -08:00 |
Akira Ajisaka
|
31b3f84601
|
HADOOP-11666. Revert the format change of du output introduced by HADOOP-6857. Contributed by Byron Wong.
|
2015-03-03 21:46:28 -08:00 |
Steve Loughran
|
824c32de1a
|
HADOOP-11183. Memory-based S3AOutputstream. (Thomas Demoor via stevel)
|
2015-03-03 16:18:39 -08:00 |
Gera Shegalov
|
5e235802de
|
HADOOP-11605. FilterFileSystem#create with ChecksumOpt should propagate it to wrapped FS. (gera)
(cherry picked from commit b18d3830ac )
|
2015-03-02 18:16:58 -08:00 |
Steve Loughran
|
fe7df5b4d8
|
HADOOP-11449 / HADOOP-10320 ; reverting patch 6cda3a7 which triggered regression in javadocs on some java8 compilers (stevel on behalf of cnauroth)
|
2015-03-02 18:15:24 -08:00 |
Akira Ajisaka
|
fcd817afb0
|
HADOOP-11658. Externalize io.compression.codecs property. Contributed by Kai Zheng.
(cherry picked from commit 0650e1c56f2d87ca9bdc51d7d4678895f494464a)
|
2015-03-02 01:13:10 -08:00 |
Akira Ajisaka
|
c40293c828
|
HADOOP-11615. Update ServiceLevelAuth.md for YARN. Contributed by Brahma Reddy Battula.
(cherry picked from commit dd9cd0797c )
|
2015-03-01 22:16:59 -08:00 |
Tsuyoshi Ozawa
|
3854b21c4c
|
HADOOP-11634. Description of webhdfs' principal/keytab should switch places each other. Contributed by Brahma Reddy Battula.
(cherry picked from commit e9ac88aac7 )
|
2015-03-02 04:18:39 +09:00 |
Akira Ajisaka
|
0e10c70445
|
Fixed CHANGES.txt for HADOOP-10976.
|
2015-02-28 17:16:52 -08:00 |
Akira Ajisaka
|
f7a724ca9e
|
HADOOP-10976. Backport "moving the source code of hadoop-tools docs to the directory under hadoop-tools" to branch-2. Contributed by Masatake Iwasaki.
(cherry picked from commit 9112f093cd )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-02-28 17:06:58 -08:00 |
Tsuyoshi Ozawa
|
02df51497f
|
HADOOP-11569. Provide Merge API for MapFile to merge multiple similar MapFiles to one MapFile. Contributed by Vinayakumar B.
(cherry picked from commit 48c7ee7553 )
|
2015-02-27 17:46:29 +09:00 |
cnauroth
|
264c96777e
|
HADOOP-9922. hadoop windows native build will fail in 32 bit machine. Contributed by Kiran Kumar M R.
(cherry picked from commit 2214dab60f )
|
2015-02-26 12:41:48 -08:00 |
Andrew Wang
|
0512e50d6e
|
HADOOP-11620. Add support for load balancing across a group of KMS for HA. Contributed by Arun Suresh.
(cherry picked from commit 71385f9b70 )
|
2015-02-25 21:17:44 -08:00 |
cnauroth
|
1bc4c6808d
|
HADOOP-11629. WASB filesystem should not start BandwidthGaugeUpdater if fs.azure.skip.metrics set to true. Contributed by Shanyu Zhao.
(cherry picked from commit 5731c0e0d0 )
|
2015-02-25 09:09:15 -08:00 |
Tsuyoshi Ozawa
|
75fd43be02
|
HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations. Contributed by Akira AJISAKA.
(cherry picked from commit ad8ed3e802 )
|
2015-02-25 16:25:21 +09:00 |
Akira Ajisaka
|
e97613b429
|
HADOOP-11480. Typo in hadoop-aws/index.md uses wrong scheme for test.fs.s3.name. Contributed by Ted Yu.
(cherry picked from commit 1a625b8158 )
|
2015-02-24 17:13:35 -08:00 |
Colin Patrick Mccabe
|
343cffb0ea
|
HADOOP-11495. Backport "convert site documentation from apt to markdown" to branch-2 (Masatake Iwasaki via Colin P. McCabe)
(cherry-picked from commit b6fc1f3e43 )
Conflicts:
hadoop-common-project/hadoop-common/src/site/apt/ClusterSetup.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/CommandsManual.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/RackAwareness.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/SingleCluster.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm
hadoop-common-project/hadoop-common/src/site/apt/Tracing.apt.vm
hadoop-project/src/site/site.xml
|
2015-02-24 15:48:58 -08:00 |
Gera Shegalov
|
62e0e67d49
|
HADOOP-11619. FTPFileSystem should override getDefaultPort. (Brahma Reddy Battula via gera)
(cherry picked from commit 1dba57271f )
|
2015-02-23 21:19:57 -08:00 |
Akira Ajisaka
|
6bbb051d38
|
HADOOP-8642. Document that io.native.lib.available only controls native bz2 and zlib compression codecs. (aajisaka)
(cherry picked from commit ab5976161f )
|
2015-02-23 17:35:46 -08:00 |
Haohui Mai
|
92acb0e4f4
|
HADOOP-10478. Fix new findbugs warnings in hadoop-maven-plugins. Contributed by Li Lu.
|
2015-02-23 16:38:10 -08:00 |
cnauroth
|
657a6e389b
|
HDFS-7009. Active NN and standby NN have different live nodes. Contributed by Ming Ma.
(cherry picked from commit 769507bd7a )
|
2015-02-23 15:12:36 -08:00 |
Arpit Agarwal
|
83f779e49a
|
HDFS-7806. Refactor: move StorageType from hadoop-hdfs to hadoop-common. (Contributed by Xiaoyu Yao)
|
2015-02-21 15:48:59 -08:00 |
Steve Loughran
|
a36cad0522
|
HADOOP-11584 s3a file block size set to 0 in getFileStatus. (Brahma Reddy Battula via stevel)
|
2015-02-21 12:02:41 +00:00 |
Robert Kanter
|
199a853ed7
|
HADOOP-11612. Workaround for Curator's ChildReaper requiring Guava 15+. (rkanter)
(cherry picked from commit 6f0133039a )
|
2015-02-20 19:51:35 -08:00 |
cnauroth
|
187e081d5a
|
HADOOP-11604. Prevent ConcurrentModificationException while closing domain sockets during shutdown of DomainSocketWatcher thread. Contributed by Chris Nauroth.
(cherry picked from commit 3c5ff0759c )
|
2015-02-20 13:07:36 -08:00 |
Steve Loughran
|
4276f8b315
|
HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel)
|
2015-02-20 20:51:00 +00:00 |
cnauroth
|
e09ba94f28
|
HDFS-7773. Additional metrics in HDFS to be accessed via jmx. Contributed by Anu Engineer.
|
2015-02-20 12:38:34 -08:00 |
Haohui Mai
|
da52fdb999
|
HADOOP-11231. Remove dead code in ServletUtil. Contributed by Li Lu.
|
2015-02-19 11:35:35 -08:00 |
Jason Lowe
|
b1fc4ec57a
|
HADOOP-9087. Queue size metric for metric sinks isn't actually maintained. Contributed by Akira AJISAKA
(cherry picked from commit f0f2992686 )
|
2015-02-19 17:38:39 +00:00 |
yliu
|
000b9e6c24
|
HADOOP-11595. Add default implementation for AbstractFileSystem#truncate. (yliu)
|
2015-02-19 08:28:15 +08:00 |
Akira Ajisaka
|
10da1bfce2
|
HADOOP-11440. Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes. Contributed by Kengo Seki.
(cherry picked from commit 18fb421fab )
|
2015-02-18 17:56:02 -08:00 |
Akira Ajisaka
|
5a1531fff6
|
HADOOP-11545. ArrayIndexOutOfBoundsException is thrown with "hadoop credential list -provider". Contributed by Brahma Reddy Battula.
(cherry picked from commit 1714609919 )
|
2015-02-18 11:18:21 -08:00 |
Tsuyoshi Ozawa
|
f10335b08d
|
HADOOP-11599. Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured. Contributed by zhihai xu.
(cherry picked from commit 3f56a4cb0c )
|
2015-02-18 18:00:18 +09:00 |
Kihwal Lee
|
6c01e58619
|
HADOOP-11295. RPC Server Reader thread can't shutdown if RPCCallQueue is full. Contributed by Ming Ma.
(cherry picked from commit 685af8a3d0 )
|
2015-02-18 17:44:11 +09:00 |
Steve Loughran
|
411c8a7cda
|
HADOOP-11521. Make connection timeout configurable in s3a. (Thomas Demoor via stevel)
|
2015-02-17 20:00:00 +00:00 |
Steve Loughran
|
f52fcdc2e0
|
HADOOP-11522. Update S3A Documentation. (Thomas Demoor via stevel)
|
2015-02-17 18:14:31 +00:00 |
Steve Loughran
|
701b96ca8e
|
HADOOP-11570. S3AInputStream.close() downloads the remaining bytes of the object from S3. (Dan Hecht via stevel).
|
2015-02-17 16:36:32 +00:00 |
Tsuyoshi Ozawa
|
00fb0710b6
|
HADOOP-11600. Fix up source codes to be compiled with Guava 17.0. (ozawa)
(cherry picked from commit 2f0f756b26 )
|
2015-02-17 21:57:58 +09:00 |
Vinayakumar B
|
005e1df540
|
HADOOP-11000. HAServiceProtocol's health state is incorrectly transitioned to SERVICE_NOT_RESPONDING (Contributed by Ming Ma)
(cherry picked from commit cf4b7f506d )
|
2015-02-17 15:19:44 +05:30 |
Tsuyoshi Ozawa
|
b7836c18e4
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
(cherry picked from commit ef950ea1c0 )
|
2015-02-15 00:31:33 +09:00 |
Tsuyoshi Ozawa
|
481124bd61
|
Revert "HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R."
This reverts commit e082992e2a .
|
2015-02-15 00:31:15 +09:00 |
Tsuyoshi Ozawa
|
e082992e2a
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
(cherry picked from commit 965ce9e24e )
|
2015-02-15 00:13:38 +09:00 |
Robert Kanter
|
ebf6499498
|
HADOOP-11467. KerberosAuthenticator can connect to a non-secure cluster. (yzhangal via rkanter)
(cherry picked from commit 875256834b )
Conflicts:
hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationToken.java
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-02-13 14:12:38 -08:00 |
Xuan
|
3c4b5606dc
|
YARN-3164. RMAdmin command usage prints incorrect command name.
Contributed by Bibin A Chundatt
(cherry picked from commit 253035491c )
|
2015-02-12 21:40:42 -08:00 |
Tsuyoshi Ozawa
|
46ad4c9098
|
HADOOP-11497. Fix typo in ClusterSetup.html#Hadoop_Startup. Contributed by Christian Winkler.
|
2015-02-13 12:34:27 +09:00 |
Akira Ajisaka
|
4d0e792a82
|
HADOOP-9869. Configuration.getSocketAddr()/getEnum() should use getTrimmed(). Contributed by Tsuyoshi Ozawa.
(cherry picked from commit 9395c76697 )
|
2015-02-12 15:52:27 -08:00 |
Akira Ajisaka
|
7d6c3c6dbe
|
HADOOP-11586. Update use of Iterator to Iterable in AbstractMetricsContext.java. Contributed by Ray Chiang.
(cherry picked from commit 11d8934463 )
|
2015-02-12 14:42:10 -08:00 |
Colin Patrick Mccabe
|
e35788aa5a
|
HDFS-7694. FSDataInputStream should support "unbuffer" (cmccabe)
(cherry picked from commit 6b39ad0865 )
|
2015-02-12 10:42:14 -08:00 |
Haohui Mai
|
92f52e8962
|
HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in hadoop-common project root. Contributed by Xiaoyu Yao.
|
2015-02-12 10:31:04 -08:00 |
Jing Zhao
|
2156e38d5e
|
HDFS-3689. Add support for variable length block. Contributed by Jing Zhao.
(cherry picked from commit 2848db814a )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirConcatOp.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogLoader.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileAppend3.java
|
2015-02-12 10:23:13 -08:00 |
Tsuyoshi Ozawa
|
c9c1d9a5a6
|
HADOOP-11543. Improve help message for hadoop/yarn command. Contributed by Brahma Reddy Battula.
|
2015-02-12 19:03:24 +09:00 |
cnauroth
|
c9266132ee
|
HADOOP-10140. Specification of HADOOP_CONF_DIR via the environment in hadoop_config.cmd. Contributed by Kiran Kumar M R.
(cherry picked from commit 67efab935e )
|
2015-02-11 16:36:18 -08:00 |
Konstantin V Shvachko
|
ada7791ef4
|
HADOOP-11579. Documentation for truncate. Contributed by Konstantin Shvachko.
|
2015-02-11 10:03:54 -08:00 |
Steve Loughran
|
a8eaec396f
|
YARN-2683. [YARN-913] registry config options: document and move to core-default. (stevel)
|
2015-02-11 14:26:22 +00:00 |
Colin Patrick Mccabe
|
5e7deba1f4
|
HADOOP-10953. NetworkTopology#add calls NetworkTopology#toString without holding the netlock (Liang Xie via Colin P. McCabe)
(cherry picked from commit 6338ce3ae8 )
|
2015-02-10 13:30:49 -08:00 |
Harsh J
|
442bc776db
|
HADOOP-11512. Use getTrimmedStrings when reading serialization keys. Contributed by Ryan P.
|
2015-02-10 12:52:41 +05:30 |
yliu
|
ae316705bb
|
HADOOP-11510. Expose truncate API via FileContext. (yliu)
|
2015-02-10 01:43:08 +08:00 |
Arpit Agarwal
|
ff900eb64a
|
HDFS-7647. DatanodeManager.sortLocatedBlocks sorts DatanodeInfos but not StorageIDs. (Contributed by Milan Desai)
|
2015-02-09 12:17:53 -08:00 |
Steve Loughran
|
af7368cf03
|
HADOOP-11520. Clean incomplete multi-part uploads in S3A tests. (Thomas Demoor via stevel)
|
2015-02-06 20:59:56 +00:00 |
Steve Loughran
|
d827f02bcd
|
HADOOP-11535 TableMapping related tests failed due to 'successful' resolving of invalid test hostname
|
2015-02-06 13:03:30 +00:00 |
Gera Shegalov
|
3d36d4737c
|
HADOOP-11506. Configuration variable expansion regex expensive for long values. (Gera Shegalov via gera)
(cherry picked from commit 644548f201 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
|
2015-02-06 01:44:14 -08:00 |
yliu
|
e2803f5a51
|
HDFS-7741. Remove unnecessary synchronized in FSDataInputStream and HdfsDataInputStream. (yliu)
|
2015-02-06 06:29:52 +08:00 |
Tsuyoshi Ozawa
|
995f9809c0
|
Revert "HADOOP-11543. Improve help message for hadoop/yarn command. Contributed by Brahma Reddy Battula."
This reverts commit 366a12c3b9 .
|
2015-02-06 13:49:58 +09:00 |
Tsuyoshi Ozawa
|
366a12c3b9
|
HADOOP-11543. Improve help message for hadoop/yarn command. Contributed by Brahma Reddy Battula.
|
2015-02-06 13:34:48 +09:00 |