Deprecated API


Contents
Deprecated Interfaces
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFResolver
          Use GenericUDAFResolver2 instead. 
 

Deprecated Classes
org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat
          use HiveIgnoreKeyTextOutputFormat instead} 
 

Deprecated Methods
org.apache.hadoop.hive.ql.metadata.HiveStorageHandler.configureTableJobProperties(TableDesc, Map)
           
org.apache.hadoop.hive.metastore.IMetaStoreClient.dropTable(String, boolean)
          As of release 0.6.0 replaced by IMetaStoreClient.dropTable(String, String, boolean, boolean). This method will be removed in release 0.7.0. 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(String, boolean)
           
org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream.getColumn()
            
org.apache.hadoop.hive.ql.io.RCFile.Writer.getCompressionCodec()
           
org.apache.hadoop.hive.ql.exec.Utilities.getFileExtension(JobConf, boolean)
          Use Utilities.getFileExtension(JobConf, boolean, HiveOutputFormat) 
org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream.getLine()
            
org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getOutputFormatFinalPath(Path, String, JobConf, HiveOutputFormat, boolean, Path)
            
org.apache.hadoop.hive.ql.udf.generic.SimpleGenericUDAFParameterInfo.getParameters()
           
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFParameterInfo.getParameters()
           
org.apache.hadoop.hive.metastore.IMetaStoreClient.getTable(String)
          As of release 0.6.0 replaced by IMetaStoreClient.getTable(String, String). This method will be removed in release 0.7.0. 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTable(String)
           
org.apache.hadoop.hive.ql.io.RCFile.Reader.nextColumnsBatch()
           
org.apache.hadoop.hive.ql.io.NonSyncDataInputBuffer.readLine()
          Use BufferedReader 
org.apache.hadoop.hive.ql.hooks.PostExecute.run(SessionState, Set, Set, LineageInfo, UserGroupInformation)
           
org.apache.hadoop.hive.ql.hooks.PreExecute.run(SessionState, Set, Set, UserGroupInformation)
           
org.apache.hadoop.hive.ql.io.RCFile.ValueBuffer.setColumnValueBuffer(NonSyncDataOutputBuffer, int)
           
org.apache.hadoop.hive.metastore.IMetaStoreClient.tableExists(String)
          As of release 0.6.0 replaced by IMetaStoreClient.tableExists(String, String). This method will be removed in release 0.7.0. 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.tableExists(String)
           
 

Deprecated Constructors
org.apache.hadoop.hive.ql.io.RCFile.KeyBuffer()
           
org.apache.hadoop.hive.ql.io.RCFile.ValueBuffer()
           
org.apache.hadoop.hive.ql.io.RCFile.ValueBuffer(RCFile.KeyBuffer)
           
org.apache.hadoop.hive.ql.io.RCFile.ValueBuffer(RCFile.KeyBuffer, boolean[])
           
org.apache.hadoop.hive.ql.io.RCFile.ValueBuffer(RCFile.KeyBuffer, int, boolean[], CompressionCodec)
           
 



Copyright © 2013 The Apache Software Foundation