public class OdiHiveDataServer extends OdiDataServer
OdiHiveDataServer
class contains information to connect to the
described Hive data server and how to manage that connection with propertiesModifier and Type | Class and Description |
---|---|
static class |
OdiHiveDataServer.HiveSettings
Holds Hive metadata required to get a connection
|
AbstractOdiDataServer.Axis2DeploymentSettings, AbstractOdiDataServer.BICSConnectionSettings, AbstractOdiDataServer.BigDataCloudConnectionSettings, AbstractOdiDataServer.DirectoryDeploymentSettings, AbstractOdiDataServer.DummyConnectionSettings, AbstractOdiDataServer.FtpDeploymentSettings, AbstractOdiDataServer.IConnectionSettings, AbstractOdiDataServer.JdbcSettings, AbstractOdiDataServer.JndiSettings, AbstractOdiDataServer.ObjectStorageConnectionSettings, AbstractOdiDataServer.OracleWalletConnectionSettings, AbstractOdiDataServer.StorageCSConnectionSettings, AbstractOdiDataServer.WsContainerSettings
Constructor and Description |
---|
OdiHiveDataServer(OdiTechnology pTechnology,
java.lang.String pName)
Construct a new
OdiHiveDataServer . |
Modifier and Type | Method and Description |
---|---|
OdiHadoopDataServer |
getHadoopDataServer()
Obtain the Hadoop Data Server configured for this @{link OdiHiveDataServer}
|
void |
setHadoopDataServer(OdiHadoopDataServer pHadoopDataServer)
Specify the Hadoop Data Server used by this @{link OdiHiveDataServer}
|
addChildDataServer, getBatchUpdateSize, getChildDataServers, getClasspath, getConnectionInfo, getConnectionSettings, getDefaultPhysicalSchema, getFetchArraySize, getFlexFieldsValues, getJagentHost, getJagentManagerPort, getJagentPort, getName, getOggInstallPath, getParentDataServer, getPhysicalSchemas, getTargetDOP, initFlexFields, removeChildDataServer, removePhysicalSchema, setBatchUpdateSize, setClasspath, setConnectionSettings, setDefaultPhysicalSchema, setFetchArraySize, setJagentHost, setJagentManagerPort, setJagentPort, setName, setOggInstallPath, setParentDataServer, setTargetDOP
getDataServerId, getDataServerProperties, getInternalId, getPassword, getSecurityContainer, getServerInstanceName, getTechnology, getUsername, isJndiConnection, removeDataServerProperty, setPassword, setServerInstanceName, setUsername
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServerInstanceName, getTechnology, getUsername
getBigNumericId, getGlobalId, getNumericId
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded
getGlobalId, getInternalId, getParent
public OdiHiveDataServer(OdiTechnology pTechnology, java.lang.String pName)
OdiHiveDataServer
.
This will add the new data server to the given OdiTechnology
's
data servers.
pTechnology
- the technology the OdiHiveDataServer belongs topName
- the data server's namepublic void setHadoopDataServer(OdiHadoopDataServer pHadoopDataServer)
pHadoopDataServer
- Hadoop Data Serverpublic OdiHadoopDataServer getHadoopDataServer()