SaveAsHiveFile Contract — DataWritingCommands That Write Query Result As Hive Files
SaveAsHiveFile is the extension of the DataWritingCommand contract for commands that saveAsHiveFile.
| SaveAsHiveFile | Description |
|---|---|
saveAsHiveFile Method
|
1 2 3 4 5 6 7 8 9 10 11 12 |
saveAsHiveFile( sparkSession: SparkSession, plan: SparkPlan, hadoopConf: Configuration, fileSinkConf: FileSinkDesc, outputLocation: String, customPartitionLocations: Map[TablePartitionSpec, String] = Map.empty, partitionAttributes: Seq[Attribute] = Nil): Set[String] |
saveAsHiveFile…FIXME
|
Note
|
|
spark技术分享