Skip to content

Commit

Permalink
add tis-datax-local-executor-utils to datax-executor assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Apr 10, 2024
1 parent f3c92d6 commit d151216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tis-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
mountPath: /opt/app/tis-uber/tis-assemble/conf/tis-web-config/
- name: tis-console-pvc
mountPath: "/opt/data"
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0.17
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0.18
# command: [ "/bin/sh", "-c", "sleep 1000000" ]
ports:
- name: tis-8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ public interface IFlinkCluster extends IdentityName, IFlinkClusterConfig {
String SKIP_CLASSLOADER_FACTORY_CREATION = "skip_classloader_factory_creation";
String KEY_DISPLAY_NAME = "Flink-Cluster";
Set<String> SKIP_PLUGIN_NAMES = Collections.unmodifiableSet(
Sets.newHashSet(IFlinkCluster.PLUGIN_DEPENDENCY_FLINK_DEPENDENCY, IFlinkCluster.PLUGIN_SKIP_FLINK_EXTENDS));
Sets.newHashSet(IFlinkCluster.PLUGIN_DEPENDENCY_FLINK_DEPENDENCY//
, IFlinkCluster.PLUGIN_SKIP_FLINK_EXTENDS //
, "tis-datax-local-executor"));
}

0 comments on commit d151216

Please sign in to comment.