MAPREDUCE-6389. Fix BaileyBorweinPlouffe CLI usage message. Contributed by
Brahma Reddy Battula.
This commit is contained in:
parent
6785661e55
commit
c7729efee8
@ -468,6 +468,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
MAPREDUCE-6350. JobHistory doesn't support fully-functional search.
|
MAPREDUCE-6350. JobHistory doesn't support fully-functional search.
|
||||||
(Siqi Li via devaraj)
|
(Siqi Li via devaraj)
|
||||||
|
|
||||||
|
MAPREDUCE-6389. Fix BaileyBorweinPlouffe CLI usage message. (Brahma Reddy Battula
|
||||||
|
via devaraj)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -400,7 +400,7 @@ private static void compute(int startDigit, int nDigits, int nMaps,
|
|||||||
*/
|
*/
|
||||||
public int run(String[] args) throws IOException {
|
public int run(String[] args) throws IOException {
|
||||||
if (args.length != 4) {
|
if (args.length != 4) {
|
||||||
System.err.println("Usage: java " + getClass().getName()
|
System.err.println("Usage: bbp "
|
||||||
+ " <startDigit> <nDigits> <nMaps> <workingDir>");
|
+ " <startDigit> <nDigits> <nMaps> <workingDir>");
|
||||||
ToolRunner.printGenericCommandUsage(System.err);
|
ToolRunner.printGenericCommandUsage(System.err);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user