Was this helpful?
Load Data with Spark Loader
The Spark Loader is a command line client utility that lets you load CSV, Parquet, and ORC files through Spark into an X100 table, using the Spark Connector.
For example, to load a CSV file:
spark-submit --class com.actian.spark_vector.loader.Main $SPARK_VECTOR/loader/target/spark_vector_loader-assembly-2.1-SNAPSHOT.jar load csv -sf hdfs://namenode:port/tmp/file.csv -vh actianxhost -vi II -vd databasename -tt x100_table -sc " "
 
Last modified date: 11/09/2022