Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10927 )
Change subject: Change yetus dependency to compile in spark modules ...................................................................... Change yetus dependency to compile in spark modules Due to Spark’s usage of reflection the Yetus annotation is required at runtime. Because it is getting in the way of other development and Yetus is a small dependency, I changed the scope to compile in the Spark modules to ensure the class is available. See KUDU-2500 for details and to track the final solution. Change-Id: I16867a75b7f29f57c557449f94e52439cb9642c9 Reviewed-on: http://gerrit.cloudera.org:8080/10927 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> Reviewed-by: Tony Foerster <[email protected]> --- M java/kudu-backup/build.gradle M java/kudu-backup/pom.xml M java/kudu-spark-tools/build.gradle M java/kudu-spark-tools/pom.xml M java/kudu-spark/build.gradle M java/kudu-spark/pom.xml 6 files changed, 24 insertions(+), 27 deletions(-) Approvals: Kudu Jenkins: Verified Mike Percy: Looks good to me, approved Tony Foerster: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/10927 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I16867a75b7f29f57c557449f94e52439cb9642c9 Gerrit-Change-Number: 10927 Gerrit-PatchSet: 3 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tony Foerster <[email protected]>
