Jacky Li created CARBONDATA-441:
-----------------------------------
Summary: Add module for spark2
Key: CARBONDATA-441
URL:
https://issues.apache.org/jira/browse/CARBONDATA-441 Project: CarbonData
Issue Type: Improvement
Affects Versions: 0.2.0-incubating
Reporter: Jacky Li
Fix For: 0.3.0-incubating
To start spark2.0 integration with CarbonData, new modules need to be added:
1. spark-common, which will have all common classes for both spark1 and spark2 integration
2. spark2, which have carbon-spark2 integration
After the spark2 integration is done, CarbonData master branch should be enable to work with both spark1 and spark2. The target assembling is build by using profile, like:
- To build integration with spark1.5: use -Pspark-1.5
- To build integration with spark1.6: use -Pspark-1.6
- To build integration with spark2.0: use -Pspark-2.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)