Questions tagged [spark-hive]

Used when using spark-hive module or HiveContext

Apache Spark Hive is a module for for "Hive and structured data processing" on Spark, a fast and general-purpose cluster computing system. It is the super set of Spark SQL and is used to create HiveContext, similar to SqlContext.

76 questions
-1
votes
1 answer

Deleting data from Hive managed table (Partitioned and Bucketed)

We have a hive managed table (its both partitioned and bucketed, and transaction = 'true'). We are using Spark (version 2.4) to interact with this hive table. We are able to successfully ingest data into this table using…
Anuj Mehra
  • 320
  • 3
  • 19
1 2 3 4 5
6