org.apache.hadoop.zebra.types
Class ZebraConf

java.lang.Object
  extended by org.apache.hadoop.zebra.types.ZebraConf

public class ZebraConf
extends Object

Zebra's implementation of Pig's Tuple. It's derived from Pig's DefaultTuple implementation.


Constructor Summary
ZebraConf()
           
 
Method Summary
static Boolean getCheckType(org.apache.hadoop.conf.Configuration conf, boolean defaultValue)
           
static Boolean getIsMulti(org.apache.hadoop.conf.Configuration conf, boolean defaultValue)
           
static String getMultiOutputPath(org.apache.hadoop.conf.Configuration conf)
           
static String getOutputComparator(org.apache.hadoop.conf.Configuration conf)
           
static String getOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf)
           
static String getOutputPath(org.apache.hadoop.conf.Configuration conf)
           
static String getOutputSchema(org.apache.hadoop.conf.Configuration conf)
           
static String getOutputSortColumns(org.apache.hadoop.conf.Configuration conf)
           
static String getOutputStorageHint(org.apache.hadoop.conf.Configuration conf)
           
static String getZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf)
           
static void setCheckType(org.apache.hadoop.conf.Configuration conf, boolean value)
           
static void setIsMulti(org.apache.hadoop.conf.Configuration conf, boolean value)
           
static void setMultiOutputPath(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setOutputComparator(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setOutputPath(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setOutputSchema(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setOutputSortColumns(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setOutputStorageHint(org.apache.hadoop.conf.Configuration conf, String value)
           
static void setZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZebraConf

public ZebraConf()
Method Detail

getOutputPath

public static String getOutputPath(org.apache.hadoop.conf.Configuration conf)

setOutputPath

public static void setOutputPath(org.apache.hadoop.conf.Configuration conf,
                                 String value)

getMultiOutputPath

public static String getMultiOutputPath(org.apache.hadoop.conf.Configuration conf)

setMultiOutputPath

public static void setMultiOutputPath(org.apache.hadoop.conf.Configuration conf,
                                      String value)

getOutputSchema

public static String getOutputSchema(org.apache.hadoop.conf.Configuration conf)

setOutputSchema

public static void setOutputSchema(org.apache.hadoop.conf.Configuration conf,
                                   String value)

getOutputStorageHint

public static String getOutputStorageHint(org.apache.hadoop.conf.Configuration conf)

setOutputStorageHint

public static void setOutputStorageHint(org.apache.hadoop.conf.Configuration conf,
                                        String value)

getOutputSortColumns

public static String getOutputSortColumns(org.apache.hadoop.conf.Configuration conf)

setOutputSortColumns

public static void setOutputSortColumns(org.apache.hadoop.conf.Configuration conf,
                                        String value)

getOutputComparator

public static String getOutputComparator(org.apache.hadoop.conf.Configuration conf)

setOutputComparator

public static void setOutputComparator(org.apache.hadoop.conf.Configuration conf,
                                       String value)

getIsMulti

public static Boolean getIsMulti(org.apache.hadoop.conf.Configuration conf,
                                 boolean defaultValue)

setIsMulti

public static void setIsMulti(org.apache.hadoop.conf.Configuration conf,
                              boolean value)

getCheckType

public static Boolean getCheckType(org.apache.hadoop.conf.Configuration conf,
                                   boolean defaultValue)

setCheckType

public static void setCheckType(org.apache.hadoop.conf.Configuration conf,
                                boolean value)

getZebraOutputPartitionerClass

public static String getZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf)

setZebraOutputPartitionerClass

public static void setZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf,
                                                  String value)

getOutputPartitionClassArguments

public static String getOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf)

setOutputPartitionClassArguments

public static void setOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf,
                                                    String value)


Copyright © ${year} The Apache Software Foundation