com.actian.spark_vector.datastream.writer
Write configuration to be used when connecting to the DataStream
API
Start measuring time and record it in acc
.
Start measuring time and record it in acc
.
This function should always be used in combination with profileEnd in a similar way with opening and closing
a sequence of brackets, where the code between a profile call and its corresponding profileEnd will have its
execution time measured and stored into acc
Finish profiling the current section of code, as determined by the most recent profile call
Initialize profiling
Initialize profiling
Print profile information using log
Print profile information using log
This function is executed once for each partition of InsertRDD and it will open a socket connection, process all data
assigned to its corresponding partition (taskContext.partitionId
) and then close the connection.
Entry point for loading with spark-vector connector.