Skip to content

Commit

Permalink
Include presto-clickhouse in presto-tar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawalreetika authored and tdcmeehan committed Sep 8, 2022
1 parent bfa031e commit 638105c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions presto-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,14 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-clickhouse</artifactId>
<version>${project.version}</version>
<type>zip</type>
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down
4 changes: 4 additions & 0 deletions presto-server/src/main/assembly/presto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,9 @@
<directory>${project.build.directory}/dependency/presto-hudi-${project.version}</directory>
<outputDirectory>plugin/hudi</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.build.directory}/dependency/presto-clickhouse-${project.version}</directory>
<outputDirectory>plugin/clickhouse</outputDirectory>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 638105c

Please sign in to comment.