Submit a Hive Warehouse Connector Scala or Java application

You can submit an app based on the HiveWarehouseConnector library to run on Spark Shell, PySpark, and spark-submit.

  1. Locate the hive-warehouse-connector-assembly jar in the /hive_warehouse_connector/ directory.
  2. Add the connector jar to the app submission using the --jars option.
    spark-shell --jars <path to jars>/hive_warehouse_connector/hive-warehouse-connector-assembly-<version>.jar