You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Praneeth Ramesh (JIRA)" <ji...@apache.org> on 2018/07/15 01:18:00 UTC

[jira] [Created] (SPARK-24808) Unable to get the SparkEnv.get.metricsSystem on Spark Shell

Praneeth Ramesh created SPARK-24808:
---------------------------------------

             Summary: Unable to get the SparkEnv.get.metricsSystem on Spark Shell
                 Key: SPARK-24808
                 URL: https://issues.apache.org/jira/browse/SPARK-24808
             Project: Spark
          Issue Type: Bug
          Components: Spark Core, Spark Shell
    Affects Versions: 2.3.1
         Environment: Using Scala version 2.11.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_144)
            Reporter: Praneeth Ramesh


Open a Spark Shell in local or on Stand alone Cluster

 

scala> import org.apache.spark.SparkEnv
import org.apache.spark.SparkEnv

scala> SparkEnv.get.metricsSystem
error: missing or invalid dependency detected while loading class file 'MetricsSystem.class'.
Could not access term eclipse in package org,
because it (or its dependencies) are missing. Check your build definition for
missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
A full rebuild may help if 'MetricsSystem.class' was compiled against an incompatible version of org.
error: missing or invalid dependency detected while loading class file 'MetricsSystem.class'.
Could not access term jetty in value org.eclipse,
because it (or its dependencies) are missing. Check your build definition for
missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
A full rebuild may help if 'MetricsSystem.class' was compiled against an incompatible version of org.eclipse.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org