Constant Field Values


Contents
edu.yale.*

edu.yale.cs.hadoopdb.benchmark.GrepTaskHDFS
public static final java.lang.String GREP_PATTERN_PARAM "grep.pattern.param"
public static final int KEY_LENGTH 10
public static final int VALUE_LENGTH 90

edu.yale.cs.hadoopdb.benchmark.JoinTaskHDFS
public static final java.lang.String DATE_FROM_PARAM "visitDate.from"
public static final java.lang.String DATE_TO_PARAM "visitDate.to"
public static final int RANKINGS_FIELD_NUMBER 3
public static final int USER_VISITS_FIELD_NUMBER 9

edu.yale.cs.hadoopdb.benchmark.SelectionTaskDB
public static final java.lang.String PAGE_RANK_VALUE_PARAM "page.rank.value"

edu.yale.cs.hadoopdb.benchmark.SelectionTaskHDFS
public static final java.lang.String PAGE_RANK_VALUE_PARAM "page.rank.value"

edu.yale.cs.hadoopdb.benchmark.UDFAggTaskDB
public static final java.lang.String URL_PATTERN_STR "<a href=\"http://([\\w./\\d]+\\.html)\">link</a>"

edu.yale.cs.hadoopdb.benchmark.UDFAggTaskHDFS
public static final java.lang.String URL_PATTERN_STR "<a href=\"http://([\\w./\\d]+\\.html)\">link</a>"

edu.yale.cs.hadoopdb.catalog.SimpleCatalogGenerator
protected static final java.lang.String CATALOG_FILE "catalog_file"
protected static final java.lang.String CHUNKED_DB_PREFIX "chunked_db_prefix"
protected static final java.lang.String CHUNKS_PER_NODE "chunks_per_node"
protected static final java.lang.String DRIVER "driver"
protected static final java.lang.String NODES_FILE "nodes_file"
protected static final java.lang.String PASSWORD "password"
protected static final java.lang.String PORT "port"
protected static final java.lang.String RELATIONS_CHUNKED "relations_chunked"
protected static final java.lang.String RELATIONS_UNCHUNKED "relations_unchunked"
protected static final java.lang.String UNCHUNKED_DB_PREFIX "unchunked_db_prefix"
protected static final java.lang.String URL_PREFIX "url_prefix"
protected static final java.lang.String USERNAME "username"

edu.yale.cs.hadoopdb.catalog.SimpleRandomReplicationFactorTwo
private static final java.lang.String DUMP_FILE_C_PREFIX "dump_file_c_prefix"
private static final java.lang.String DUMP_FILE_U_PREFIX "dump_file_u_prefix"
private static final java.lang.String DUMP_SCRIPT_PREFIX "dump_script_prefix"
private static final java.lang.String REPLICATION_SCRIPT_PREFIX "replication_script_prefix"
private static final java.lang.String SSH_KEY "ssh_key"

edu.yale.cs.hadoopdb.connector.AbstractDBRecordReader
public static final int MAX_CONNECTION_TRIALS 10

edu.yale.cs.hadoopdb.connector.DBChunk
private static final long serialVersionUID 2154832951481581295L

edu.yale.cs.hadoopdb.connector.DBChunkHost
private static final long serialVersionUID -6635222373182598967L

edu.yale.cs.hadoopdb.connector.DBConst
public static final java.lang.String DB_CONFIG_FILE "hadoopdb.config.file"
public static final java.lang.String DB_FETCH_SIZE "hadoopdb.fetch.size"
public static final java.lang.String DB_RECORD_READER "hadoopdb.record.reader"
public static final java.lang.String DB_RELATION_ID "hadoopdb.relation.id"
public static final java.lang.String DB_REPLICATION "hadoopdb.config.replication"
public static final java.lang.String DB_SQL_QUERY "hadoopdb.sql.query"
public static final int SQL_DEFAULT_FETCH_SIZE 1000
public static final int SQL_STREAMING_FETCH_SIZE -2147483648

edu.yale.cs.hadoopdb.dataloader.GlobalHasher
public static final java.lang.String DELIMITER_PARAM "globalhasher.delimiter"
public static final java.lang.String HASH_FIELD_POS_PARAM "globalhasher.hash_field_pos"

edu.yale.cs.hadoopdb.sms.SQLQueryGenerator
private static final java.lang.String HIVE_COLUMN_PREFIX "_col"

edu.yale.cs.hadoopdb.sms.connector.SMSInputFormat
public static final java.lang.String DB_QUERY_SCHEMA_PREFIX "hadoopdb.query.schema"
public static final java.lang.String DB_SQL_QUERY_PREFIX "hadoopdb.sql.query"

edu.yale.cs.hadoopdb.util.BenchmarkUtils
public static final java.lang.String DELIMITER "|"

edu.yale.cs.hadoopdb.util.ParseSchema
public static final java.lang.String DELIMITER "|"
private static final java.lang.String DELIMITER_REGEX "\\|"
private static final java.lang.String SPACE_REGEX "(\\s)+"