RamakrishnaChilaka commented on a change in pull request #861:
URL: https://github.com/apache/submarine/pull/861#discussion_r785660012
##########
File path: submarine-security/spark-security/pom.xml
##########
@@ -572,6 +572,20 @@
</build>
<profiles>
+ <profile>
+ <id>spark-3.2</id>
+ <properties>
+ <spark.version>3.2.0</spark.version>
+ <scala.version>2.12.14</scala.version>
+ <scala.binary.version>2.12</scala.binary.version>
+ <!--<scalatest.version>3.2.0</scalatest.version>-->
+ <spark.compatible.version>3</spark.compatible.version>
+ <commons-lang3.version>3.10</commons-lang3.version>
+ <jackson-databind.version>2.10.5</jackson-databind.version>
+ <jackson-annotations.version>2.10.5</jackson-annotations.version>
Review comment:
i agree @anumee , but ranger versions do have a seperate profile
altogether.. as this spark 3.2 profile can be used with a different version of
ranger as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]