Compare commits

...

1 Commits

Author SHA1 Message Date
Laurent BOURGEOIS
da5417fab3 feat(TBD-10921): Squash to move to master (#3931) 2020-12-21 18:18:22 +01:00
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ package org.talend.core.hadoop;
public class HadoopConstants {
public static final String SPARK_LOCAL_MODE = "SPARK_LOCAL_MODE";
public static final String SPARK_LOCAL_VERSION = "SPARK_LOCAL_VERSION";
public static final String SPARK_MODE = "SPARK_MODE";

View File

@@ -30,5 +30,7 @@ public interface IHDistribution {
IHDistributionVersion getHDVersion(String v, boolean byDisplay);
boolean useCustom();
boolean isSparkLocal();
}