List of usage examples for org.apache.hadoop.conf Configuration subclass-usage
From source file hitune.analysis.mapreduce.AnalysisConfiguration.java
/**
* To load the analysis configuration folder. The folder is built with a hierarchy structure.
* <br>1. Under each of the stem folder, there exists 2 xml file, one is conf.xml, and the other is list.xml.
* conf.xml is the configuration file of options for MapReduce analysis job; list.xml file is only the list of folders which should be processed by the analyzer.
* <br>2. Under the leaf folder, there only contains 1 conf.xml file.
*
From source file kr.co.bitnine.octopus.conf.OctopusConfiguration.java
public class OctopusConfiguration extends Configuration { public static final String MASTER_SERVER_ADDRESS = "master.server.address"; public static final String MASTER_SESSION_MAX = "master.session.max"; public static final String MASTER_CONNECTION_POOL_MAX = "master.connection.pool.max"; public static final String METASTORE_CLASS = "metastore.class";
From source file mvm.rya.api.RdfCloudTripleStoreConfiguration.java
/** * Rdf triple store specific configuration */ public abstract class RdfCloudTripleStoreConfiguration extends Configuration { // public static final String CONF_ISQUERYTIMEBASED = "query.timebased";
From source file org.apache.drill.exec.rpc.security.SecurityConfiguration.java
public class SecurityConfiguration extends Configuration { //private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(SecurityConfiguration.class); static { Properties prop = new Properties(); try {
From source file org.apache.giraph.conf.GiraphConfiguration.java
/**
* Adds user methods specific to Giraph. This will be put into an
* ImmutableClassesGiraphConfiguration that provides the configuration plus
* the immutable classes.
*
* Keeps track of parameters which were set so it easily set them in another
From source file org.apache.hama.HamaConfiguration.java
/** * Adds Hama configuration files to a Configuration. */ public class HamaConfiguration extends Configuration { /** constructor */ public HamaConfiguration() {
From source file org.apache.hcatalog.templeton.AppConfig.java
/**
* The configuration for Templeton. This merges the normal Hadoop
* configuration with the Templeton specific variables.
*
* The Templeton configuration variables are described in
* templeton-default.xml
From source file org.apache.hive.hcatalog.templeton.AppConfig.java
/**
* The configuration for Templeton. This merges the normal Hadoop
* configuration with the Templeton specific variables.
*
* The Templeton configuration variables are described in
* templeton-default.xml
From source file org.apache.hive.hplsql.Conf.java
/** * HPL/SQL run-time configuration */ public class Conf extends Configuration { public static final String SITE_XML = "hplsql-site.xml";
From source file org.apache.impala.yarn.server.resourcemanager.scheduler.fair.FairSchedulerConfiguration.java
public class FairSchedulerConfiguration extends Configuration { private static final String CONF_PREFIX = "yarn.scheduler.fair."; public static final String ALLOCATION_FILE = CONF_PREFIX + "allocation.file"; protected static final String DEFAULT_ALLOCATION_FILE = "fair-scheduler.xml";