Mladen Kovacevic has posted comments on this change. Change subject: Running kudu-spark tests alone fail finding build dir ......................................................................
Patch Set 2: So this is interesting. If I go under java/kudu-spark and from there run "mvn clean package -DskipTests", I can see it download the kudu-client to pop into .m2. In this case, I actually modified kudu-client, so it would even fail to build kudu-spark. I'd need to go under kudu-client, run "mvn install -DskipTests", then *my* version of kudu-client is put into .m2 and so re-running the build in kudu-spark directory works. I just wanted to make sure that once you pull down the image, if you go straight into kudu-spark, the build and running the testcases should just work. Today they don't. -- To view, visit http://gerrit.cloudera.org:8080/4630 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib452086cf57a3cb4249bb7c1f91c7572e55466ce Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mladen Kovacevic <mlad...@gmail.com> Gerrit-Reviewer: Dan Burkert <d...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mladen Kovacevic <mlad...@gmail.com> Gerrit-Reviewer: Todd Lipcon <t...@apache.org> Gerrit-Reviewer: Will Berkeley <wdberke...@gmail.com> Gerrit-HasComments: No