Top "Hivecontext" questions

Questions related to HiveContext class of Apache Spark

"INSERT INTO ..." with SparkSQL HiveContext

I'm trying to run an insert statement with my HiveContext, like this: hiveContext.sql('insert into my_table (id, score) …

apache-spark apache-spark-sql pyspark apache-spark-1.5 hivecontext
External Hive Table Refresh table vs MSCK Repair

I have external hive table stored as Parquet, partitioned on a column say as_of_dt and data gets inserted …

apache-spark hive hivecontext hive-partitions
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/spark/sql/catalyst/analysis/OverrideFunctionRegistry

I have tried with below code in spark and scala, attaching code and pom.xml package com.Spark.ConnectToHadoop import …

scala maven apache-spark apache-spark-sql hivecontext