Skip to content

Commit

Permalink
[FLINK-22346][sql-client] Remove sql-client-defaults.yaml
Browse files Browse the repository at this point in the history
This closes apache#15670
  • Loading branch information
fsk119 committed Apr 20, 2021
1 parent 5588bc9 commit cd3415f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 150 deletions.
9 changes: 1 addition & 8 deletions flink-dist/src/main/assemblies/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@ under the License.
<fileMode>0755</fileMode>
</fileSet>

<!-- copy SQL client configuration files -->
<fileSet>
<directory>../flink-table/flink-sql-client/conf/</directory>
<outputDirectory>conf</outputDirectory>
<fileMode>0644</fileMode>
</fileSet>

<!-- copy yarn start scripts -->
<fileSet>
<directory>src/main/flink-bin/yarn-bin</directory>
Expand All @@ -169,7 +162,7 @@ under the License.
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
</fileSet>

<!-- copy default configuration -->
<fileSet>
<directory>src/main/flink-bin/conf</directory>
Expand Down
142 changes: 0 additions & 142 deletions flink-table/flink-sql-client/conf/sql-client-defaults.yaml

This file was deleted.

0 comments on commit cd3415f

Please sign in to comment.