GitHub user jackylk opened a pull request:
https://github.com/apache/incubator-carbondata/pull/452
Extract data management command to spark-common module
Currently there are duplicated code for data management command in
carbon-spark and carbon-spark2 module. In this PR, following commands are
extracted to carbon-spark-common:
- ShowLoads
- DeleteLoadById
- DeleteLoadByDate
- CleanFiles
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata command
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/452.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 #452
----
commit b3a1f4432bdf11b74ff4da9ca2ceb260d3505be8
Author: jackylk <[email protected]>
Date: 2016-12-20T16:01:09Z
extract common
commit 6323c298d9ca4839a9f26b859d06919b7424c76b
Author: jackylk <[email protected]>
Date: 2016-12-20T16:44:22Z
fix style
commit 5453476eca3803c1f5892a8891acb7b17641f9d6
Author: jackylk <[email protected]>
Date: 2016-12-20T16:54:41Z
delete code
----
---
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.
---