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

[NSE-368]Update emr-6.3.0 support #402

Merged
merged 1 commit into from
Jul 8, 2021
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 @@ -74,6 +74,12 @@
<hadoop.version>3.2.2</hadoop.version>
</properties>
</profile>
<profile>
<id>emr-6.3.0</id>
<properties>
<hadoop.version>3.2.1</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.

seems a simple patch, is this enough? @haojinIntel

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