|
@@ -135,8 +135,9 @@ class JobSubmitter {
|
|
short replication) throws IOException {
|
|
short replication) throws IOException {
|
|
Configuration conf = job.getConfiguration();
|
|
Configuration conf = job.getConfiguration();
|
|
if (!(conf.getBoolean(Job.USED_GENERIC_PARSER, false))) {
|
|
if (!(conf.getBoolean(Job.USED_GENERIC_PARSER, false))) {
|
|
- LOG.warn("Use GenericOptionsParser for parsing the arguments. " +
|
|
|
|
- "Applications should implement Tool for the same.");
|
|
|
|
|
|
+ LOG.warn("Hadoop command-line option parsing not performed. " +
|
|
|
|
+ "Implement the Tool interface and execute your application " +
|
|
|
|
+ "with ToolRunner to remedy this.");
|
|
}
|
|
}
|
|
|
|
|
|
// get all the command line arguments passed in by the user conf
|
|
// get all the command line arguments passed in by the user conf
|