Example usage for org.apache.hadoop.conf Configuration subclass-usage

List of usage examples for org.apache.hadoop.conf Configuration subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.conf Configuration subclass-usage.

Usage

From source file org.apache.sentry.sqoop.conf.SqoopAuthConf.java

public class SqoopAuthConf extends Configuration {
    /**
     * Configuration key used in sqoop.properties to point at sentry-site.xml
     */
    public static final String SENTRY_SQOOP_SITE_URL = "sentry.sqoop.site.url";

From source file org.apache.tajo.conf.TajoConf.java

public class TajoConf extends Configuration {
    private static TimeZone SYSTEM_TIMEZONE;
    private static int DATE_ORDER = -1;

    private static final Map<String, ConfVars> vars = TUtil.newHashMap();

From source file org.apache.tez.dag.api.TezConfiguration.java

/**
 * Defines the configurations for Tez. These configurations are typically specified in 
 * tez-site.xml on the client machine where TezClient is used to launch the Tez application.
 * tez-site.xml is expected to be picked up from the classpath of the client process.
 */
@Public

From source file org.cstor.cproc.cloudComputingFramework.CProcConfiguration.java

/**
 * @author WangLei 
 * @version 0.4  
 * Filename :  DataMode.java
 * Copyright : Copyright 2012 Cstor Tech. Co. Ltd. All Rights Reserved.
 * Describe : 

From source file org.cstor.cproc.cloudComputingFramework.JobConfiguration.java

/**
 * @author WangLei 
 * @version 0.4  
 * Filename :  DataMode.java
 * Copyright : Copyright 2012 Cstor Tech. Co. Ltd. All Rights Reserved.
 * Describe : 

From source file org.cstor.cproc.cloudComputingFramework.RpcConfiguration.java

/**
 * @author WangLei 
 * @version 0.4  
 * Filename :  DataMode.java
 * Copyright : Copyright 2012 Cstor Tech. Co. Ltd. All Rights Reserved.
 * Describe : 

From source file org.goldenorb.conf.OrbConfiguration.java

public class OrbConfiguration extends Configuration {

    public static final String ORB_CLUSTER_BASEPORT = "goldenOrb.cluster.baseport";
    public static final String ORB_CLUSTER_NAME = "goldenOrb.cluster.name";
    public static final String ORB_CLASS_PATHS = "goldenOrb.orb.classpaths";
    public static final String ORB_TRACKER_PORT = "goldenOrb.orb.tracker.port";

From source file org.hbasene.index.create.IndexConfiguration.java

/**
 * Configuration parameters for building a Lucene index
 */
@Deprecated
public class IndexConfiguration extends Configuration {
    private static final Log LOG = LogFactory.getLog(IndexConfiguration.class);

From source file org.janusgraph.hadoop.compat.h2.ImmutableConfiguration.java

public class ImmutableConfiguration extends Configuration {

    private final Configuration encapsulated;

    public ImmutableConfiguration(Configuration encapsulated) {
        this.encapsulated = encapsulated;

From source file org.sf.xrime.algorithms.GraphAlgorithmContext.java

/**
 * The execution context of a graph algorithm. It wraps all necessary settings
 * of the execution.
 */
public class GraphAlgorithmContext extends Configuration {
    /** Settings of the source graph. */