The Hadoop in Real World team shows how you can save Spark DataFrames as Hive tables:
It is a very common use case to process the data in Spark and save the processed data or Spark dataframe directly into a Hive table.
There are a couple ways to achieve this.
Click through for those techniques.