Skip to content

Commit

Permalink
self-reference is now of supertype SparkJobBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Macek committed May 11, 2016
1 parent 98d12f0 commit 5c2dfbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ trait NamedObjects {
def getNames(): Iterable[String]
}

trait NamedObjectSupport { self: SparkJob =>
trait NamedObjectSupport { self: SparkJobBase =>

// Note: the JobManagerActor sets the correct NamedObjects instance here before before running our job.
val namedObjectsPrivate: AtomicReference[NamedObjects] =
Expand Down

0 comments on commit 5c2dfbd

Please sign in to comment.