spark-instrumented-optimizer/examples
Andrew Or 3c5e65c339 [SPARK-14721][SQL] Remove HiveContext (part 2)
## What changes were proposed in this pull request?

This removes the class `HiveContext` itself along with all code usages associated with it. The bulk of the work was already done in #12485. This is mainly just code cleanup and actually removing the class.

Note: A couple of things will break after this patch. These will be fixed separately.
- the python HiveContext
- all the documentation / comments referencing HiveContext
- there will be no more HiveContext in the REPL (fixed by #12589)

## How was this patch tested?

No change in functionality.

Author: Andrew Or <andrew@databricks.com>

Closes #12585 from andrewor14/delete-hive-context.
2016-04-25 13:23:05 -07:00
..
src/main [SPARK-14721][SQL] Remove HiveContext (part 2) 2016-04-25 13:23:05 -07:00
pom.xml [SPARK-14744][EXAMPLES] Clean up examples packaging, remove outdated examples. 2016-04-25 10:20:51 -07:00