public class OdiHadoopDataServer extends OdiDataServer
OdiHadoopDataServer class contains information to connect to the
 described hadoop data server and how to manage that connection with properties 
 like "hadoopJobTrackerUri" and "hadoopNameNodeUri".| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OdiHadoopDataServer.HadoopAuthenticationMethod
Defines the Authentication methods of hadoop data server. 
 | 
static class  | 
OdiHadoopDataServer.HadoopSettings
Holds Hadoop metadata required to get a  connection 
 | 
AbstractOdiDataServer.Axis2DeploymentSettings, AbstractOdiDataServer.BICSConnectionSettings, AbstractOdiDataServer.DirectoryDeploymentSettings, AbstractOdiDataServer.DummyConnectionSettings, AbstractOdiDataServer.FtpDeploymentSettings, AbstractOdiDataServer.IConnectionSettings, AbstractOdiDataServer.JdbcSettings, AbstractOdiDataServer.JndiSettings, AbstractOdiDataServer.WsContainerSettings| Constructor and Description | 
|---|
OdiHadoopDataServer(OdiTechnology pTechnology,
                   java.lang.String pName)
Construct a new  
OdiHadoopDataServer. | 
| Modifier and Type | Method and Description | 
|---|---|
OdiHadoopDataServer.HadoopAuthenticationMethod | 
getHadoopAuthenMethod()
Obtains the hadoop Authentication Method for this  
OdiHadoopDataServer. | 
java.lang.String | 
getHadoopJobTrackerUri()
Obtains the Url of the hadoop job tracker for this  
OdiHadoopDataServer. | 
java.lang.String | 
getHadoopNameNodeUri()
Obtains the Hadoop name node Uri for this  
OdiHadoopDataServer. | 
java.lang.String | 
getHadoopOdiRoot()
Obtains the Hadoop Odi root for this  
OdiHadoopDataServer. | 
void | 
setHadoopAuthenMethod(OdiHadoopDataServer.HadoopAuthenticationMethod hadoopAuthenMethod)
Specifies the Hadoop Authentication Method for this  
OdiHadoopDataServer. | 
void | 
setHadoopJobTrackerUri(java.lang.String hadoopJobTrackerUri)
Specifies the Url of the Hadoop job tracker for this  
OdiHadoopDataServer. | 
void | 
setHadoopNameNodeUri(java.lang.String hadoopNameNodeUri)
Specifies the Hadoop name node Uri for this  
OdiHadoopDataServer. | 
void | 
setHadoopOdiRoot(java.lang.String hadoopOdiRoot)
Specifies the Hadoop Odi root for this  
OdiHadoopDataServer. | 
addChildDataServer, getBatchUpdateSize, getChildDataServers, getClasspath, getConnectionInfo, getConnectionSettings, getDefaultPhysicalSchema, getFetchArraySize, getFlexFieldsValues, getJagentHost, getJagentManagerPort, getJagentPort, getName, getOggInstallPath, getParentDataServer, getPhysicalSchemas, getServerInstanceName, getTargetDOP, initFlexFields, removeChildDataServer, removePhysicalSchema, setBatchUpdateSize, setClasspath, setConnectionSettings, setDefaultPhysicalSchema, setFetchArraySize, setJagentHost, setJagentManagerPort, setJagentPort, setName, setOggInstallPath, setParentDataServer, setServerInstanceName, setTargetDOPgetDataServerId, getDataServerProperties, getInternalId, getPassword, getTechnology, getUsername, isJndiConnection, removeDataServerProperty, setPassword, setUsernamegetFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodegetTechnology, getUsernamegetBigNumericId, getGlobalId, getNumericIdgetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalId, getInternalId, getParentpublic OdiHadoopDataServer(OdiTechnology pTechnology, java.lang.String pName)
OdiHadoopDataServer.
 This will adds this new data server to the given OdiTechnology's 
 data servers.
pTechnology - the technology the OdiHadoopDataServer belongs topName - the data server's namepublic java.lang.String getHadoopNameNodeUri()
OdiHadoopDataServer.public void setHadoopNameNodeUri(java.lang.String hadoopNameNodeUri)
OdiHadoopDataServer.hadoopNameNodeUri - the hadoopNameNodeUri to setpublic java.lang.String getHadoopJobTrackerUri()
OdiHadoopDataServer.public void setHadoopJobTrackerUri(java.lang.String hadoopJobTrackerUri)
OdiHadoopDataServer.hadoopJobTrackerUri - the hadoopJobTrackerUri to setpublic java.lang.String getHadoopOdiRoot()
OdiHadoopDataServer.public void setHadoopOdiRoot(java.lang.String hadoopOdiRoot)
OdiHadoopDataServer.hadoopOdiRoot - the hadoopOdiRoot to setpublic OdiHadoopDataServer.HadoopAuthenticationMethod getHadoopAuthenMethod()
OdiHadoopDataServer.public void setHadoopAuthenMethod(OdiHadoopDataServer.HadoopAuthenticationMethod hadoopAuthenMethod)
OdiHadoopDataServer.hadoopAuthenMethod - the hadoopAuthenMethod to set