GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/14578
[SPARK-4119][SQL] Remove unused HIVE_DEV_HOME related variable
## What changes were proposed in this pull request?
According to the [Spark SQL
Internals](https://cwiki.apache.org/confluence/display/SPARK/Spark+SQL+Internals)
wiki, Spark uses `HIVE_HOME` or `HADOOP_HOME` instead `HIVE_DEV_HOME` during
generating golden answer files since Hive 0.13.1 (June 2014). Also, Spark uses
Hive 1.2 since Spark 1.5.0 (Sep. 2015). This PR removes `HIVE_DEV_HOME`-related
variable.
## How was this patch tested?
This is about test suites.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark SPARK-4119
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14578.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 #14578
----
commit 00714ef5014a1429a535e2b58c40c3821218d8f2
Author: Dongjoon Hyun <[email protected]>
Date: 2016-08-10T07:15:59Z
[SPARK-4119][SQL] Remove HIVE_DEV_HOME.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]