You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Gaurav Rawat (Jira)" <ji...@apache.org> on 2021/04/16 02:14:00 UTC

[jira] [Created] (KYLIN-4976) error java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)[Ljava/lang/Object; while building sample cube

Gaurav Rawat created KYLIN-4976:
-----------------------------------

             Summary: error java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)[Ljava/lang/Object; while building sample cube
                 Key: KYLIN-4976
                 URL: https://issues.apache.org/jira/browse/KYLIN-4976
             Project: Kylin
          Issue Type: Bug
    Affects Versions: v4.0.0-beta
            Reporter: Gaurav Rawat


running kylin 4.0.0 and when building the sample cube get the below error on spark 2.4.6 EMR 6.0.0

 
{code:java}
2021-04-16 02:03:59,074 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 : Exception in thread "main" java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)[Ljava/lang/Object;
2021-04-16 02:03:59,074 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmitUtils$.parseSparkConfProperty(SparkSubmit.scala:1331)
2021-04-16 02:03:59,074 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmitArguments.handle(SparkSubmitArguments.scala:448)
2021-04-16 02:03:59,074 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.launcher.SparkSubmitOptionParser.parse(SparkSubmitOptionParser.java:163)
2021-04-16 02:03:59,074 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmitArguments.<init>(SparkSubmitArguments.scala:109)
2021-04-16 02:03:59,075 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmit$$anon$2$$anon$3.<init>(SparkSubmit.scala:907)
2021-04-16 02:03:59,075 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmit$$anon$2.parseArguments(SparkSubmit.scala:907)
2021-04-16 02:03:59,075 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:81)
2021-04-16 02:03:59,075 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:920)
2021-04-16 02:03:59,075 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:929)
2021-04-16 02:03:59,075 INFO  [Scheduler 866535267 Job 6122e04d-ee8d-41ec-acee-bc44429fc437-49] job.NSparkExecutable:41 :       at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)