Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/8585 )
Change subject: [spark] add 'local-cluster' mode for unit test ...................................................................... Patch Set 1: > (5 comments) > > I wasn't able to get the tests to run on my system, I got a bunch > of error messages like this: > > 12:22:13.383 [ERROR - ExecutorRunner for app-20171121122213-0000/0] > (Logging.scala:91) Error running executor > java.lang.IllegalStateException: Cannot find any build directories. > at > org.apache.spark.launcher.CommandBuilderUtils.checkState(CommandBuilderUtils.java:248) > at > org.apache.spark.launcher.AbstractCommandBuilder.getScalaVersion(AbstractCommandBuilder.java:241) > at > org.apache.spark.launcher.AbstractCommandBuilder.buildClassPath(AbstractCommandBuilder.java:195) > at > org.apache.spark.launcher.AbstractCommandBuilder.buildJavaCommand(AbstractCommandBuilder.java:118) > at > org.apache.spark.launcher.WorkerCommandBuilder.buildCommand(WorkerCommandBuilder.scala:39) > at > org.apache.spark.launcher.WorkerCommandBuilder.buildCommand(WorkerCommandBuilder.scala:47) > at > org.apache.spark.deploy.worker.CommandUtils$.buildCommandSeq(CommandUtils.scala:63) > at > org.apache.spark.deploy.worker.CommandUtils$.buildProcessBuilder(CommandUtils.scala:51) > at > org.apache.spark.deploy.worker.ExecutorRunner.org$apache$spark$deploy$worker$ExecutorRunner$$fetchAndRunExecutor(ExecutorRunner.scala:145) > at > org.apache.spark.deploy.worker.ExecutorRunner$$anon$1.run(ExecutorRunner.scala:73) > > > > Does that ring any bells? Yes, it should be caused by either the "SPARK_HOME" is not properly set, or you did not happen to build the source code pointed by the "SPARK_HOME"? Sorry that I should also document the latter. -- To view, visit http://gerrit.cloudera.org:8080/8585 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I07b2daad6f6883eb7425fa7132208818bbe65788 Gerrit-Change-Number: 8585 Gerrit-PatchSet: 1 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Comment-Date: Tue, 21 Nov 2017 21:22:31 +0000 Gerrit-HasComments: No
