public class SparkPigContext extends Object
Constructor and Description |
---|
SparkPigContext() |
Modifier and Type | Method and Description |
---|---|
static SparkPigContext |
get() |
static ConcurrentHashMap<String,<any>> |
getBroadcastedVars() |
static int |
getDefaultParallelism() |
static int |
getParallelism(List<<any>> predecessors,
PhysicalOperator physicalOperator) |
static void |
setDefaultParallelism(int defaultParallelism) |
public static SparkPigContext get()
public static int getDefaultParallelism()
public static int getParallelism(List<<any>> predecessors, PhysicalOperator physicalOperator)
public static void setDefaultParallelism(int defaultParallelism)
public static ConcurrentHashMap<String,<any>> getBroadcastedVars()
Copyright © 2007-2017 The Apache Software Foundation