Jason Darrell Lowe
|
a55ae9e988
|
svn merge -c 1503957 FIXES: MAPREDUCE-5380. Invalid mapred command should return non-zero exit code. Contributed by Stephen Chu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1503958 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 00:31:52 +00:00 |
Suresh Srinivas
|
a1235b5ba9
|
HADOOP-8562. Merge r1453486 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1485845 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 20:41:53 +00:00 |
Aaron Myers
|
ba7b51eec1
|
MAPREDUCE-5033. mapred shell script should respect usage flags (--help -help -h). Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1450585 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-27 02:43:27 +00:00 |
Siddharth Seth
|
aa53f366c8
|
merge MAPREDUCE-4123 from trunk. Remove the 'mapred groups' command, which is no longer supported. (Contributed by Devaraj K)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1393776 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 21:28:49 +00:00 |
Arun Murthy
|
6667d885bb
|
Merge -c 1390218 from trunk to branch-2 to fix MAPREDUCE-4649. Ensure MapReduce JobHistory Daemon doens't assume HADOOP_YARN_HOME and HADOOP_MAPRED_HOME are the same. Contributed by Vinod K V.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1390226 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-25 23:50:03 +00:00 |
Vinod Kumar Vavilapalli
|
c0ecbbc7b4
|
MAPREDUCE-3954. Added new envs to separate heap size for different daemons started via bin scripts. Contributed by Robert Joseph Evans.
svn merge --ignore-ancestry -c 1297174 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1297176 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-05 19:06:43 +00:00 |
Robert Joseph Evans
|
c5ee12af15
|
svn merge -c 1293469 trunk ot branch-0.23 FIXES MAPREDUCE-3918 proc_historyserver no longer in command line arguments for HistoryServer (Jon Eagles via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1293470 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 23:01:32 +00:00 |
Arun Murthy
|
984c80dffc
|
Merge -c 1241323 from trunk to branch-0.23 to fix MAPREDUCE-3817. Fixed bin/mapred to allow running of distcp and archive jobs. Contributed by Arpit Gupta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241324 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-07 01:50:23 +00:00 |
Arun Murthy
|
c6e7c24bde
|
Merge -c 1241250 from trunk to branch-0.23 to fix MAPREDUCE-3354. Changed scripts so that jobhistory server is started by bin/mapred instead of bin/yarn. Contributed by Jonathan Eagles.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241252 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-06 23:13:16 +00:00 |
Alejandro Abdelnur
|
4132e3991e
|
Merge -r 1236928:1236929 from trunk to branch. FIXES: HADOOP-7939
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1236934 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-28 00:10:34 +00:00 |
Robert Joseph Evans
|
142b34f065
|
merge MAPREDUCE-3194
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1235959 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-25 21:28:49 +00:00 |
Thomas White
|
90158a3ec2
|
Merge -r 1203454:1203455 from trunk to branch-0.23. Fixes: MAPREDUCE-3373
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1203458 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-18 01:01:20 +00:00 |
Eric Yang
|
6d1cf4e956
|
HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190453 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 17:08:35 +00:00 |
Arun Murthy
|
05475744fa
|
MAPREDUCE-2736. Resurrecting hadoop-mapreduce-project/bin
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190130 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 02:03:35 +00:00 |
Eli Collins
|
36f5e59b1f
|
MAPREDUCE-2736. svn merge -c 1189982 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190008 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 20:39:31 +00:00 |
Arun Murthy
|
cd7157784e
|
HADOOP-7560. Change src layout to be heirarchical. Contributed by Alejandro Abdelnur.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1161332 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-25 00:14:24 +00:00 |