Package | Description |
---|---|
oracle.kv.hadoop.hive.table |
Support for executing Hive queries against data written to an Oracle NoSQL Database via the Table API.
|
Modifier and Type | Method and Description |
---|---|
static Map<TableHiveInputSplit,TableInputSplit> |
V1V2TableUtil.getSplitMap(JobConf jobConf) |
static Map<TableHiveInputSplit,TableInputSplit> |
V1V2TableUtil.getSplitMap(JobConf jobConf,
TableHiveInputSplit inputSplit)
For the current Hive query, returns a singleton collection that
maps each version 1 InputSplit for the query to its corresponding
version 2 InputSplit.
|
Modifier and Type | Method and Description |
---|---|
static InputFormat<PrimaryKey,Row> |
V1V2TableUtil.getInputFormat(JobConf jobConf,
TableHiveInputSplit inputSplit)
For the current Hive query, constructs and returns a YARN based
InputFormat class that will be used when processing the query.
|
static Map<TableHiveInputSplit,TableInputSplit> |
V1V2TableUtil.getSplitMap(JobConf jobConf,
TableHiveInputSplit inputSplit)
For the current Hive query, returns a singleton collection that
maps each version 1 InputSplit for the query to its corresponding
version 2 InputSplit.
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.