1
0

[MINOR] Update spark master default to yarn (#2148)

This commit is contained in:
rmpifer
2020-10-05 15:22:28 -07:00
committed by GitHub
parent fdae388626
commit fed01cd3c9

View File

@@ -40,7 +40,7 @@ import java.util.Objects;
*/
public class SparkUtil {
private static final String DEFAULT_SPARK_MASTER = "yarn-client";
private static final String DEFAULT_SPARK_MASTER = "yarn";
/**
* TODO: Need to fix a bunch of hardcoded stuff here eg: history server, spark distro.