Compare commits

...

6 Commits

Author SHA1 Message Date
AlixMetivier
e8c422cb7a Update ExtendedNodeConnectionContextUtils.java 2021-09-16 09:33:57 +02:00
unknown
df18989737 Merge branch 'maintenance/7.3' of https://github.com/Talend/tcommon-studio-se into feat/TBD-12334 2021-09-13 10:48:05 +02:00
unknown
4d651b18ba wip 2021-09-13 10:47:55 +02:00
unknown
f67f9ace02 Merge branch 'maintenance/7.3' of https://github.com/Talend/tcommon-studio-se into feat/TBD-12334 2021-09-10 15:30:11 +02:00
unknown
5732c26a3e wip 2021-09-07 11:17:27 +02:00
unknown
b844ead416 feat(TBD-12334): add run submit mode to dbr and wizard 2021-09-07 11:03:15 +02:00
3 changed files with 4 additions and 0 deletions

View File

@@ -321,6 +321,8 @@ public class ConnParameterKeys {
public static final String CONN_PARA_KEY_DATABRICKS_ENDPOINT="CONN_PARA_KEY_DATABRICKS_ENDPOINT";
public static final String CONN_PARA_KEY_DATABRICKS_CLOUD_PROVIDER = "CONN_PARA_KEY_DATABRICKS_CLOUD_PROVIDER";
public static final String CONN_PARA_KEY_DATABRICKS_RUN_MODE = "CONN_PARA_KEY_DATABRICKS_RUN_MODE";
public static final String CONN_PARA_KEY_DATABRICKS_CLUSTER_ID="CONN_PARA_KEY_DATABRICKS_CLUSTER_ID";

View File

@@ -115,6 +115,7 @@ public enum EHadoopProperties {
DATABRICKS_ENDPOINT,
DATABRICKS_CLOUD_PROVIDER,
DATABRICKS_RUN_MODE,
DATABRICKS_CLUSTER_ID,
DATABRICKS_TOKEN,
DATABRICKS_DBFS_DEP_FOLDER;

View File

@@ -135,6 +135,7 @@ public class ExtendedNodeConnectionContextUtils {
// DataBricks
DataBricksEndpoint,
DatabricksRunMode,
DataBricksCloudProvider,
DataBricksClusterId,
DataBricksToken,