/* (c) 2014 LinkedIn Corp. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compliance with the License. You may obtain a copy of the * License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. */ package com.linkedin.cubert.plan.physical; public class CubertStrings { public static final String PROFILE_MODE = "cubert.mode.profile"; public static final String DICTIONARY_RELATION = "cubert.dictionary.relation"; public static final String JSON_MAP_OPERATOR_LIST = "cubert.json.map.operators"; public static final String JSON_REDUCE_OPERATOR_LIST = "cubert.json.reduce.operators"; public static final String JSON_INPUT = "cubert.json.input"; public static final String JSON_SHUFFLE = "cubert.json.shuffle"; public static final String JSON_CACHE_INDEX_PREFIX = "cubert.json.cacheindex_"; public static final String JSON_OUTPUT = "cubert.json.output"; public static final String JSON_METADATA = "cubert.json.metadata"; public static final String TEXT_OUTPUT_SEPARATOR = "text.output.separator"; public static final String USE_COMPACT_SERIALIZATION = "cubert.use.compact.serialization"; public static final String NUM_MULTI_MAPPERS = "cubert.num.multi.mappers"; public static final String MAPRED_INPUT_DIR = "cubert.mapred.input.dir."; public static final String COMBINED_INPUT = "cubert.combined.input"; }