GitHub user jackylk reopened a pull request:
https://github.com/apache/carbondata/pull/1458 [CARBONDATA-1663] Decouple spark and core modules
carbon-core, carbon-processing and carbon-hadoop modules should not depend on spark.
This PR decouples this dependency
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
run all existing testcase
- [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
This PR needs to be merged after #1429 and #1417
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata decouple_spark_in_core
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1458.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1458
----
commit 14d6473fdec60bcf129c7129afcb4913de8e497a
Author: Jacky Li <
[hidden email]>
Date: 2017-11-13T14:18:56Z
decouple spark in core and processing
fix testcase
commit 1154764da3d0034e2875d58d7e676363694b29f3
Author: Jacky Li <
[hidden email]>
Date: 2017-11-14T14:09:45Z
fix compile
----
---