public class HiveOutputWriter
extends org.apache.spark.sql.execution.datasources.OutputWriter
Constructor and Description |
---|
HiveOutputWriter(String path,
org.apache.spark.sql.hive.HiveShim.ShimFileSinkDesc fileSinkConf,
org.apache.hadoop.mapred.JobConf jobConf,
StructType dataSchema) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(org.apache.spark.sql.catalyst.InternalRow row) |
public HiveOutputWriter(String path, org.apache.spark.sql.hive.HiveShim.ShimFileSinkDesc fileSinkConf, org.apache.hadoop.mapred.JobConf jobConf, StructType dataSchema)