mirror of https://github.com/apache/druid.git
Better usage messages for CliHadoopIndexer.
This commit is contained in:
parent
953c855410
commit
890ba5a4ca
|
@ -54,11 +54,11 @@ public class CliHadoopIndexer implements Runnable
|
||||||
private String argumentSpec;
|
private String argumentSpec;
|
||||||
|
|
||||||
@Option(name = {"-c", "--coordinate", "hadoopDependencies"},
|
@Option(name = {"-c", "--coordinate", "hadoopDependencies"},
|
||||||
description = "The maven coordinates to the version of hadoop and all dependencies to run with. Defaults to using org.apache.hadoop:hadoop-client:2.3.0")
|
description = "extra dependencies to pull down (e.g. non-default hadoop coordinates or extra hadoop jars)")
|
||||||
private List<String> coordinates;
|
private List<String> coordinates;
|
||||||
|
|
||||||
@Option(name = "--no-default-hadoop",
|
@Option(name = "--no-default-hadoop",
|
||||||
description = "don't pull down the default HadoopIndexTask dependencies",
|
description = "don't pull down the default hadoop version (currently org.apache.hadoop:hadoop-client:2.3.0)",
|
||||||
required = false)
|
required = false)
|
||||||
public boolean noDefaultHadoop;
|
public boolean noDefaultHadoop;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue