Repository: carbondata Updated Branches: refs/heads/master 379d4f66c -> e8df8ba51
updated hive-guide.md This closes #1264 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/e8df8ba5 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/e8df8ba5 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/e8df8ba5 Branch: refs/heads/master Commit: e8df8ba515f85c21efb152b66b1fd9ef8b3f1ab8 Parents: 379d4f6 Author: 徿³¢ <[email protected]> Authored: Fri Aug 18 11:14:56 2017 +0800 Committer: chenliang613 <[email protected]> Committed: Fri Aug 18 11:18:29 2017 +0800 ---------------------------------------------------------------------- integration/hive/hive-guide.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/e8df8ba5/integration/hive/hive-guide.md ---------------------------------------------------------------------- diff --git a/integration/hive/hive-guide.md b/integration/hive/hive-guide.md index b3848b5..d554efa 100644 --- a/integration/hive/hive-guide.md +++ b/integration/hive/hive-guide.md @@ -91,6 +91,7 @@ $HIVE_HOME/bin/hive ### Query data from hive table ``` +alter table hive_carbon set location '<hdfs store path>/hive_carbon'; set hive.mapred.supports.subdirectories=true; set mapreduce.input.fileinputformat.input.dir.recursive=true;
