Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
61199f15
Commit
61199f15
authored
Jan 23, 2022
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级Flink1.14.3并修复提交任务缺类的bug
parent
fa4e61cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
61 deletions
+12
-61
pom.xml
dlink-client/dlink-client-1.14/pom.xml
+5
-59
pom.xml
dlink-client/dlink-client-hadoop/pom.xml
+1
-1
index.tsx
dlink-web/src/components/Studio/StudioHome/index.tsx
+0
-1
Welcome.tsx
dlink-web/src/pages/Welcome.tsx
+6
-0
No files found.
dlink-client/dlink-client-1.14/pom.xml
View file @
61199f15
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<flink.version>
1.14.
2
</flink.version>
<flink.version>
1.14.
3
</flink.version>
<scala.binary.version>
2.11
</scala.binary.version>
<scala.binary.version>
2.11
</scala.binary.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
@@ -87,63 +87,9 @@
...
@@ -87,63 +87,9 @@
<groupId>
com.dlink
</groupId>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-common
</artifactId>
<artifactId>
dlink-common
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
commons-cli
</groupId>
<artifactId>
commons-cli
</artifactId>
</dependency>
</dependencies>
</dependencies>
<!--<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<!–打jar包–>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>reference.conf</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>uber</shadedClassifierName>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>-->
</project>
</project>
\ No newline at end of file
dlink-client/dlink-client-hadoop/pom.xml
View file @
61199f15
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<!--<scope.type>provided</scope.type>-->
<!--<scope.type>provided</scope.type>-->
<hadoop.version>
2.7.7
</hadoop.version>
<hadoop.version>
3.1.0
</hadoop.version>
<scope.type>
compile
</scope.type>
<scope.type>
compile
</scope.type>
</properties>
</properties>
...
...
dlink-web/src/components/Studio/StudioHome/index.tsx
View file @
61199f15
...
@@ -19,7 +19,6 @@ const StudioHome = (props: any) => {
...
@@ -19,7 +19,6 @@ const StudioHome = (props: any) => {
<
Title
level=
{
5
}
>
快捷键
</
Title
>
<
Title
level=
{
5
}
>
快捷键
</
Title
>
<
Paragraph
>
<
Paragraph
>
<
Text
keyboard
>
Ctrl + s
</
Text
>
保存
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
Ctrl + s
</
Text
>
保存
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
Alt + 1
</
Text
>
保存
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
Alt + 2
</
Text
>
校验
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
Alt + 2
</
Text
>
校验
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
Alt + 3
</
Text
>
美化
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
Alt + 3
</
Text
>
美化
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
F2
</
Text
>
全屏
<
Divider
type=
"vertical"
/>
<
Text
keyboard
>
F2
</
Text
>
全屏
<
Divider
type=
"vertical"
/>
...
...
dlink-web/src/pages/Welcome.tsx
View file @
61199f15
...
@@ -610,6 +610,12 @@ export default (): React.ReactNode => {
...
@@ -610,6 +610,12 @@ export default (): React.ReactNode => {
<
li
>
<
li
>
<
Link
>
修复 全屏开发退出后 sql 不同步
</
Link
>
<
Link
>
修复 全屏开发退出后 sql 不同步
</
Link
>
</
li
>
</
li
>
<
li
>
<
Link
>
升级 Flink 1.14.2 到 1.14.3
</
Link
>
</
li
>
<
li
>
<
Link
>
修复 Flink 1.14 提交任务报错缺类 bug
</
Link
>
</
li
>
</
ul
>
</
ul
>
</
Paragraph
>
</
Paragraph
>
</
Timeline
.
Item
>
</
Timeline
.
Item
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment