MAPREDUCE-6389. Fix BaileyBorweinPlouffe CLI usage message. Contributed by

Brahma Reddy Battula.

(cherry picked from commit c7729efee8)
This commit is contained in:
Devaraj K 2015-06-10 21:05:10 +05:30
parent 5426e3e929
commit b117527bf3
2 changed files with 4 additions and 1 deletions

View File

@ -210,6 +210,9 @@ Release 2.8.0 - UNRELEASED
MAPREDUCE-6350. JobHistory doesn't support fully-functional search.
(Siqi Li via devaraj)
MAPREDUCE-6389. Fix BaileyBorweinPlouffe CLI usage message. (Brahma Reddy Battula
via devaraj)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -400,7 +400,7 @@ public class BaileyBorweinPlouffe extends Configured implements Tool {
*/
public int run(String[] args) throws IOException {
if (args.length != 4) {
System.err.println("Usage: java " + getClass().getName()
System.err.println("Usage: bbp "
+ " <startDigit> <nDigits> <nMaps> <workingDir>");
ToolRunner.printGenericCommandUsage(System.err);
return -1;