Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-382]Support GCP Dataproc 2.0 #392

Merged
Merged
Changes from all commits
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
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<hadoop.version>3.2.0</hadoop.version>
</properties>
</profile>
<profile>
<id>dataproc-2.0</id>
<properties>
<hadoop.version>3.2.2</hadoop.version>
</properties>
</profile>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the BKM verified on GCP by @HongW2019 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I confirmed with @HongW2019 for GCP support yesterday and all TPC-DS queries can be passed by using this change.

@HongW2019 closed this issue yesterday, but we actually haven't supported it in the source code.
This PR is to fix it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, besides Hadoop version support, there is no other place to be changed for GCP support.

<profile>
<id>incremental-scala-compiler</id>
<activation>
Expand Down