public class HiveToHdfsDatasetResolver extends Object implements DatasetResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
HIVE_TABLE |
static HiveToHdfsDatasetResolver |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
DatasetDescriptor |
resolve(DatasetDescriptor raw,
State state)
Given raw Gobblin dataset, resolve job specific dataset
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolvepublic static final String HIVE_TABLE
public static final HiveToHdfsDatasetResolver INSTANCE
public DatasetDescriptor resolve(DatasetDescriptor raw, State state)
DatasetResolverresolve in interface DatasetResolverraw - a dataset in terms of Gobblinstate - configuration that helps resolve job specific dataset