Skip to content

Commit

Permalink
[dist][hotfix] Fix name of Hadoop filesystem plugin
Browse files Browse the repository at this point in the history
Do not rename JAR file

Issue #178
  • Loading branch information
michaelkoepf committed Dec 17, 2024
1 parent a415964 commit afbde44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluss-dist/src/main/assemblies/plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

<files>
<!-- filesystem -->
<!-- output directory and plugin JAR should correspond to the file system *schema*, i.e., plugins/<schema>/ and fluss-fs-<schema>-${project.version}.jar -->
<!-- output directory should correspond to the file system *schema* name, i.e., plugins/<schema>/ -->
<file>
<source>../fluss-filesystems/fluss-fs-hadoop/target/fluss-fs-hadoop-${project.version}-with-dependencies.jar</source>
<outputDirectory>plugins/hdfs/</outputDirectory>
<destName>fluss-fs-hdfs-${project.version}.jar</destName>
<destName>fluss-fs-hadoop-${project.version}.jar</destName>
<fileMode>0644</fileMode>
</file>

Expand Down

0 comments on commit afbde44

Please sign in to comment.