[CARBONDATA-2009][Documentation] Document Refresh command constraint Refresh command constraint in doc
This closes #1790 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/da7bedbd Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/da7bedbd Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/da7bedbd Branch: refs/heads/carbonstore Commit: da7bedbd5bf7e014a4c1d1dd817514e926ef7c1a Parents: 7504a5c Author: Mohammad Arshad <[email protected]> Authored: Thu Jan 11 07:10:12 2018 +0530 Committer: chenliang613 <[email protected]> Committed: Wed Jan 17 17:39:31 2018 +0800 ---------------------------------------------------------------------- docs/data-management-on-carbondata.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/da7bedbd/docs/data-management-on-carbondata.md ---------------------------------------------------------------------- diff --git a/docs/data-management-on-carbondata.md b/docs/data-management-on-carbondata.md index 0ca9289..859a060 100644 --- a/docs/data-management-on-carbondata.md +++ b/docs/data-management-on-carbondata.md @@ -271,6 +271,7 @@ This tutorial is going to introduce all commands and data operations on CarbonDa * Before executing this command the old table schema and data should be copied into the new database location. * If the table is aggregate table, then all the aggregate tables should be copied to the new database location. * For old store, the time zone of the source and destination cluster should be same. + * If old cluster uses HIVE meta store, refresh will not work as schema file does not exist in file system. ## LOAD DATA
