GitHub user tedyu opened a pull request:
https://github.com/apache/spark/pull/12276
[SPARK-14462] [HOTFIX] Add dependency for Logging
## What changes were proposed in this pull request?
After [SPARK-14462] went in, build shows the following error:
```
[error] missing or invalid dependency detected while loading class file
'SparkFunSuite.class'.
[error] Could not access type Logging in package org.apache.spark.internal,
[error] because it (or its dependencies) are missing. Check your build
definition for
[error] missing or conflicting dependencies. (Re-run with `-Ylog-classpath`
to see the problematic classpath.)
[error] A full rebuild may help if 'SparkFunSuite.class' was compiled
against an incompatible version of org.apache.spark.internal.
[error] one error found
[error] Compile failed at Apr 9, 2016 9:31:47 AM [0.382s]
```
This was due to missing dependency of spark-core module where Logging
resides
## How was this patch tested?
Gone through maven build.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tedyu/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12276.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 #12276
----
commit 5e4ba9998be0b2317d4f3344fbd70e3fac901e75
Author: tedyu <[email protected]>
Date: 2016-04-09T20:03:10Z
[SPARK-14462] [HOTFIX] Add dependency for Logging
----
---
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]