Questions related to HiveContext class of Apache Spark
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 hivecontextI have external hive table stored as Parquet, partitioned on a column say as_of_dt and data gets inserted …
apache-spark hive hivecontext hive-partitionsI 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