Akira Ajisaka
|
1714609919
|
HADOOP-11545. ArrayIndexOutOfBoundsException is thrown with "hadoop credential list -provider". Contributed by Brahma Reddy Battula.
|
2015-02-18 11:17:10 -08:00 |
|
Tsuyoshi Ozawa
|
3f56a4cb0c
|
HADOOP-11599. Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured. Contributed by zhihai xu.
|
2015-02-18 17:35:11 +09:00 |
|
Allen Wittenauer
|
b6fc1f3e43
|
HADOOP-11593. Convert site documentation from apt to markdown (stragglers) (Masatake Iwasaki via aw)
|
2015-02-17 21:30:24 -10:00 |
|
Kihwal Lee
|
685af8a3d0
|
HADOOP-11295. RPC Server Reader thread can't shutdown if RPCCallQueue is full. Contributed by Ming Ma.
|
2015-02-17 17:14:58 -06:00 |
|
Steve Loughran
|
00b80958d8
|
HADOOP-11521. Make connection timeout configurable in s3a. (Thomas Demoor via stevel)
|
2015-02-17 20:06:27 +00:00 |
|
Steve Loughran
|
6be5670949
|
HADOOP-11596 moving entry in CHANGES.TXT up to improvements there, as it wasn't in 2.7 & it was confusing diffs
|
2015-02-17 20:06:05 +00:00 |
|
Ravi Prakash
|
13d1ba9965
|
HADOOP-11596. Allow smart-apply-patch.sh to add new files in binary git patches (raviprak)
|
2015-02-17 11:13:47 -08:00 |
|
Steve Loughran
|
78a7e8d3a6
|
HADOOP-11522. Update S3A Documentation. (Thomas Demoor via stevel)
|
2015-02-17 18:15:02 +00:00 |
|
Allen Wittenauer
|
72389c78db
|
HADOOP-11575. Daemon log documentation is misleading (Naganarasimha G R via aw)
|
2015-02-17 07:00:00 -10:00 |
|
Steve Loughran
|
826267f789
|
HADOOP-11570. S3AInputStream.close() downloads the remaining bytes of the object from S3. (Dan Hecht via stevel).
|
2015-02-17 16:36:44 +00:00 |
|
Tsuyoshi Ozawa
|
2f0f756b26
|
HADOOP-11600. Fix up source codes to be compiled with Guava 17.0. (ozawa)
|
2015-02-17 21:56:20 +09:00 |
|
Vinayakumar B
|
cf4b7f506d
|
HADOOP-11000. HAServiceProtocol's health state is incorrectly transitioned to SERVICE_NOT_RESPONDING (Contributed by Ming Ma)
|
2015-02-17 14:55:56 +05:30 |
|
Tsuyoshi Ozawa
|
ef950ea1c0
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
|
2015-02-15 00:30:46 +09:00 |
|
Tsuyoshi Ozawa
|
b7d48286a9
|
Rvert "HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R."
This reverts commit 965ce9e24e .
|
2015-02-15 00:28:59 +09:00 |
|
Tsuyoshi Ozawa
|
965ce9e24e
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
|
2015-02-15 00:13:10 +09:00 |
|
Robert Kanter
|
875256834b
|
HADOOP-11467. KerberosAuthenticator can connect to a non-secure cluster. (yzhangal via rkanter)
|
2015-02-13 14:01:46 -08:00 |
|
Xuan
|
253035491c
|
YARN-3164. RMAdmin command usage prints incorrect command name.
Contributed by Bibin A Chundatt
|
2015-02-12 21:39:16 -08:00 |
|
Allen Wittenauer
|
93b941c637
|
HADOOP-11565. Add --slaves shell option (aw)
|
2015-02-12 18:01:28 -08:00 |
|
Akira Ajisaka
|
9395c76697
|
HADOOP-9869. Configuration.getSocketAddr()/getEnum() should use getTrimmed(). Contributed by Tsuyoshi Ozawa.
|
2015-02-12 15:50:48 -08:00 |
|
Haohui Mai
|
04d09ecd56
|
HDFS-7711. Move the entry in CHANGE.txt to the right place.
|
2015-02-12 15:44:05 -08:00 |
|
Haohui Mai
|
74f38d5917
|
HDFS-7711. Fix various typos in ClusterSetup.md. Contributed by Brahma Reddy Battula.
|
2015-02-12 15:39:35 -08:00 |
|
Akira Ajisaka
|
11d8934463
|
HADOOP-11586. Update use of Iterator to Iterable in AbstractMetricsContext.java. Contributed by Ray Chiang.
|
2015-02-12 14:41:03 -08:00 |
|
Akira Ajisaka
|
3157d992b0
|
Move HADOOP-11543 section in CHANGES.txt to remove the conflict between trunk and branch-2.
|
2015-02-12 14:33:55 -08:00 |
|
Allen Wittenauer
|
58cb9f5293
|
HDFS-7322. deprecate sbin/hadoop-daemon.sh (aw)
|
2015-02-12 11:51:35 -08:00 |
|
Colin Patrick Mccabe
|
6b39ad0865
|
HDFS-7694. FSDataInputStream should support "unbuffer" (cmccabe)
|
2015-02-12 10:40:46 -08:00 |
|
Haohui Mai
|
bc5aa7d0b1
|
HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in hadoop-common project root. Contributed by Xiaoyu Yao.
|
2015-02-12 10:30:39 -08:00 |
|
cnauroth
|
67efab935e
|
HADOOP-10140. Specification of HADOOP_CONF_DIR via the environment in hadoop_config.cmd. Contributed by Kiran Kumar M R.
|
2015-02-11 16:36:09 -08:00 |
|
Allen Wittenauer
|
fe689d34a4
|
HADOOP-11585. Fix formatting in Tracing.md (Masatake Iwasaki via aw)
|
2015-02-11 16:14:58 -08:00 |
|
Allen Wittenauer
|
7776847a59
|
HADOOP-11437. Remove the version and author information from distcp's README file (Brahma Reddy Battula via aw)
|
2015-02-11 15:47:36 -08:00 |
|
Allen Wittenauer
|
026dfddfa3
|
HADOOP-11583. Fix syntax error in SecureMode.md (Masatake Iwasaki via aw)
|
2015-02-11 12:13:48 -08:00 |
|
Konstantin V Shvachko
|
6f6737b3bf
|
HADOOP-11579. Documentation for truncate. Contributed by Konstantin Shvachko.
|
2015-02-11 09:50:19 -08:00 |
|
Akira Ajisaka
|
22441ab7b2
|
HADOOP-11580. Remove SingleNodeSetup.md from trunk. (aajisaka)
|
2015-02-11 09:08:19 -08:00 |
|
Allen Wittenauer
|
b015fec601
|
HADOOP-11581. Multithreaded correctness Warnings #org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw)
|
2015-02-11 07:49:05 -08:00 |
|
Allen Wittenauer
|
cfd8a2174a
|
HADOOP-11554. Expose HadoopKerberosName as a hadoop subcommand (aw)
|
2015-02-11 07:40:39 -08:00 |
|
Steve Loughran
|
c3da2db48f
|
YARN-2683. [YARN-913] registry config options: document and move to core-default. (stevel)
|
2015-02-11 14:26:37 +00:00 |
|
Allen Wittenauer
|
7eeca90daa
|
HADOOP-11559. Add links to RackAwareness and InterfaceClassification to site index (Masatake Iwasaki via aw)
|
2015-02-10 17:06:03 -08:00 |
|
Allen Wittenauer
|
e9d26fe9eb
|
HADOOP-11495. Convert site documentation from apt to markdown (Masatake Iwasaki via aw)
|
2015-02-10 13:39:57 -08:00 |
|
Colin Patrick Mccabe
|
6338ce3ae8
|
HADOOP-10953. NetworkTopology#add calls NetworkTopology#toString without holding the netlock (Liang Xie via Colin P. McCabe)
|
2015-02-10 13:24:40 -08:00 |
|
Harsh J
|
e0ec0718d0
|
HADOOP-11512. Use getTrimmedStrings when reading serialization keys. Contributed by Ryan P.
|
2015-02-10 12:51:56 +05:30 |
|
yliu
|
1b56d1ce32
|
HADOOP-11510. Expose truncate API via FileContext. (yliu)
|
2015-02-10 01:45:29 +08:00 |
|
Allen Wittenauer
|
576459801c
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (missed file)
|
2015-02-09 12:54:25 -08:00 |
|
Allen Wittenauer
|
30b797ee9d
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw)
|
2015-02-09 12:50:44 -08:00 |
|
Arpit Agarwal
|
ab934e8594
|
HDFS-7647. DatanodeManager.sortLocatedBlocks sorts DatanodeInfos but not StorageIDs. (Contributed by Milan Desai)
|
2015-02-09 12:17:40 -08:00 |
|
Allen Wittenauer
|
5c79439568
|
HADOOP-11485. Pluggable shell integration (aw)
|
2015-02-06 13:09:01 -08:00 |
|
Steve Loughran
|
17165d3df9
|
HADOOP-11520. Clean incomplete multi-part uploads in S3A tests. (Thomas Demoor via stevel)
|
2015-02-06 21:01:41 +00:00 |
|
Steve Loughran
|
1425e3d37c
|
HADOOP-11535 TableMapping related tests failed due to 'successful' resolving of invalid test hostname
|
2015-02-06 13:03:43 +00:00 |
|
Gera Shegalov
|
644548f201
|
HADOOP-11506. Configuration variable expansion regex expensive for long values. (Gera Shegalov via gera)
|
2015-02-06 00:27:54 -08:00 |
|
yliu
|
7b10ef0c3b
|
HDFS-7741. Remove unnecessary synchronized in FSDataInputStream and HdfsDataInputStream. (yliu)
|
2015-02-06 06:31:03 +08:00 |
|
Tsuyoshi Ozawa
|
9d91069118
|
Move HADOOP-11543 from BUG-FIX to IMPROVEMENT in CHANGES.txt.
|
2015-02-06 13:15:52 +09:00 |
|
Allen Wittenauer
|
af3aadf04f
|
HADOOP-6964. Allow compact property description in xml (Kengo Seki via aw)
|
2015-02-05 19:09:37 -08:00 |
|