public class SparkRuntimeContext extends Object implements Serializable
| Constructor and Description | 
|---|
| SparkRuntimeContext(String jobName,
                   org.apache.spark.Accumulator<Map<String,Map<String,Long>>> counters,
                   org.apache.spark.broadcast.Broadcast<byte[]> broadConf) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.conf.Configuration | getConfiguration() | 
| void | initialize(DoFn<?,?> fn,
          Integer tid) | 
| void | setConf(org.apache.spark.broadcast.Broadcast<byte[]> broadConf) | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.