GitHub user pwendell opened a pull request:
https://github.com/apache/spark/pull/3398
Fix bug in detection of Hive in Spark 1.2
Because the Hive profile is no longer defined in the root pom,
we need to check specifically in the sql/hive pom when we
perform the check in make-distribtion.sh.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pwendell/spark make-distribution
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3398.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 #3398
----
commit 8a582797763e6836477df6da349074c05b395a76
Author: Patrick Wendell <pwendell@gmail.com>
Date: 2014-11-21T06:53:04Z
Fix bug in detection of Hive in Spark 1.2
Because the Hive profile is no longer defined in the root pom,
we need to check specifically in the sql/hive pom when we
perform the check in make-distribtion.sh.
----
---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org
|