public final class Config extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
bsp_mode |
static int |
bsp_msg_size |
static boolean |
compile_functional_arguments |
static boolean |
distributed_mode |
static ArrayList<String> |
extra_args |
static boolean |
flink_mode |
static boolean |
groupJoinOpt |
static boolean |
hadoop_mode |
static boolean |
incremental |
static boolean |
info |
static boolean |
interactive |
static boolean |
local_mode |
static int |
map_cache_size |
static boolean |
map_reduce_mode |
static int |
mapjoin_size |
static int |
max_bag_size_print |
static long |
max_materialized_bag |
static int |
max_merged_streams |
static int |
nodes |
static boolean |
noMapJoin |
static boolean |
quiet_execution |
static long |
range_split_size |
static boolean |
selfJoinOpt |
static boolean |
spark_mode |
static int |
stream_tries |
static int |
stream_window |
static boolean |
testing |
static String |
tmpDirectory |
static boolean |
trace |
static boolean |
trace_execution |
static boolean |
trace_exp_execution |
static boolean |
use_combiner |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static Bag |
parse_args(String[] args,
org.apache.hadoop.conf.Configuration conf)
read configuration parameters from the Main args
|
static void |
read(org.apache.hadoop.conf.Configuration conf)
load the configuration parameters
|
static void |
write(org.apache.hadoop.conf.Configuration conf)
store the configuration parameters
|
public static boolean hadoop_mode
public static boolean local_mode
public static boolean distributed_mode
public static boolean map_reduce_mode
public static boolean bsp_mode
public static boolean spark_mode
public static boolean flink_mode
public static boolean interactive
public static boolean compile_functional_arguments
public static boolean trace
public static int nodes
public static boolean noMapJoin
public static int mapjoin_size
public static int map_cache_size
public static int max_bag_size_print
public static long max_materialized_bag
public static int bsp_msg_size
public static long range_split_size
public static int max_merged_streams
public static String tmpDirectory
public static boolean use_combiner
public static boolean groupJoinOpt
public static boolean selfJoinOpt
public static boolean trace_execution
public static boolean trace_exp_execution
public static boolean quiet_execution
public static boolean testing
public static boolean info
public static int stream_window
public static int stream_tries
public static boolean incremental
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.