You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/22 20:30:52 UTC

[02/12] drill git commit: JinFengni's Update 020-core-modules.md pull request

JinFengni's Update 020-core-modules.md pull request


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/b99a8e08
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/b99a8e08
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/b99a8e08

Branch: refs/heads/gh-pages
Commit: b99a8e082d2b86c9359e50c3782f305d32bc42f0
Parents: 45116b0
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Thu May 21 17:22:18 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Thu May 21 17:22:18 2015 -0700

----------------------------------------------------------------------
 _docs/architecture/020-core-modules.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/b99a8e08/_docs/architecture/020-core-modules.md
----------------------------------------------------------------------
diff --git a/_docs/architecture/020-core-modules.md b/_docs/architecture/020-core-modules.md
index ac4a415..9575400 100644
--- a/_docs/architecture/020-core-modules.md
+++ b/_docs/architecture/020-core-modules.md
@@ -26,4 +26,3 @@ through Hive if they have metadata defined there. Drill integration with Hive
 is only for metadata. Drill does not invoke the Hive execution engine for any
 requests.
 
-  * **Distributed cache**: Drill uses a distributed cache to manage metadata (not the data) and configuration information across various nodes. Sample metadata information that is stored in the cache includes query plan fragments, intermediate state of the query execution, and statistics. Drill uses Infinispan as its cache technology.
\ No newline at end of file