edin : paolopatierno
Blog : DevExperience
From: yuzhih...@gmail.com
Date: Mon, 27 Jun 2016 10:28:50 -0700
Subject: Re: Utils and Logging cannot be accessed in package
To: ppatie...@live.com
CC: user@spark.apache.org
AFAICT Utils is private:
private[spark] object Utils extends Logging {
So is Log
AFAICT Utils is private:
private[spark] object Utils extends Logging {
So is Logging:
private[spark] trait Logging {
FYI
On Mon, Jun 27, 2016 at 8:20 AM, Paolo Patierno wrote:
> Hello,
>
> I'm trying to use the Utils.createTempDir() method importing
> org.apache.spark.util.Utils but the scal
Hello,
I'm trying to use the Utils.createTempDir() method importing
org.apache.spark.util.Utils but the scala compiler says me that :
object Utils in package util cannot be accessed in package org.apache.spark.util
I'm facing the same problem with Logging.
My sbt file has following dependency