You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dinky-web/src/locales/en-US/pages.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -785,8 +785,10 @@ export default {
785
785
'rc.cc.sqlSubmitJarPath': 'Jar File Path',
786
786
'rc.cc.sqlSubmitJarPathHelp':
787
787
'Please enter the Jar file path! eg: hdfs:///dinky/dinky-app-1.16-with-dependencies.jar',
788
+
'rc.cc.sqlSubmitJarPathHelpTips':
789
+
'In Yarn mode, this parameter can be set to: hdfs:///dinky/dinky-app-1.17-with-dependencies.jar Alternatively, if rs:/dinky/inky app 1.17 with dependencies. jar is set to the rs:/ protocol, the jar package needs to be uploaded to Dinky`s resource center and the path filled in. In K8s mode, only the local://protocol is supported',
788
790
'rc.cc.start': 'Start Session Cluster',
789
-
'rc.cc.submitSqlConfig': 'Submit FlinkSQL Config items (required in Application mode)',
Copy file name to clipboardExpand all lines: dinky-web/src/pages/RegCenter/Cluster/Configuration/components/ConfigurationModal/ConfigurationForm/ApplicationConfig/index.tsx
0 commit comments