Akira Ajisaka
|
061c05cc05
|
HADOOP-12657. Add a option to skip newline on empty files with getMerge -nl. Contributed by Kanaka Kumar Avvaru.
|
2015-12-18 13:58:28 +09:00 |
|
Akira Ajisaka
|
3857fed2c8
|
HADOOP-12565. Replace DSA with RSA for SSH key type in SingleCluster.md. Contributed by Mingliang Liu.
|
2015-12-03 11:50:31 +08:00 |
|
Haohui Mai
|
db4cab21f4
|
HDFS-5165. Remove the TotalFiles metrics. Contributed by Akira AJISAKA.
|
2015-11-24 11:41:57 -08:00 |
|
Haohui Mai
|
8228697857
|
HDFS-9024. Deprecate the TotalFiles metric. Contributed by Akira Ahisaka.
|
2015-11-22 23:02:50 -08:00 |
|
Zhe Zhang
|
8def51a708
|
HDFS-9229. Expose size of NameNode directory as a metric. Contributed by Surendra Singh Lilhore.
Change-Id: I985627a5d1400249d72d084283ef366d5ac6e07b
|
2015-10-29 11:23:08 -07:00 |
|
Jonathan Eagles
|
f8adeb712d
|
YARN-4009. CORS support for ResourceManager REST API. ( Varun Vasudev via jeagles)
|
2015-10-23 10:34:08 -05:00 |
|
Allen Wittenauer
|
d759b4bd74
|
HADOOP-11791. Update src/site/markdown/releases to include old versions of Hadoop (aw)
|
2015-10-21 11:30:59 -07:00 |
|
Vinayakumar B
|
7f0e1eb43d
|
HADOOP-12460. Add overwrite option for 'get' shell command (Contributed by Jagadesh Kiran N)
|
2015-10-19 12:16:16 +05:30 |
|
Colin Patrick Mccabe
|
3e1752f9fb
|
HADOOP-12452. Fix tracing documention reflecting the update to htrace-4 (Masatake Iwasaki via Colin P. McCabe)
|
2015-10-05 11:35:31 -07:00 |
|
Colin Patrick Mccabe
|
850d679acb
|
HADOOP-12447. Clean up some htrace integration issues (cmccabe)
|
2015-09-29 09:25:11 -07:00 |
|
Colin Patrick Mccabe
|
892ade689f
|
HDFS-9080. Update htrace version to 4.0.1 (cmccabe)
|
2015-09-28 07:42:12 -07:00 |
|
Vinayakumar B
|
a2c76e5f26
|
HDFS-9013. Deprecate NameNodeMXBean#getNNStarted in branch2 and remove from trunk (Contributed by Surendra Singh Lilhore)
|
2015-09-23 15:28:41 +05:30 |
|
Eric Yang
|
2ffe2db95e
|
HADOOP-12374. Updated expunge command description.
(WeiWei Yang via eyang)
|
2015-09-15 20:03:24 -07:00 |
|
Vinayakumar B
|
94cf7ab9d2
|
HDFS-8929. Add a metric to expose the timestamp of the last journal (Contributed by surendra singh lilhore)
|
2015-09-09 11:03:57 +05:30 |
|
Akira Ajisaka
|
65ccf2b125
|
HDFS-8388. Time and Date format need to be in sync in NameNode UI page. Contributed by Surendra Singh Lilhore.
|
2015-09-02 14:28:38 +09:00 |
|
Akira Ajisaka
|
2e251a7674
|
HADOOP-12359. hadoop fs -getmerge doc is wrong. Contributed by Jagadesh Kiran N.
|
2015-09-01 20:55:33 +09:00 |
|
Akira Ajisaka
|
36b1a1e784
|
HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki.
|
2015-08-20 11:09:45 +09:00 |
|
Arpit Agarwal
|
9c3571ea60
|
HDFS-8911. NameNode Metric : Add Editlog counters as a JMX metric. (Contributed by Anu Engineer)
|
2015-08-19 09:42:35 -07:00 |
|
Benoy Antony
|
71aedfabf3
|
hadoop-12050. Enable MaxInactiveInterval for hadoop http auth token. Contributed by Huizhi Lu.
|
2015-08-18 13:43:34 -07:00 |
|
Xiaoyu Yao
|
a7862d5fe4
|
HDFS-8883. NameNode Metrics : Add FSNameSystem lock Queue Length. Contributed by Anu Engineer.
|
2015-08-17 10:15:56 -07:00 |
|
Akira Ajisaka
|
2a1d656196
|
Revert "HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)"
This reverts commit 02c01815ec .
|
2015-07-29 16:48:30 +09:00 |
|
Akira Ajisaka
|
e21dde501a
|
HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak.
|
2015-07-28 11:33:10 +09:00 |
|
Akira Ajisaka
|
02c01815ec
|
HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)
|
2015-07-24 11:37:23 +09:00 |
|
Jakob Homan
|
ab3197c204
|
HADOOP-12009: Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via jghoman)
|
2015-07-23 17:46:13 -07:00 |
|
cnauroth
|
a26cc66f38
|
HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R.
|
2015-07-21 14:12:03 -07:00 |
|
cnauroth
|
cb03768b1b
|
HDFS-8721. Add a metric for number of encryption zones. Contributed by Rakesh R.
|
2015-07-21 13:55:58 -07:00 |
|
Akira Ajisaka
|
d6675606dc
|
YARN-3069. Document missing properties in yarn-default.xml. Contributed by Ray Chiang.
|
2015-07-13 12:57:01 +09:00 |
|
Steve Loughran
|
076948d9a4
|
Revert "HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)"
This reverts commit 3dfa8161f9 .
|
2015-06-30 11:54:12 +01:00 |
|
Steve Loughran
|
3dfa8161f9
|
HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)
|
2015-06-28 19:14:00 +01:00 |
|
Akira Ajisaka
|
dbed757cba
|
HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Contributed by Kazuho Fujii.
|
2015-06-05 01:45:34 +09:00 |
|
Colin Patrick Mccabe
|
a1140959da
|
HADOOP-11894. Bump the version of Apache HTrace to 3.2.0-incubating (Masatake Iwasaki via Colin P. McCabe)
|
2015-05-28 12:00:55 -07:00 |
|
Allen Wittenauer
|
cbba7d68f0
|
HADOOP-11142. Remove hdfs dfs reference from file system shell documentation (Kengo Seki via aw)
|
2015-05-28 10:57:04 -07:00 |
|
Allen Wittenauer
|
4d8fb8c19c
|
HADOOP-9891. CLIMiniCluster instructions fail with MiniYarnCluster ClassNotFoundException (Darrell Taylor via aw)
|
2015-05-27 16:36:55 -07:00 |
|
Akira Ajisaka
|
b2a40942c1
|
HADOOP-11955. Fix a typo in the cluster setup doc. Contributed by Yanjun Wang.
|
2015-05-22 16:09:01 +09:00 |
|
cnauroth
|
e422e76fca
|
HADOOP-11963. Metrics documentation for FSNamesystem misspells PendingDataNodeMessageCount. Contributed by Anu Engineer.
|
2015-05-19 11:50:27 -07:00 |
|
Akira Ajisaka
|
3b50dcdce4
|
HADOOP-10971. Add -C flag to make hadoop fs -ls print filenames only. Contributed by Kengo Seki.
|
2015-05-19 17:25:27 +09:00 |
|
Akira Ajisaka
|
cab0dadbd8
|
HADOOP-11988. Fix typo in the document for hadoop fs -find. Contributed by Kengo Seki.
|
2015-05-17 13:35:51 +09:00 |
|
Zhijie Shen
|
fcd0702c10
|
YARN-3539. Updated timeline server documentation and marked REST APIs evolving. Contributed by Steve Loughran.
|
2015-05-12 21:13:22 -07:00 |
|
Allen Wittenauer
|
c945c20483
|
HADOOP-11590. Update sbin commands and documentation to use new --slaves option (aw)
|
2015-05-08 15:27:25 -07:00 |
|
Colin Patrick Mccabe
|
8f7c2364d7
|
HDFS-8284. Update documentation about how to use HTrace with HDFS (Masatake Iwasaki via Colin P. McCabe)
|
2015-05-08 12:30:03 -07:00 |
|
Akira Ajisaka
|
ac281e3fc8
|
HADOOP-11627. Remove io.native.lib.available. Contributed by Brahma Reddy Battula.
|
2015-04-24 08:08:55 +09:00 |
|
Akira Ajisaka
|
83979e61a4
|
MAPREDUCE-6307. Remove property mapreduce.tasktracker.taskmemorymanager.monitoringinterval. Contributed by J.Andreina.
|
2015-04-10 20:21:00 +09:00 |
|
Allen Wittenauer
|
b30ca8ce0e
|
HADOOP-11553. Foramlize the shell API (aw)
|
2015-03-26 15:09:51 -07:00 |
|
Tsuyoshi Ozawa
|
6e891a921e
|
HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena.
|
2015-03-24 20:57:39 +09:00 |
|
cnauroth
|
fb34f45727
|
HDFS-7491. Add incremental blockreport latency to DN metrics. Contributed by Ming Ma.
|
2015-03-11 14:11:19 -07:00 |
|
Akira Ajisaka
|
dd9cd0797c
|
HADOOP-11615. Update ServiceLevelAuth.md for YARN. Contributed by Brahma Reddy Battula.
|
2015-03-01 22:16:06 -08:00 |
|
Tsuyoshi Ozawa
|
e9ac88aac7
|
HADOOP-11634. Description of webhdfs' principal/keytab should switch places each other. Contributed by Brahma Reddy Battula.
|
2015-03-02 04:18:07 +09:00 |
|
Allen Wittenauer
|
dce8b9c4d0
|
HADOOP-11637. bash location hard-coded in shell scripts (aw)
|
2015-02-26 09:29:16 -08:00 |
|
Allen Wittenauer
|
208430a15d
|
HADOOP-11625. Minor fixes to command manual & SLA doc (aw)
|
2015-02-23 17:23:43 -08:00 |
|
cnauroth
|
02e7dec79d
|
HDFS-7773. Additional metrics in HDFS to be accessed via jmx. Contributed by Anu Engineer.
|
2015-02-20 12:37:48 -08:00 |
|