GitHub user yhuai opened a pull request: https://github.com/apache/spark/pull/12410
[WIP] [SQL] Towards removing HiveContext ## This PR does not run thrift server tests because jenkins run those tests first and will fail the build if there is any failure. I'd like to know how many hive tests are broken first. ## This PR is based on https://github.com/apache/spark/pull/12405. This PR aims to figure out required changes for removing HiveContext. ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) You can merge this pull request into a Git repository by running: $ git pull https://github.com/yhuai/spark removeHiveContext1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/12410.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #12410 ---- commit b03ea772e3f3d3f9a410eea5a0303f957ba3f8d2 Author: Andrew Or <and...@databricks.com> Date: 2016-04-15T00:47:39Z Group SQLContext constructor args into PersistentState commit e8c78c308b3e6cbd23843b9acd4f79e594c4835e Author: Andrew Or <and...@databricks.com> Date: 2016-04-15T00:54:51Z Move the HiveClient's into SessionState commit a968aaf9331df307b9750c12ea69706f121e1a2c Author: Andrew Or <and...@databricks.com> Date: 2016-04-15T01:08:19Z Fix style commit 1df430305c24949f60a645d18f28d550ed51d670 Author: Yin Huai <yh...@databricks.com> Date: 2016-04-15T04:53:34Z Towards removing HiveContext commit 0093d27e0e487d025c19a5589c48e9347cdc1de3 Author: Yin Huai <yh...@databricks.com> Date: 2016-04-15T06:45:54Z Use reflection to create Hive-specific objects in SQLContext. commit bf5e477a8b2d6c1090cf772d36f98763deebaf71 Author: Yin Huai <yh...@databricks.com> Date: 2016-04-15T07:33:48Z SharedState commit 69e778da08e60bfab08e848d4c92be7fef629741 Author: Yin Huai <yh...@databricks.com> Date: 2016-04-15T07:34:46Z Merge remote-tracking branch 'upstream/master' into removeHiveContext1 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org