Akira Ajisaka
|
ac281e3fc8
|
HADOOP-11627. Remove io.native.lib.available. Contributed by Brahma Reddy Battula.
|
2015-04-24 08:08:55 +09:00 |
|
Vinod Kumar Vavilapalli
|
f5fe35e297
|
YARN-3413. Changed Nodelabel attributes (like exclusivity) to be settable only via addToClusterNodeLabels but not changeable at runtime. (Wangda Tan via vinodkv)
|
2015-04-23 11:19:55 -07:00 |
|
Tsuyoshi Ozawa
|
252e69f562
|
Fix a misleading summary of MAPREDUCE-6330 in CHANGES.txt.
|
2015-04-23 03:28:23 +09:00 |
|
Tsuyoshi Ozawa
|
e33594dd87
|
MAPREDUCE-6330. Fix typo in some Task Attempt API's URL. Contributed by Ryu Kobayashi.
|
2015-04-23 03:21:42 +09:00 |
|
Gera Shegalov
|
89ded89e86
|
MAPREDUCE-6297. Task Id of the failed task in diagnostics should link to the task page. (Siqi Li via gera)
|
2015-04-21 13:57:23 -07:00 |
|
Gera Shegalov
|
725eb52ddc
|
MAPREDUCE-6293. Set job classloader on uber-job's LocalContainerLauncher event thread. (Sangjin Lee via gera)
|
2015-04-21 13:57:22 -07:00 |
|
Vinod Kumar Vavilapalli
|
d52de61544
|
Set the release date for 2.7.0
|
2015-04-20 20:16:58 -07:00 |
|
Robert Kanter
|
d50e8f0928
|
MAPREDUCE-6238. MR2 can't run local jobs with -libjars command options which is a regression from MR1 (zxu via rkanter)
|
2015-04-20 14:14:08 -07:00 |
|
Jian He
|
bb6dde68f1
|
YARN-3021. YARN's delegation-token handling disallows certain trust setups to operate properly over DistCp. Contributed by Yongjun Zhang
|
2015-04-16 19:43:37 -07:00 |
|
Akira Ajisaka
|
1fa8075794
|
MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li.
|
2015-04-16 10:04:09 -05:00 |
|
Akira Ajisaka
|
2c17da4208
|
Revert "MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li."
This reverts commit 6ac98b4804 .
|
2015-04-11 12:37:12 +09:00 |
|
Jian He
|
577d755e4b
|
YARN-3348. Add a 'yarn top' tool to help understand cluster usage. Contributed by Varun Vasudev
|
2015-04-10 09:57:17 -07:00 |
|
Akira Ajisaka
|
6ac98b4804
|
MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li.
|
2015-04-11 01:31:31 +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 |
|
Harsh J
|
c91b2de68a
|
MAPREDUCE-6314. TestPipeApplication fails on trunk. Contributed by Varun Vasudev.
|
2015-04-10 14:02:26 +05:30 |
|
Vinod Kumar Vavilapalli
|
623fd46c1e
|
Adding release 2.7.1 to CHANGES.txt
|
2015-04-09 13:54:20 -07:00 |
|
Robert Kanter
|
c4986b2d00
|
MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter)
|
2015-04-09 13:48:14 -07:00 |
|
Hitesh Shah
|
265ed1fe80
|
YARN-2890. MiniYarnCluster should turn on timeline service if configured to do so. Contributed by Mit Desai.
|
2015-04-08 14:13:10 -07:00 |
|
Gera Shegalov
|
a0795c1e81
|
MAPREDUCE-4844. Counters / AbstractCounters have constant references not declared final. (Brahma Reddy Battula via gera)
|
2015-04-03 10:28:52 -07:00 |
|
Junping Du
|
eccb7d46ef
|
MAPREDUCE-6303. Read timeout when retrying a fetch error can be fatal to a reducer. Contributed by Jason Lowe.
|
2015-04-02 12:13:03 -07:00 |
|
Vinod Kumar Vavilapalli
|
e428fea730
|
Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this.
|
2015-03-31 13:29:20 -07:00 |
|
Vinod Kumar Vavilapalli
|
cc0a01c503
|
Revert "MAPREDUCE-6288. Changed permissions on JobHistory server's done directory so that user's client can load the conf files directly. Contributed by Robert Kanter."
This reverts commit 5358b83167 .
|
2015-03-30 14:48:21 -07:00 |
|
Vinod Kumar Vavilapalli
|
5358b83167
|
MAPREDUCE-6288. Changed permissions on JobHistory server's done directory so that user's client can load the conf files directly. Contributed by Robert Kanter.
|
2015-03-30 10:27:19 -07:00 |
|
Vinod Kumar Vavilapalli
|
c358368f51
|
YARN-3304. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. Contributed by Junping Du and Karthik Kambatla.
|
2015-03-30 10:09:40 -07:00 |
|
Harsh J
|
27d49e6714
|
MAPREDUCE-6291. Correct mapred queue usage command. Contributed by Brahma Reddy Battula.
|
2015-03-28 11:58:17 +05:30 |
|
Tsuyoshi Ozawa
|
05499b1093
|
MAPREDUCE-6294. Remove an extra parameter described in Javadoc of TockenCache. Contributed by Brahma Reddy Battula.
|
2015-03-28 00:08:35 +09:00 |
|
cnauroth
|
4528eb9fb2
|
HADOOP-11524. hadoop_do_classpath_subcommand throws a shellcheck warning. Contributed by Chris Nauroth.
|
2015-03-25 22:36:09 -07:00 |
|
Akira Ajisaka
|
c770df49b4
|
MAPREDUCE-6292. Use org.junit package instead of junit.framework in TestCombineFileInputFormat. (aajisaka)
|
2015-03-25 19:00:35 +09:00 |
|
Harsh J
|
b6dea9776b
|
MAPREDUCE-579. Streaming slowmatch documentation.
|
2015-03-25 14:39:00 +05:30 |
|
Tsuyoshi Ozawa
|
4170c99147
|
MAPREDUCE-6285. ClientServiceDelegate should not retry upon AuthenticationException. Contributed by Jonathan Eagles.
|
2015-03-25 00:56:26 +09:00 |
|
Devaraj K
|
7e6f384dd7
|
MAPREDUCE-6242. Progress report log is incredibly excessive in application
master. Contributed by Varun Saxena.
|
2015-03-23 22:51:20 +05:30 |
|
Harsh J
|
b375d1fc93
|
MAPREDUCE-6287. Deprecated methods in org.apache.hadoop.examples.Sort. Contributed by Chao Zhang.
|
2015-03-23 03:48:36 +05:30 |
|
Harsh J
|
4cd54d9a29
|
MAPREDUCE-5448. Addendum fix to remove deprecation warning by junit.Assert import in TestFileOutputCommitter.
|
2015-03-22 10:33:15 +05:30 |
|
Harsh J
|
8770c82acc
|
MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0.
|
2015-03-22 10:15:52 +05:30 |
|
Harsh J
|
1d5c796d65
|
MAPREDUCE-5190. Unnecessary condition test in RandomSampler. Contributed by Jingguo Yao.
|
2015-03-22 10:03:25 +05:30 |
|
Harsh J
|
b46c2bb51a
|
MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with invisible files/folders. Contributed by Maysam Yabandeh.
|
2015-03-22 09:45:48 +05:30 |
|
Harsh J
|
433542904a
|
MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu.
|
2015-03-22 02:51:02 +05:30 |
|
Harsh J
|
e1e09052e8
|
MAPREDUCE-6213. NullPointerException caused by job history server addr not resolvable. Contributed by Peng Zhang.
|
2015-03-22 02:44:36 +05:30 |
|
Harsh J
|
7a678db3ac
|
MAPREDUCE-6239. Consolidate TestJobConf classes in hadoop-mapreduce-client-jobclient and hadoop-mapreduce-client-core. Contributed by Varun Saxena.
|
2015-03-21 09:43:29 +05:30 |
|
Robert Kanter
|
d4f7e2507f
|
MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter)
|
2015-03-20 13:11:58 -07:00 |
|
Akira Ajisaka
|
8041267f02
|
MAPREDUCE-4424. 'mapred job -list' command should show the job name as well. Contributed by Avinash Kujur.
|
2015-03-20 18:46:51 +09:00 |
|
Jason Lowe
|
91baca145a
|
MAPREDUCE-6275. Race condition in FileOutputCommitter v2 for user-specified task output subdirs. Contributed by Gera Shegalov and Siqi Li
|
2015-03-19 21:39:21 +00:00 |
|
Tsuyoshi Ozawa
|
1ccbc29708
|
MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.
|
2015-03-20 00:58:34 +09:00 |
|
Jason Lowe
|
30da99cbaf
|
MAPREDUCE-6277. Job can post multiple history files if attempt loses connection to the RM. Contributed by Chang Li
|
2015-03-18 19:30:37 +00:00 |
|
Harsh J
|
9d72f93975
|
MAPREDUCE-5807. Print usage for TeraSort job. Contributed by Rohith.
|
2015-03-18 15:36:52 +05:30 |
|
Harsh J
|
e5370477c2
|
MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed by Amir Sanjar.
|
2015-03-17 14:11:54 +05:30 |
|
Tsuyoshi Ozawa
|
bb243cea93
|
MAPREDUCE-5755. MapTask.MapOutputBuffer#compare/swap should have @Override annotation. (ozawa)
|
2015-03-17 14:55:15 +09:00 |
|
Harsh J
|
f222bde273
|
MAPREDUCE-6100. replace mapreduce.job.credentials.binary with MRJobConfig.MAPREDUCE_JOB_CREDENTIALS_BINARY for better readability. Contributed by Zhihai Xu.
|
2015-03-17 11:06:35 +05:30 |
|
Harsh J
|
685dbafbe2
|
MAPREDUCE-6105. nconsistent configuration in property mapreduce.reduce.shuffle.merge.percent. Contributed by Ray Chiang.
|
2015-03-17 02:28:09 +05:30 |
|
Harsh J
|
587d8be17b
|
MAPREDUCE-4414. Add main methods to JobConf and YarnConfiguration, for debug purposes. Contributed by Plamen Jeliazkov.
|
2015-03-17 01:03:08 +05:30 |
|