Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add new module and add v11 thrift protocol
  • Loading branch information
AngersZhuuuu committed Oct 22, 2019
commit 8b56400a22daac58ff4f22dcca20a5cb4dc327df
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2974,6 +2974,13 @@
</modules>
</profile>

<profile>
<id>spark-thriftserver</id>
<modules>
<module>sql/thriftserver</module>
</modules>
</profile>

<profile>
<id>hadoop-cloud</id>
<modules>
Expand Down
Loading