1
0

[HUDI-492]Fix show env all in hudi-cli

This commit is contained in:
hongdongdong
2020-01-03 11:25:15 +08:00
committed by n3nash
parent e1e5fe3324
commit ff1113f3b7

View File

@@ -46,7 +46,7 @@ public class SparkEnvCommand implements CommandMarker {
env.put(map[0].trim(), map[1].trim());
}
@CliCommand(value = "show env all", help = "Show spark launcher envs")
@CliCommand(value = "show envs all", help = "Show spark launcher envs")
public String showAllEnv() {
String[][] rows = new String[env.size()][2];
int i = 0;